codex: add persistent thread timers

This commit is contained in:
Eric Traut
2026-04-12 16:30:38 -07:00
parent 480212edad
commit 645f61e06a
31 changed files with 3655 additions and 8 deletions

View File

@@ -485,6 +485,9 @@
"steer": {
"type": "boolean"
},
"timers": {
"type": "boolean"
},
"tool_call_mcp_elicitation": {
"type": "boolean"
},
@@ -2334,6 +2337,9 @@
"steer": {
"type": "boolean"
},
"timers": {
"type": "boolean"
},
"tool_call_mcp_elicitation": {
"type": "boolean"
},
@@ -2804,4 +2810,4 @@
},
"title": "ConfigToml",
"type": "object"
}
}