fix(coding-agent): allow tool expansion during extension confirms

closes #4429
This commit is contained in:
Mario Zechner
2026-05-12 23:34:57 +02:00
parent 5ac874c849
commit d62c416cfd
3 changed files with 8 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
### Fixed
- Fixed tool output expansion while extension confirmation dialogs are focused ([#4429](https://github.com/earendil-works/pi/issues/4429)).
- Fixed auto-retry for Anthropic streams that end before `message_stop` ([#4433](https://github.com/earendil-works/pi/issues/4433)).
- Fixed theme sharing across package scopes so extensions do not crash with `Theme not initialized` ([#4333](https://github.com/earendil-works/pi/issues/4333)).
- Fixed keybinding hints to show Option instead of Alt on macOS ([#4289](https://github.com/earendil-works/pi/issues/4289)).