-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
86 lines (86 loc) · 1.77 KB
/
Copy pathopencode.json
File metadata and controls
86 lines (86 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"$schema": "https://opencode.ai/config.json",
"instructions": [],
"plugin": [
"@franlol/opencode-md-table-formatter@0.0.6",
],
"snapshot": true,
"compaction": {
"reserved": 10000,
"prune": true
},
"experimental": {
"batch_tool": true,
"openTelemetry": false
},
"lsp": { },
"default_agent": "plan",
"permission": {
"bash": {
"git status": "allow",
"git log *": "allow",
"git diff *": "allow",
"git show *": "allow",
"git branch": "allow",
"ls *": "allow",
"echo *": "allow",
"pwd": "allow",
"which *": "allow",
"type *": "allow",
"wc *": "allow",
"sort *": "allow",
"uniq *": "allow",
"sed -n *": "allow",
"jq *": "allow",
"node --version": "allow",
"npm --version": "allow",
"bun --version": "allow"
},
"external_directory": {
"~/.cache/opencode/**": "allow"
},
"read": {
"~/.cache/opencode/**": "allow"
}
},
"agent": {
"build": {
"mode": "all"
},
"plan": {
"permission": {
"bash": {
"*": "ask",
"head *": "allow",
"grep *": "allow",
"tail *": "allow",
"find *": "allow",
"ls *": "allow",
"cat *": "allow"
}
},
"options": {}
}
},
"formatter": {
"prettier-markdown": {
"command": ["npx", "-y", "prettier", "--write", "$FILE"],
"extensions": [".md", ".mdx"],
"environment": {
"NODE_ENV": "production"
}
}
},
"mcp": {
"figma": {
"type": "remote",
"url": "http://127.0.0.1:3845/mcp",
"enabled": true
},
"jira": {
"type": "remote",
"url": "https://mcp.atlassian.com/v1/mcp",
"enabled": true
}
}
}