opencode.jsonc 367 B

123456789101112131415161718
  1. {
  2. "$schema": "https://opencode.ai/config.json",
  3. // "plugin": ["opencode-openai-codex-auth"],
  4. // "enterprise": {
  5. // "url": "https://enterprise.dev.opencode.ai",
  6. // },
  7. "instructions": ["STYLE_GUIDE.md"],
  8. "permission": "ask",
  9. "provider": {
  10. "opencode": {
  11. "options": {},
  12. },
  13. },
  14. "mcp": {},
  15. "tools": {
  16. "github-triage": false,
  17. },
  18. }