mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-24 09:50:58 +01:00
- 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
7 lines
167 B
JSON
7 lines
167 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"autoshare": false,
|
|
"autoupdate": true,
|
|
"model": "anthropic/claude-sonnet-4-20250514",
|
|
"theme": "opencode"
|
|
}
|