Prompts
Dashboard tile: Prompts
- What this measures
- How many turns you contributed to a conversation or a run.
- How it is calculated
- Counted from the user-authored turns the adapter can see in the export. Where a format records branches — ChatGPT's regenerate and edit trees — only the branch that ends at the conversation's current node is counted, so a message you rewrote three times is one prompt rather than four.
- What high and low mean
- A high count relative to sessions means many short exchanges per conversation. A low count over a long session span means you were reading, or waiting, more than you were typing.
- What could mislead you
- A prompt is not a unit of work. One sentence to a coding agent that then runs for twenty minutes is one prompt, and so is a one-word correction to a chat answer.
| Source | Status | Reason |
|---|---|---|
| ChatGPT | Available | Counted from your turns on the branch that ends at `current_node`, so regenerated and edited branches are not double counted. |
| Claude | Available | Counted from the human turns in `chat_messages`. |
| Gemini | Available | Counted from `Prompted` activity rows only. Canvas creations and `Used Gemini Apps` rows are side effects of a prompt, and counting them inflated prompts by roughly half on real exports. |
| Claude Code | Available | Counted from user events in the transcript. |
| Codex | Available | Counted from user message events in the rollout file. |
| Gemini CLI | Available | Counted from user events, or from the user messages in a local session snapshot. |
| Cursor | Available | Counted from user headings in a Markdown transcript, or user rows in the workspace snapshot. |