(msg: string)
| 4861 | // ~5s teleportToRemote resolves. |
| 4862 | setMessages(prev => [...prev, createCommandInputMessage(formatCommandInputTags('ultraplan', blurb))]); |
| 4863 | const appendStdout = (msg: string) => setMessages(prev => [...prev, createCommandInputMessage(`<${LOCAL_COMMAND_STDOUT_TAG}>${escapeXml(msg)}</${LOCAL_COMMAND_STDOUT_TAG}>`)]); |
| 4864 | // Defer the second message if a query is mid-turn |
| 4865 | // so it lands after the assistant reply, not |
| 4866 | // between the user's prompt and the reply. |
no test coverage detected