This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ci-agent-runner/opencode/opencode.json
T
2026-07-13 10:13:26 +02:00

69 lines
1.6 KiB
JSON

{
"$schema": "https://opencode.ai/config.json",
"model": "openai/gpt-5.4",
"default_agent": "ci-plan-creator",
"share": "disabled",
"autoupdate": false,
"snapshot": false,
"formatter": false,
"lsp": false,
"agent": {
"build": { "disable": true },
"plan": { "disable": true },
"general": { "disable": true },
"explore": { "disable": true }
},
"mcp": {
"context7": {
"type": "remote",
"url": "https://mcp.context7.com/mcp",
"headers": {
"CONTEXT7_API_KEY": "{env:CONTEXT7_API_KEY}"
},
"enabled": true,
"timeout": 30000
},
"exa": {
"type": "remote",
"url": "https://mcp.exa.ai/mcp?tools=web_search_exa,web_fetch_exa",
"enabled": true,
"timeout": 30000
},
"gh_grep": {
"type": "remote",
"url": "https://mcp.grep.app",
"enabled": true,
"timeout": 30000
},
"gitea": {
"type": "local",
"command": ["gitea-mcp", "-t", "stdio", "-read-only"],
"environment": {
"GITEA_HOST": "{env:GITEA_SERVER_URL}",
"GITEA_ACCESS_TOKEN": "{env:GITEA_READ_TOKEN}",
"GITEA_READONLY": "true"
},
"enabled": true,
"timeout": 30000
}
},
"permission": {
"read": "deny",
"edit": "deny",
"glob": "deny",
"grep": "deny",
"list": "deny",
"bash": "deny",
"task": "deny",
"external_directory": "deny",
"todowrite": "deny",
"question": "deny",
"webfetch": "deny",
"websearch": "deny",
"skill": "deny"
},
"experimental": {
"mcp_timeout": 30000
}
}