mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-25 04:24:51 -07:00
feat(core): implement experimental modular system instruction and built-in skills
This commit is contained in:
@@ -2808,6 +2808,13 @@
|
||||
"markdownDescription": "Enable the experimental Topic & Update communication model for reduced chattiness and structured progress reporting.\n\n- Category: `Experimental`\n- Requires restart: `no`\n- Default: `false`",
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"modularSi": {
|
||||
"title": "Modular System Instruction",
|
||||
"description": "Enable the modular and streamlined system instruction (experimental).",
|
||||
"markdownDescription": "Enable the modular and streamlined system instruction (experimental).\n\n- Category: `Experimental`\n- Requires restart: `yes`\n- Default: `false`",
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
||||
Reference in New Issue
Block a user