fix(coding-agent): use compacted context for handoff

closes #3945
This commit is contained in:
Mario Zechner
2026-04-29 23:38:47 +02:00
parent d23cf31634
commit 2fa7c2ef2f
2 changed files with 43 additions and 5 deletions

View File

@@ -8,6 +8,7 @@
### Fixed
- Fixed `/handoff` to use compacted session context instead of pre-compaction raw messages ([#3945](https://github.com/badlogic/pi-mono/issues/3945)).
- Fixed idle follow-up submission to clear the editor like normal message submission ([#3926](https://github.com/badlogic/pi-mono/issues/3926)).
- Updated the sandbox extension example lockfile to resolve the vulnerable `lodash-es` transitive dependency ([#3901](https://github.com/badlogic/pi-mono/issues/3901)).