mirror of
https://github.com/openai/codex.git
synced 2026-04-29 10:53:24 +03:00
Added separate experimental feature flags for live update of skills and agents
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user