More Updates
- paper is now paperctl — and installs no longer need sudoJul 23, 2026
- See models in session tableJul 23, 2026
- Every session shows its outcomesJul 17, 2026
- paperctl sessions in the CLIJul 14, 2026
- Export your session dataJul 11, 2026
- Delete sessions from the consoleJul 10, 2026
- Insights dashboard for spend and session healthJun 30, 2026
- Turn dead tokens into skillsJun 26, 2026
- paper now works with CodexJun 23, 2026
- Richer session detailsJun 16, 2026
- Changelog goes liveJun 10, 2026
- paperctl CLI is now in alphaJun 09, 2026
See models in session table
The sessions table now shows each session's model at a glance: the cost-dominant model with its logo, a +n badge when more than one was involved, and a hover breakdown of what each model cost.
In paper console, the Sessions overview table has a new Model column,
right next to the session name. Each row shows the model that did most of the
work in that session, with its brand logo and name, so you can scan a page of
sessions and see what ran them without opening a single one.
Status | Name | Model | User | Turns | Cost | Last active |
|---|---|---|---|---|---|---|
| Running | wire outcome detector into cursor cache ~/code/papercomputeco/console | Claude Fable 5+2 | brian(You) | 42 | $18.40 | 12m ago |
| Completed | fix flaky export-sessions test ~/code/papercomputeco/tapes | Claude Sonnet 5 | maya | 11 | $2.10 | 1h ago |
| Completed | migrate span search to direct reads ~/code/papercomputeco/tapes | Claude Opus 4.8+1 | brian(You) | 67 | $31.75 | 3h ago |
| Completed | scaffold billing exporter cron ~/code/papercomputeco/infra | GPT-5.2 Codex+1 | devon | 24 | $6.88 | 5h ago |
| Failed | triage grove sync failure ~/code/papercomputeco/paper-forest | Claude Haiku 4.5 | maya | 8 | $1.04 | yesterday |
Sessions often aren’t single-model affairs. A run might plan on one model and
delegate to a cheaper one, or an agent might switch models mid-task. When that
happens, the chip picks the cost-dominant model for the label and adds a
+n badge for the rest. Hover it and you get the full breakdown: every model
that served the session and the share of the session’s cost each one accounted
for.
The same chip sits in the session detail header, with the same hover breakdown, so the answer to “what actually ran this?” is one hover away from anywhere.
The per-model costs in the breakdown are exact, not estimates.
Open the sessions view to see it. The column is live on every session, past sessions included.