co-mono/packages
Mario Zechner 2b0aa5ed8e Fix agent event ordering: update state before emitting events
Previously, Agent.emit() was called before state was updated (e.g., appendMessage).
This meant event handlers saw stale state - when message_end fired,
agent.state.messages didn't include the message yet.

Now state is updated first, then events are emitted, so handlers see
consistent state that matches the event.
2025-12-09 14:33:39 +01:00
..
agent Fix agent event ordering: update state before emitting events 2025-12-09 14:33:39 +01:00
ai Fix theme path for binary and npm builds after refactor 2025-12-09 13:43:59 +01:00
coding-agent Fix agent event ordering: update state before emitting events 2025-12-09 14:33:39 +01:00
mom Release v0.15.0 2025-12-09 13:41:12 +01:00
pods Release v0.15.0 2025-12-09 13:41:12 +01:00
proxy Release v0.15.0 2025-12-09 13:41:12 +01:00
tui Release v0.15.0 2025-12-09 13:41:12 +01:00
web-ui Release v0.15.0 2025-12-09 13:41:12 +01:00