fix(coding-agent): refresh title after extension session rename

closes #3686
This commit is contained in:
Mario Zechner
2026-04-25 17:20:26 +02:00
parent a363b668ac
commit c19e64a444
4 changed files with 51 additions and 3 deletions

View File

@@ -8,6 +8,7 @@
### Fixed
- Fixed extension `pi.setSessionName()` updates to refresh the interactive terminal title immediately ([#3686](https://github.com/badlogic/pi-mono/issues/3686))
- 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.