co-mono/packages
Mario Zechner 5ef3cc90d1 Add guard against concurrent prompt() calls
Agent.prompt() and Agent.continue() now throw if called while already
streaming, preventing race conditions and corrupted state. Use
queueMessage() to queue messages during streaming, or await the
previous call.

AgentSession.prompt() has the same guard with a message directing
users to queueMessage().

Ref #403
2026-01-02 22:02:24 +01:00
..
agent Add guard against concurrent prompt() calls 2026-01-02 22:02:24 +01:00
ai fix(ai): add retry with server-provided delay for Gemini CLI rate limits, fixes #370 2026-01-02 10:45:59 +01:00
coding-agent Add guard against concurrent prompt() calls 2026-01-02 22:02:24 +01:00
mom Add [Unreleased] section for next cycle 2026-01-02 10:39:42 +01:00
pods Release v0.31.1 2026-01-02 10:39:08 +01:00
tui Add terminal title support to TUI framework (#407) 2026-01-02 22:00:34 +01:00
web-ui Add [Unreleased] section for next cycle 2026-01-02 10:39:42 +01:00