1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-24 09:50:58 +01:00
home-manager/tests/modules/programs/opencode/config.json
Thierry Delafontaine 64796151f7 opencode: add JSON schema reference to config.json output
- Automatically include "$schema": "https://opencode.ai/config.json" in the generated
  opencode config.json file
- Update documentation to mention the added schema property
- Add corresponding "$schema" entry in test config.json file for validation purposes

Closes #7506
2025-07-24 11:05:45 -05:00

7 lines
167 B
JSON

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