
Entry Types
History entries are categorized by source:| Type | Label | Description |
|---|---|---|
| AUTO | π€ AUTO | Entries created by Auto Run task completions |
| USER | π€ USER | Entries created manually by the user |
Auto Entries
Auto entries are created automatically when Auto Run completes a task. Each entry includes:- Summary of what the agent accomplished
- Session ID (clickable to jump to that conversation)
- Duration and cost of the task
- Timestamp of completion
User Entries
User entries are created in two ways:- History Toggle β Enable the History pill in the AI input box. Every prompt-response cycle automatically creates a user history entry.
-
/historyCommand β Run/historyto create a synopsis entry covering all activity since the last time you ran the command. This is useful for periodic summaries without logging every single interaction.
Filtering History
By Type
Use the AUTO and USER filter buttons at the top of the History panel to show or hide each entry type:- Click AUTO to toggle Auto Run entries
- Click USER to toggle user-created entries
- Both can be active simultaneously
By Keyword
Type in the search box to filter entries by keyword. The search matches against:- Entry summaries
- Session IDs
- Any text content in the entry
By Time Range
The Graph View at the top shows activity distribution over time. Right-click the graph to change the time range:- Last 24 hours
- Last 7 days
- Last 30 days
- All time
Entry Details
Click any history entry to open the Detail View:
- Full entry header with type badge, session ID, timestamp, and validation status
- Context usage β tokens consumed and context window percentage
- Token breakdown β input tokens, output tokens
- Duration and cost
- Full summary text of what was accomplished
- RESUME button β Jump directly to the AI session to continue from where Maestro left off
Navigation
- Prev / Next buttons to navigate between entries
- Close button to return to the list view
- Delete button to remove the entry
Validating Entries
The Validated flag helps you track which Auto Run tasks have been human-reviewed.
- Open the entry detail view
- Click the VALIDATED toggle in the header

- Open the first AUTO entry
- Click RESUME to jump to the session and verify the work
- If satisfied, toggle VALIDATED
- Click Next to review the next entry
- Repeat until all entries are validated
Resuming Sessions
Every history entry with a Session ID has a RESUME button. Clicking it:- Opens the AI Terminal for that agent
- Loads the exact session where the work was done
- Positions you to continue the conversation
Keyboard Navigation
| Key | Action |
|---|---|
β / β | Navigate between entries |
Enter | Open detail view for selected entry |
Esc | Close detail view, return to list |
Storage
History is stored per-session in~/Library/Application Support/Maestro/history/. Each session maintains up to 5,000 entries. History files can be passed to AI agents as context for understanding past work patterns.