Features
Lager Terminal Integrated into CLI
- The Lager Terminal is now built directly into lager-cli
- No separate installation required - just run
lagerwith no arguments - Three ways to launch:
lager- Launches terminal when no subcommand givenlager terminal- Explicit terminal commandlager-terminal- Direct entry point
- Tab completion for all commands and subcommands
- Command history navigation with up/down arrows
- Auto-suggest from history
- Colored output with success/error indicators
Interactive Command Protection
- TUI commands (supply tui, battery tui, nets tui) are now blocked inside Lager Terminal
- Clear warning message directs users to run TUI commands directly from their shell
- Prevents hanging/stuck terminal sessions
Improvements
Package Consolidation
- Removed separate
lager_terminalpackage - All terminal code now lives in
cli/terminal/ - Cleaner installation with single
pip install lager-cli

