| 1234567891011121314151617181920212223 |
- {
- "$schema": "https://opencode.ai/config.json",
- // "plugin": ["opencode-openai-codex-auth"],
- // "enterprise": {
- // "url": "https://enterprise.dev.opencode.ai",
- // },
- "instructions": ["STYLE_GUIDE.md"],
- "provider": {
- "opencode": {
- "options": {},
- },
- },
- "permission": "ask",
- "mcp": {
- "context7": {
- "type": "remote",
- "url": "https://mcp.context7.com/mcp",
- },
- },
- "tools": {
- "github-triage": false,
- },
- }
|