opencode.jsonc 464 B

1234567891011121314151617181920212223
  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. "provider": {
  9. "opencode": {
  10. "options": {},
  11. },
  12. },
  13. "permission": "ask",
  14. "mcp": {
  15. "context7": {
  16. "type": "remote",
  17. "url": "https://mcp.context7.com/mcp",
  18. },
  19. },
  20. "tools": {
  21. "github-triage": false,
  22. },
  23. }