mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
90 lines
1.7 KiB
JSON
90 lines
1.7 KiB
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"logLevel": "INFO",
|
|
"share": "auto",
|
|
"plugin": ["@mohak34/opencode-notifier@latest"],
|
|
"tools": {
|
|
"read": true,
|
|
"write": true,
|
|
"edit": true,
|
|
"glob": true,
|
|
"grep": true,
|
|
"bash": true,
|
|
"websearch": true,
|
|
"webfetch": true,
|
|
"question": true,
|
|
"skill": true,
|
|
"task": true,
|
|
"todoread": true,
|
|
"todowrite": true
|
|
},
|
|
"permission": {
|
|
"edit": "allow",
|
|
"bash": "allow",
|
|
"webfetch": "allow",
|
|
"websearch": "allow",
|
|
"skill": {
|
|
"*": "allow"
|
|
}
|
|
},
|
|
"formatter": {
|
|
"prettier": {
|
|
"disabled": false
|
|
},
|
|
"eslint": {
|
|
"disabled": false
|
|
},
|
|
"gofmt": {
|
|
"disabled": false
|
|
},
|
|
"rustfmt": {
|
|
"disabled": false
|
|
}
|
|
},
|
|
"command": {},
|
|
"agent": {
|
|
"developer": {
|
|
"mode": "primary",
|
|
"temperature": 0.2,
|
|
"description": "A developer with experience in developing Web applications",
|
|
"prompt": "./agents/developer.md",
|
|
"permission": {
|
|
"read": "allow",
|
|
"edit": "allow",
|
|
"glob": "allow",
|
|
"grep": "allow",
|
|
"list": "allow",
|
|
"bash": "allow",
|
|
"task": "allow",
|
|
"external_directory": "deny",
|
|
"todowrite": "allow",
|
|
"todoread": "allow",
|
|
"question": "allow",
|
|
"webfetch": "allow",
|
|
"websearch": "allow",
|
|
"codesearch": "allow",
|
|
"lsp": "allow",
|
|
"skill": "allow"
|
|
}
|
|
}
|
|
},
|
|
"default_agent": "developer",
|
|
"watcher": {
|
|
"ignore": [
|
|
"node_modules/**",
|
|
".git/**",
|
|
"dist/**",
|
|
"build/**",
|
|
"*.log",
|
|
".cache/**"
|
|
]
|
|
},
|
|
"compaction": {
|
|
"auto": true,
|
|
"prune": true
|
|
},
|
|
"enterprise": {
|
|
"url": ""
|
|
}
|
|
}
|