Pulse
Pulse is an automatic activity tracker built into your workspace.
Pulse Panel
Open the Pulse panel to see a full timeline of your activity.
Timeline
The timeline shows a chronological list of all captured activities, grouped by date (Today, Yesterday, etc.). Each entry shows:
- An icon indicating the activity type
- A title or description
- The file path (if applicable)
- A timestamp
- Optional details like command output or diff stats
The timeline loads 50 entries by default and supports pagination to load more.
Search & Filters
At the top of the panel, you can:
- Search across all entries by keyword (searches titles, details, file paths, and tags)
- Filter by type using the filter chips:
| Filter | Shows |
|---|---|
| All | Everything |
| Files | File creations, modifications, and deletions |
| User Messages | Messages you sent to the AI agent |
| Agent Responses | Responses received from the Agent |
| Agent Commands | Commands executed during the session |
| Decisions | Code diff accepts and rejects |
| Checkpoints | Checkpoint restorations |
Summary Bar
The top of the panel displays a 7-day summary showing:
- Total number of sessions
- Total entries recorded
- Breakdown by type (files, conversations, commands, decisions)
What Gets Tracked
Pulse automatically captures the following activity types:
| Activity | What's Recorded |
|---|---|
| File Activity | File path, whether it was created, modified, or deleted |
| Agent Messages | Messages you send to the Agent |
| Agent Responses | Responses received from the Agent |
| Agent Commands | Commands executed during the session |
| Decisions | Code diff accepts and rejects |
| Checkpoints | Checkpoint restorations |