zellij cleanup + small files

This commit is contained in:
2026-04-14 09:40:05 +01:00
parent 8fa80f58ea
commit c004356b5a
2 changed files with 106 additions and 4 deletions
+4 -4
View File
@@ -1,15 +1,15 @@
{
"lastChangelogVersion": "0.66.1",
"lastChangelogVersion": "0.67.1",
"defaultProvider": "openai-codex",
"defaultModel": "gpt-5.3-codex",
"defaultThinkingLevel": "high",
"defaultModel": "gpt-5.4",
"defaultThinkingLevel": "medium",
"theme": "matugen",
"lsp": {
"hookMode": "edit_write"
},
"hideThinkingBlock": false,
"slowtool": {
"timeoutSeconds": 120,
"timeoutSeconds": 300,
"enabled": true
}
}