You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: replace CLI output with styled Charm-based UI
Migrate all CLI output to the Charm ecosystem (Bubble Tea, lipgloss, Huh)
for a polished terminal experience with proper headless/CI mode fallback.
- Add Info, Success, ErrorMsg, Warn methods to UI with lipgloss styling
- Style spinner final/error messages with checkmark/cross prefixes
- Fix "No servers found" to exit 0 instead of 1 (not an error)
- Replace all RawMessage/PrintMixedGreen calls with typed UI methods
- Add interactive forms via charmbracelet/huh replacing survey
- Add styled tables via lipgloss replacing tablewriter
- Log spinner errors at error level in headless mode
- Update README libraries section to reflect new dependencies
0 commit comments