feature: metrics view in the abctl TUI
Open
@esnible is already working on this.
Since Sep 10, 2026.
enhancement
high priority
ux
- Dominant language
- Go
- Stars
- 13
- Forks
- 40
- Avg merge
- 12h 17m
- Merged PRs (30d)
- 156
Description
Feature Description
The presentation half of the observability work. tui/cost_event.go shows per-event cost; there
is no place to see totals.
Proposed Solution
- A metrics view: session totals, per-model breakdown, latency percentiles
- Reachable by a documented key, listed in the help overlay
- Updates live as events arrive without disturbing the events pane
- Readable when the terminal is small; no truncated numbers
- Honours the persisted user configuration
Additional Context
Part of the Cortex v0.9.0 release. Depends on per-session token and cost aggregation, and on
latency metrics.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.