Split timer and queued message flags

This commit is contained in:
Eric Traut
2026-04-10 14:43:56 -07:00
parent 2a6526c9fd
commit cbe466866c
11 changed files with 350 additions and 98 deletions

View File

@@ -434,6 +434,9 @@
"prevent_idle_sleep": {
"type": "boolean"
},
"queued_messages": {
"type": "boolean"
},
"realtime_conversation": {
"type": "boolean"
},
@@ -485,7 +488,7 @@
"steer": {
"type": "boolean"
},
"timer_tool": {
"timers": {
"type": "boolean"
},
"tool_call_mcp_elicitation": {
@@ -2286,6 +2289,9 @@
"prevent_idle_sleep": {
"type": "boolean"
},
"queued_messages": {
"type": "boolean"
},
"realtime_conversation": {
"type": "boolean"
},
@@ -2337,7 +2343,7 @@
"steer": {
"type": "boolean"
},
"timer_tool": {
"timers": {
"type": "boolean"
},
"tool_call_mcp_elicitation": {