feat: TUI overhaul — tasks, stats, search, help#2
Merged
bellatoris merged 5 commits intomasterfrom Mar 5, 2026
Merged
Conversation
- Session stats: message activity sparkline over session duration with time axis - Global stats: daily activity sparkline showing sessions per day with date axis - Collect per-message timestamps and session start times for visualization
- Session stats: red error sparkline aligned with activity timeline (same time axis) - Global stats: daily error sparkline aligned with session activity - Collect error timestamps from is_error:true tool results during scanning - Helps identify when broken tools/skills/MCPs cause error spikes
338e61b to
d1975a3
Compare
Shows tools/skills/commands sorted by error count with per-tool error rate. Helps identify which specific tools or MCPs are causing the most failures.
- Replace ~200 lines of modal overlay code with live preview in split pane - L key now shows tmux pane capture in the preview panel (1s refresh) - Tab cycling skips live mode (only entered via L key) - Non-live sessions show "(not a live session)" when in live mode - Add Apache 2.0 LICENSE - Add GitHub Actions: CI (test/vet on PR) and Release (multi-arch binaries) - Add test/vet targets to Makefile - Add live_preview_test.go with 10 unit tests - Remove flaky e2e tests that depended on local sessions
bellatoris
approved these changes
Mar 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/) in message full view withn/Nnavigation and match count?) showing badges, search filters, and keybindingskeyolk/ccxtosendbird/ccxTest plan
▸ Tasks [N/M ✓]group under last task-touching messageS) → shows daily activity, total cost, model switches/in message full view → search with match highlighting and n/N navigation?in sessions list → help overlay with esc/q listedgo build ./...andgo vet ./...pass clean