fix(opencode): update config

This commit is contained in:
2026-01-05 19:27:33 +01:00
parent 92323c8813
commit efec2fc621
+5 -4
View File
@@ -1,12 +1,13 @@
{ {
"$schema": "https://opencode.ai/config.json", "$schema": "https://opencode.ai/config.json",
"theme": "system",
"model": "anthropic/claude-sonnet-4-20250514",
"small_model": "anthropic/claude-3-5-haiku-20241022",
"share": "disabled", "share": "disabled",
"autoupdate": true,
"permission": { "permission": {
"edit": "ask", "edit": "ask",
"bash": "ask", "bash": "ask",
"webfetch": "ask" "skill": "ask",
"webfetch": "deny",
"doom_loop": "ask",
"external_directory": "ask"
} }
} }