added glm as default

This commit is contained in:
2026-06-17 12:09:53 +02:00
parent 7fc599484d
commit 736a9826a5
+8 -4
View File
@@ -1,8 +1,8 @@
{ {
"quietStartup": true, "quietStartup": true,
"lastChangelogVersion": "0.70.6", "lastChangelogVersion": "0.79.6",
"defaultProvider": "kimi-coding", "defaultProvider": "zai",
"defaultModel": "k2p6", "defaultModel": "glm-5.2",
"defaultThinkingLevel": "high", "defaultThinkingLevel": "high",
"packages": [ "packages": [
"npm:pi-subagents", "npm:pi-subagents",
@@ -23,5 +23,9 @@
], ],
"powerline": "full", "powerline": "full",
"hideThinkingBlock": false, "hideThinkingBlock": false,
"prompts": ["prompts/english-default.md", "prompts/todo-hygiene.md"] "prompts": [
"prompts/english-default.md",
"prompts/todo-hygiene.md"
],
"theme": "dark"
} }