Merge branch 'main' into workspace-command-scope-20737

This commit is contained in:
Dmitry Lyalin
2026-03-10 17:02:26 -04:00
committed by GitHub
102 changed files with 4605 additions and 1647 deletions
+9 -2
View File
@@ -405,8 +405,8 @@
},
"showUserIdentity": {
"title": "Show User Identity",
"description": "Show the logged-in user's identity (e.g. email) in the UI.",
"markdownDescription": "Show the logged-in user's identity (e.g. email) in the UI.\n\n- Category: `UI`\n- Requires restart: `no`\n- Default: `true`",
"description": "Show the signed-in user's identity (e.g. email) in the UI.",
"markdownDescription": "Show the signed-in user's identity (e.g. email) in the UI.\n\n- Category: `UI`\n- Requires restart: `no`\n- Default: `true`",
"default": true,
"type": "boolean"
},
@@ -1689,6 +1689,13 @@
"default": false,
"type": "boolean"
},
"extensionRegistryURI": {
"title": "Extension Registry URI",
"description": "The URI (web URL or local file path) of the extension registry.",
"markdownDescription": "The URI (web URL or local file path) of the extension registry.\n\n- Category: `Experimental`\n- Requires restart: `yes`\n- Default: `https://geminicli.com/extensions.json`",
"default": "https://geminicli.com/extensions.json",
"type": "string"
},
"extensionReloading": {
"title": "Extension Reloading",
"description": "Enables extension loading/unloading within the CLI session.",