More Updates
- Claude artifacts count as outcomesSep 17, 2026
- Skill evalsSep 16, 2026
- Label sessions and filter by themSep 15, 2026
- A digest on the dashboardSep 15, 2026
- Capture the ChatGPT appAug 10, 2026
- Codex subagents render inside their parent sessionAug 10, 2026
- Upgrade your plan from settingsAug 05, 2026
- 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
Label sessions and filter by them
Sessions take labels. A Labels column on the sessions list shows them, clicking one filters the list, and a Labels control in the toolbar does the same without a chip on screen.
In paper console, the sessions list has a Labels column. Each chip is a
label on that session; click one and the list filters to sessions carrying it.
A Labels button in the toolbar opens the same filter as a picker, so you
can filter by a label that isn’t visible in the rows on screen.
Session | Status | Name | Labels | User | Turns | Cost | Active |
|---|---|---|---|---|---|---|---|
| a3f8c21d | Running | wire outcome detector into cursor cache ~/code/papercomputeco/console | brian(You) | 42 | $18.40 | 12m ago | |
| d91b04ee | Completed | fix flaky export-sessions test ~/code/papercomputeco/tapes | maya | 11 | $2.10 | 1h ago | |
| 7c25e9ba | Completed | migrate span search to direct reads ~/code/papercomputeco/tapes | brian(You) | 67 | $31.75 | 3h ago | |
| f04a77c3 | Completed | scaffold billing exporter cron ~/code/papercomputeco/infra | — | devon | 24 | $6.88 | 5h ago |
| c18e5a09 | Failed | reproduce the label filter 500 ~/code/papercomputeco/tapes | maya | 19 | $4.02 | yesterday |
Pick more than one and the list narrows to sessions that carry all of them. Active filters show as chips above the table with an × to remove each.
To add a label, open a session and use the tag control in the detail panel. Labels are created explicitly: typing a name that doesn’t exist yet offers a Create action rather than creating it silently.
A few details:
- Matching is on the whole label name, folded for case.
Backendandbackendare the same label;backendandbackare not. - Skills take labels too, and the skills list filters by them the same way.
Open the sessions list and look for the Labels column.