opencode.jsonc 699 B

12345678910111213141516171819202122
  1. {
  2. "$schema": "https://opencode.ai/config.json",
  3. "provider": {},
  4. "permission": {},
  5. // TODO: flip back to `references` once a release containing the v1 `reference` migration ships.
  6. // The release pipeline runs the latest published opencode against this file, which only knows `reference`.
  7. "reference": {
  8. "effect": {
  9. "repository": "github.com/Effect-TS/effect-smol",
  10. "description": "Use for Effect v4 and effect-smol implementation details",
  11. },
  12. "opencode-local": {
  13. "path": "~/.local/share/opencode",
  14. "description": "Contains opencode logs and data",
  15. },
  16. },
  17. "mcp": {},
  18. "tools": {
  19. "github-triage": false,
  20. "github-pr-search": false,
  21. },
  22. }