Overview
The timeline is a feed of Timeline Entries scoped to a project. Each entry corresponds to one commit and automatically captures the conversation, intent, and change summary from the AI at the time of the commit.
Timeline List
Your timeline (`/console/[projectId]/me`) shows all entries in the project in reverse chronological order. Cursor-based pagination ensures fast scrolling even with large histories.
Filters & Search
Combine filter conditions in the filter bar to quickly find the entries you need.
View Modes & Sidebar Navigation
The timeline page (/me) changes its right-side view based on what you select in the left sidebar. The "All" item at the top shows every entry in the project grouped by date, while clicking a specific session in the session list below switches to a session-only view that lists just the entries belonging to that Work Session.
Selecting "All" at the top of the sidebar lists every entry in the project, grouped by creation date in reverse chronological order. Each date header shows a calendar icon and "Today / Yesterday / date" (localized), along with a badge counting entries for that day.
- Click a date header to collapse or expand that day's section.
- Use "Expand All / Collapse All" at the top to control every date section at once.
- Within a date block, entries are sorted again in reverse chronological order.
Clicking a session from the session list at the bottom of the sidebar switches the right side to a session-only view. Date grouping no longer applies; instead, a session header, a session summary report card, and the commit list owned by that session are laid out one after another in chronological order.
- The session header — containing the session name and an edit button — stays pinned to the top.
- The session summary report card is shown directly beneath the header.
- The "View Prompt" button on the right of the session header opens the full session prompt modal.
Selecting "All" navigates via a URL path change, while selecting a session is tracked via sidebar state only — the URL stays the same.
View the Full Session Prompt
Clicking "View Prompt" in the session header opens a modal containing the full prompt history exchanged between the user and the Claude Code agent during that Work Session. Messages are rendered in chronological order with user and agent avatars, so you can review the entire conversation — spanning multiple commits — on a single screen.
- Conversations from every commit in the session are merged into one continuous scrollable view.
- While the entry detail modal focuses on "the conversation scoped to this commit," the session prompt modal shows the full arc toward the goal.
- Dismiss the modal with ESC or by clicking outside it.
Entry Detail
Clicking an entry opens a two-column detail modal. The left side shows commit context (metadata · Intent · Alternatives · Diff · Comments); the right side shows a fixed Prompts panel. This lets you compare "the AI's summary" with "the actual conversation" side by side.
Alongside the commit hash, tag, and timestamp, scroll through the following sections.
Why this commit was made — a short paragraph written by the AI immediately after the task
Other approaches considered before choosing this implementation
List of changed files and a natural-language summary of what changed in each
Thread of reviews and remarks left on this entry by teammates
Right — Prompts Panel
A fixed side panel that shows the actual conversation between the user and the agent around the time of the commit, in chronological order. The panel stays in place even as you scroll the left content, so you can directly compare the AI's intent summary with the real prompts.
- Each message shows a timestamp and a user / agent avatar for clear attribution.
- Every Conversation linked to this entry is displayed continuously in the same panel.
- Unlike the full session prompt modal, this panel only surfaces the conversation scoped to this commit.