Does this work

This commit is contained in:
2026-05-18 16:36:44 +05:30
parent b370921034
commit 2692a446ed
17 changed files with 167 additions and 62 deletions
+32
View File
@@ -1,4 +1,32 @@
{
"agent_servers": {
"gemini": {
"type": "registry"
}
},
"cli_default_open_behavior": "new_window",
"project_panel": {
"dock": "left"
},
"outline_panel": {
"dock": "left"
},
"agent": {
"default_model": {
"provider": "google",
"model": "gemini-3-flash-preview",
"enable_thinking": false
},
"profiles": {
},
"dock": "right",
"favorite_models": [],
"model_parameters": []
},
"git_panel": {
"dock": "left"
},
"git": {
"inline_blame": {
"show_commit_summary": true
@@ -48,6 +76,10 @@
"yaml": {
"format_on_save": "off",
"tab_size": 4,
},
"Markdown": {
"format_on_save": "off",
"tab_size": 4,
}
},
}