mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 11:04:42 -07:00
feat(core): implement experimental modular system instruction and built-in skills
This commit is contained in:
@@ -1792,6 +1792,13 @@
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"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