This release adds Alt+Enter follow-up messaging in the TUI and session recovery error exports, along with several bug fixes for Windows reliability and context overflow messaging.
What's New
- Adds Alt+Enter keyboard shortcut to submit follow-up messages in both the full TUI and lean TUI, with attachment preservation and pending follow-up display
- Includes recorded errors in the session recovery export
Bug Fixes
- Fixes a status race condition and subprocess pipe hang in background jobs
- Fixes
promote()retry on Windows when anACCESS_DENIEDerror occurs during kit rename operations - Makes the context overflow error message frontend-agnostic, removing references to
/compactthat are not applicable to all consumers
Technical Changes
- Updates test for torn-file concurrency to tolerate Windows file sharing violations
- Clarifies sandbox documentation to reflect
sbxintegration and removes references to the retireddocker sandboxCLI path
What's Changed
- docs: update CHANGELOG.md for v1.122.0 by @docker-read-write[bot] in #3915
- fix(backgroundjobs): resolve status race condition and subprocess pipe hang by @Piyush0049 in #3833
- docs: auto-update for merged PRs (2026-08-06) by @aheritier in #3919
- fix(kit): retry promote() retire-rename on Windows ACCESS_DENIED by @aheritier in #3917
- feat(tui): add Alt+Enter follow-up messages by @rumpl in #3918
- test(cache): fix Windows flake in the torn-file concurrency test by @trungutt in #3921
- fix: frontend-agnostic context overflow message, export recorded errors for recovery by @trungutt in #3920
- docs: clarify sbx sandbox integration by @dvdksn in #3924
New Contributors
Full Changelog: v1.122.0...v1.123.0