opencode: fix config file location
Some checks failed
/ triage (push) Has been cancelled
GitHub Pages / publish (ubuntu-latest) (push) Has been cancelled

The file should be named `opencode.json`, not `config.json`.

Docs: https://opencode.ai/docs/config/#global

@moduon MT-13030
This commit is contained in:
Jairo Llopis 2026-01-22 10:35:22 +00:00 committed by Austin Horstman
parent 356a88a574
commit 082a4cd87c
6 changed files with 11 additions and 11 deletions

View file

@ -0,0 +1,7 @@
{
"$schema": "https://opencode.ai/config.json",
"autoshare": false,
"autoupdate": true,
"model": "anthropic/claude-sonnet-4-20250514",
"theme": "opencode"
}