This commit is contained in:
2025-10-14 16:19:59 +02:00
parent 97d757dcfc
commit c50ce4efe8

View File

@@ -94,20 +94,19 @@
// │ Layout │ // │ Layout │
// ╰────────╯ // ╰────────╯
"agent": { "agent": {
"enabled": true, "enabled": false,
"button": true, "button": false,
"dock": "right", "dock": "right",
"default_width": 640, "default_width": 640,
"default_height": 320, "default_height": 320,
"version": "2",
"default_model": { "default_model": {
"provider": "openai", "provider": "openai",
"model": "gpt-4o" "model": "gpt-4-turbo"
} }
}, },
"centered_layout": { "centered_layout": {
"left_padding": 0.22, "left_padding": 0.2,
"right_padding": 0.22 "right_padding": 0.2
}, },
"collaboration_panel": { "collaboration_panel": {
"button": false "button": false
@@ -139,7 +138,6 @@
"thumb_border": "left_open", "thumb_border": "left_open",
"current_line_highlight": "all" "current_line_highlight": "all"
}, },
"modal_max_width": "medium",
"outline_panel": { "outline_panel": {
"button": true, "button": true,
"default_width": 240, "default_width": 240,