opencode.jsonc 295 B

1234567891011121314151617
  1. {
  2. "$schema": "https://opencode.ai/config.json",
  3. "provider": {
  4. "opencode": {
  5. "options": {},
  6. },
  7. },
  8. "mcp": {},
  9. "experimental": {
  10. "hashline_edit": true,
  11. "hashline_autocorrect": true,
  12. },
  13. "tools": {
  14. "github-triage": false,
  15. "github-pr-search": false,
  16. },
  17. }