fix(coding-agent): clear tree navigation compaction state

closes #3688
This commit is contained in:
Mario Zechner
2026-04-25 17:03:09 +02:00
parent 3e7ffff184
commit a363b668ac
3 changed files with 165 additions and 120 deletions

View File

@@ -8,6 +8,7 @@
### Fixed
- Fixed `/tree` cancellation via `session_before_tree` leaving the session stuck in compaction state ([#3688](https://github.com/badlogic/pi-mono/issues/3688))
- Fixed Escape interrupt handling when extensions hide the built-in working loader row ([#3674](https://github.com/badlogic/pi-mono/issues/3674))
- Fixed coding-agent test expectations for current default models and missing-auth guidance.