v0.2.0
What's New
Migrated the CLI to use Ink (React for CLIs) for a more modern, professional UI.
Changes
- Replace chalk, cli-table3, ora with Ink
- Add new UI component library (Table, Spinner, StatusBadge, Message, DetailView)
- Add status indicators with colored dots (● running, ○ stopped)
- Add clean table separators (─) and item counts
- Add animated spinners during loading
Backwards Compatibility
--jsonflag still works (bypasses Ink)- Non-TTY mode falls back to simple text output
- All existing CLI flags unchanged
Full Changelog: v0.1.0...v0.2.0