Conversation
Add a TUI-only /cost (alias /usage) dialog showing session, daily, and monthly API cost metrics with cache hit rates. The dialog computes actual vs no-cache cost using per-model pricing and displays a compact three-row view. - New GET /session/stats endpoint reusing aggregateSessionStats - Pure cost-metrics module with formatCost, computeSessionMetrics, etc. - 25 unit tests + 4 UI tests using @opentui/solid testRender - Enable @opentui/solid/preload in test config for .tsx test support
e6qu
added a commit
that referenced
this pull request
Mar 18, 2026
Add a TUI-only /cost (alias /usage) dialog showing session, daily, and monthly API cost metrics with cache hit rates. The dialog computes actual vs no-cache cost using per-model pricing and displays a compact three-row view. - New GET /session/stats endpoint reusing aggregateSessionStats - Pure cost-metrics module with formatCost, computeSessionMetrics, etc. - 25 unit tests + 4 UI tests using @opentui/solid testRender - Enable @opentui/solid/preload in test config for .tsx test support Co-authored-by: Adrian Mârza <adi11235 at gmail dot com>
3 tasks
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
/cost(alias/usage) TUI-only slash command that opens a compact usage dialog showing session, daily, and monthly API cost metrics with cache hit ratesGET /session/statsserver endpoint reusing existingaggregateSessionStatslogiccost-metrics.ts) for testability@opentui/solidtestRenderin the codebase)Dialog output
Columns: actual/no-cache cost pair, cache hit %. Ephemeral — no messages sent to LLM.
Test plan
formatCost,findModel,computeSessionMetrics,computeStatsMetrics,formatRowDialogCostviatestRender+captureCharFramewith mocked contextsbun run dev→ open session →/cost→ verify dialog renders → pressesc→ dialog dismisses/cost