fix(coding-agent): serialize session event handling to preserve message order (fixes #1717)

This commit is contained in:
Mario Zechner 2026-03-02 20:48:22 +01:00
parent 062f7ff52d
commit dfc779faab
3 changed files with 152 additions and 2 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed session message persistence ordering by serializing `AgentSession` event processing, preventing `toolResult` entries from being written before their corresponding assistant tool-call messages when extension handlers are asynchronous ([#1717](https://github.com/badlogic/pi-mono/issues/1717))
## [0.55.3] - 2026-02-27
### Fixed