mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-22 07:41:23 -07:00
enable cli_help agent by default (#16100)
This commit is contained in:
committed by
GitHub
parent
f9520b3cd0
commit
8bd5d4db9b
@@ -1435,8 +1435,8 @@
|
||||
"enabled": {
|
||||
"title": "Enable CLI Help Agent",
|
||||
"description": "Enable the CLI Help Agent.",
|
||||
"markdownDescription": "Enable the CLI Help Agent.\n\n- Category: `Experimental`\n- Requires restart: `yes`\n- Default: `false`",
|
||||
"default": false,
|
||||
"markdownDescription": "Enable the CLI Help Agent.\n\n- Category: `Experimental`\n- Requires restart: `yes`\n- Default: `true`",
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user