fix(agent): ignore late tool progress updates

closes #5573
This commit is contained in:
Armin Ronacher
2026-06-12 18:59:11 +02:00
parent adf567c1c6
commit daab056ac1
4 changed files with 181 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed late tool progress callbacks after tool settlement to be ignored instead of emitting stale `tool_execution_update` events ([#5573](https://github.com/earendil-works/pi/issues/5573)).
## [0.79.1] - 2026-06-09
## [0.79.0] - 2026-06-08