mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 03:54:43 -07:00
feat(ui): implement refreshed UX for Composer layout (#21212)
Co-authored-by: Keith Guerin <keithguerin@gmail.com>
This commit is contained in:
@@ -392,6 +392,13 @@
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"collapseDrawerDuringApproval": {
|
||||
"title": "Collapse Drawer During Approval",
|
||||
"description": "Whether to collapse the UI drawer when a tool is awaiting confirmation.",
|
||||
"markdownDescription": "Whether to collapse the UI drawer when a tool is awaiting confirmation.\n\n- Category: `UI`\n- Requires restart: `no`\n- Default: `true`",
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"showMemoryUsage": {
|
||||
"title": "Show Memory Usage",
|
||||
"description": "Display memory usage information in the UI",
|
||||
|
||||
Reference in New Issue
Block a user