This commit is contained in:
alex wiesner
2026-04-09 11:31:06 +01:00
parent 8fec8e28f4
commit 18245c778e
155 changed files with 16206 additions and 2980 deletions

View File

@@ -1,6 +1,21 @@
{
"lastChangelogVersion": "0.58.3",
"defaultProvider": "github-copilot",
"lastChangelogVersion": "0.66.1",
"defaultProvider": "openai-codex",
"defaultModel": "gpt-5.4",
"defaultThinkingLevel": "medium"
"defaultThinkingLevel": "xhigh",
"transport": "auto",
"doubleEscapeAction": "fork",
"theme": "dark",
"hideThinkingBlock": false,
"packages": [],
"steeringMode": "all",
"treeFilterMode": "default",
"compaction": {
"enabled": true
},
"quietStartup": false,
"collapseChangelog": true,
"terminal": {
"showImages": true
}
}