feat(core): implement experimental modular system instruction and built-in skills

This commit is contained in:
Aishanee Shah
2026-03-11 03:21:27 +00:00
parent 8615315711
commit 0376edd1b3
11 changed files with 658 additions and 2794 deletions
+7
View File
@@ -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