mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-14 22:02:59 -07:00
Merge branch 'main' into workspace-command-scope-20737
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user