mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-25 20:44:46 -07:00
feat: add extensionsExplore setting to enable extensions explore UI. (#18686)
This commit is contained in:
@@ -1481,6 +1481,13 @@
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"extensionRegistry": {
|
||||
"title": "Extension Registry Explore UI",
|
||||
"description": "Enable extension registry explore UI.",
|
||||
"markdownDescription": "Enable extension registry explore UI.\n\n- Category: `Experimental`\n- Requires restart: `yes`\n- Default: `false`",
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"extensionReloading": {
|
||||
"title": "Extension Reloading",
|
||||
"description": "Enables extension loading/unloading within the CLI session.",
|
||||
|
||||
Reference in New Issue
Block a user