Skip to content

Commit 2cf1f90

Browse files
committed
docs: add dashboard screenshots to readme
1 parent 1c12df3 commit 2cf1f90

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ The dashboard is intentionally split into two views:
2121
- `Calls`: inspect individual model calls, token fields, pricing status, cache ratio, reasoning output, and context-window percentage.
2222
- `Threads`: group calls by Codex thread, expand a thread chronologically, and see spawned subagents and inferred auto-review work in context.
2323

24+
## Dashboard Preview
25+
26+
These screenshots use synthetic aggregate fixture data. They do not contain prompts, assistant responses, tool output, or real Codex session content.
27+
28+
![Calls view with filters, totals, model-call rows, and the details panel.](docs/assets/dashboard-calls.png)
29+
30+
![Threads view with grouped Codex threads and expanded chronological calls.](docs/assets/dashboard-threads.png)
31+
32+
![Call Details panel showing aggregate token, pricing, context, and thread attachment fields.](docs/assets/dashboard-details.png)
33+
2434
## Important Pattern: Long Chats Can Bloat Fast
2535

2636
A common pattern this tool makes obvious is that staying in the same Codex chat for a long time can rapidly grow the context carried into later turns.

0 commit comments

Comments
 (0)