opencode: fix config file location
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:
parent
356a88a574
commit
082a4cd87c
6 changed files with 11 additions and 11 deletions
7
tests/modules/programs/opencode/opencode.json
Normal file
7
tests/modules/programs/opencode/opencode.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"autoshare": false,
|
||||
"autoupdate": true,
|
||||
"model": "anthropic/claude-sonnet-4-20250514",
|
||||
"theme": "opencode"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue