Highlights
This release brings Linux TUI support across popular terminal emulators (kitty, wezterm, alacritty, ghostty, and more), governance UX improvements that surface the controlling organization name and remote sync status in both sbx policy ls and the TUI governance tab, and the Factory-ai agent renamed to droid. sbx reset now works reliably when logged out.
What's New
CLI
- Add support for removing template images by image ID in addition to tags (#2370)
Governance
- Surface active organization name and remote sync status in
sbx policy lsoutput and the TUI governance tab (#2343)
Agents
- Rename Factory-ai agent as "droid" (#2378)
TUI
- Add Linux terminal spawning support for kitty, wezterm, alacritty, ghostty, gnome-terminal, konsole, xfce4-terminal, and xterm (#2356)
Bug Fixes
- Fix
sbx resetto work when logged out (#2368) - Fix TUI cursor positioning issues by disabling ONLCR to prevent
\r\r\nsequences that caused byte-count drift (#2351)