December 3, 2025

Auggie CLI 0.10.0 Release Notes

Features
  • Session Switching: Added `/sessions` command to switch between sessions without restarting CLI
  • Shell Configuration: Added `/config` command to configure default shell and startup script
  • Keyboard Shortcuts: Added Ctrl+/ for undo and Ctrl+Y for redo in normal edit mode
  • Verbose Thinking: Added verbose output mode for thinking summaries to show full agent reasoning
  • Terminal Focus Tracking: Added focus detection to hide cursor when terminal window loses focus
Session Management
  • Show session ID when closing sessions with command to resume by ID
  • Support resuming sessions by ID prefix (unambiguous matches)
  • Added `-f` flag to filter session list to current workspace only
  • Reversed session list order to show newest sessions first
Improvements
  • Fixed text wrapping in tool result summaries
  • Truncate web fetch results to 150 characters for better readability
  • Increased max length for thinking summary titles to reduce truncation
  • Truncate large file views to prevent excessive memory usage
Bug Fixes
  • Fixed escape key behavior in ask mode (now properly exits to normal mode)
  • Fixed ACP login flow path identification
  • Removed duplicate error messages in output
  • Suppressed verbose npm output during auto-upgrade failures for cleaner error messages