fix(coding-agent): keep pending tool renders after thinking toggle

closes #4167
This commit is contained in:
Mario Zechner
2026-05-05 13:17:48 +02:00
parent b5755fd27d
commit 755da309dd
3 changed files with 173 additions and 4 deletions

View File

@@ -5,6 +5,7 @@
### Fixed
- Fixed `pi -p` treating prompts that start with YAML frontmatter as extension flags instead of user messages ([#4163](https://github.com/badlogic/pi-mono/issues/4163)).
- Fixed pending tool results not updating in the live TUI after toggling thinking block visibility while the tool is running ([#4167](https://github.com/badlogic/pi-mono/issues/4167)).
## [0.73.0] - 2026-05-04