-
released this
2026-05-09 15:41:15 +02:00 | 214 commits to main since this releaseCLI Dependency Fix
Multiple rounds of bubbletea/lipgloss version incompatibilities resolved.
Issues:
- bubbletea v0.27.1: charmbracelet/x/input@v0.1.0 had undefined ansi.KittyReportAllKeys
- bubbletea/lipgloss v2: published at charm.land not github.com, and tea.View type not convertible from string
- go.mod go 1.26 required golang:1.26-alpine Docker base image
Fix:
- Dropped bubbletea and lipgloss entirely
- Replaced with ANSI escape codes directly in output/print.go
- tui/overview.go now uses PrintOverview() — inline print, no alt-screen, no external deps
- cmd/tui.go simplified to call PrintOverview()
- go.mod: cobra v1.10.2, viper v1.21.0 only (no charmbracelet)
- Dockerfile: golang:1.26-alpine
- CLI build confirmed clean via Docker
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads