(cmd: QueuedCommand)
| 65 | // false with the queue unchanged → the React effect never re-fires and any |
| 66 | // queued user prompt stalls permanently. |
| 67 | const isMainThread = (cmd: QueuedCommand) => cmd.agentId === undefined |
| 68 | |
| 69 | const next = peek(isMainThread) |
| 70 | if (!next) { |
no outgoing calls
no test coverage detected