cli/tui charm-free behind go-html/tui v0.16.0#16
Conversation
v0.16.0 ships dappco.re/go/html/tui — the terminal-UI runtime that wraps charmbracelet — so cli/tui can drop its direct charm imports next. Co-Authored-By: Virgil <virgil@lethean.io>
19 cli/tui files swapped onto go-html's tui runtime — widget path-swaps (bubbletea/bubbles) plus style/markdown semantic renames (lipgloss→style, glamour→markdown, x/ansi folded into style). Behaviour-preserving: go test ./tui/... green. No direct charmbracelet imports remain in cli/tui non-test files. Co-Authored-By: Virgil <virgil@lethean.io>
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Warning Billing warning: we have not been able to collect payment for this subscription for more than 72 hours. Please update the payment method or pay any pending invoices in Billing to avoid service interruption. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |



Swaps cli/tui's 19 non-test files onto
dappco.re/go/html/tui(v0.16.0) — no direct charmbracelet imports remain in non-test cli/tui code. Widget path-swaps + style/markdown semantic renames. cli pins go-html v0.16.0.Local gate green: cli builds,
go test ./tui/...420 pass, examples build+vet. Runs the three-OS gate here.Already merged to canonical gitlab dev (b28dbc4); this PR advances the protected github dev.
Co-Authored-By: Virgil virgil@lethean.io