mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-22 07:41:23 -07:00
feat(core): implement unified AgentHarness and AgentFactory #18267
This commit is contained in:
@@ -1486,6 +1486,13 @@
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"enableAgentHarness": {
|
||||
"title": "Enable Agent Harness",
|
||||
"description": "Enable the new unified agent harness (experimental).",
|
||||
"markdownDescription": "Enable the new unified agent harness (experimental).\n\n- Category: `Experimental`\n- Requires restart: `yes`\n- Default: `false`",
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"extensionManagement": {
|
||||
"title": "Extension Management",
|
||||
"description": "Enable extension management features.",
|
||||
|
||||
Reference in New Issue
Block a user