Added separate experimental feature flags for live update of skills and agents

This commit is contained in:
Eric Traut
2026-01-28 15:58:33 -08:00
parent a95f4e7338
commit dad3af97d2
6 changed files with 141 additions and 27 deletions

View File

@@ -180,6 +180,12 @@
"include_apply_patch_tool": {
"type": "boolean"
},
"live_agents_reload": {
"type": "boolean"
},
"live_skills_reload": {
"type": "boolean"
},
"powershell_utf8": {
"type": "boolean"
},
@@ -1198,6 +1204,12 @@
"include_apply_patch_tool": {
"type": "boolean"
},
"live_agents_reload": {
"type": "boolean"
},
"live_skills_reload": {
"type": "boolean"
},
"powershell_utf8": {
"type": "boolean"
},