Highlights
This patch release brings a revamped TUI experience with a new sandbox info dialog, improved notifications, and better error visibility when the daemon becomes unreachable. It also includes several CLI stability fixes including proper terminal restoration after agent crashes, correct -- separator handling in exec, and graceful handling of invalid sandbox names.
What's New
CLI & TUI
- Add sandbox info dialog for viewing sandbox details (#2130)
- Show explanatory action when creating a new sandbox (#2128)
- Improve TUI notification system with better styling and behavior (#2123)
- Show error in TUI when daemon becomes unreachable (#2195)
- Bypass login check and network policy setup when running "reset" (#2067)
Bug Fixes
- Strip leading
--separator in exec command args (#2057) - Use full terminal reset after agent crash to restore terminal state (#2187)
- Gracefully handle invalid/duplicate sandbox names in the TUI and CLI (#2121)
- Use
--disable-interactivityflag for Windows winget to avoid interactive prompt (#2180)