opencode.jsonc 539 B

12345678910111213141516171819202122232425262728
  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": {
  14. "bash": {
  15. "ls foo": "ask",
  16. },
  17. },
  18. "mcp": {
  19. "context7": {
  20. "type": "remote",
  21. "url": "https://mcp.context7.com/mcp",
  22. },
  23. },
  24. "tools": {
  25. "github-triage": false,
  26. "github-pr-search": false,
  27. },
  28. }