fix(coding-agent): serialize session event handling to preserve message order (fixes #1717)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user