Skip to main content
The Activity Center gives you a live view of every query MIRA has processed — across all sessions. Each entry shows the query text, which session it came from, how long it took, token usage, and any errors.

Opening the Activity Center

Click the Activity icon (⚡) in the left activity bar, or press ⌘4. A badge appears on the icon when any query is in progress, showing the running count.

What it shows

Each entry in the Activity Center represents one query sent to the reasoning engine. The entry displays:
FieldDescription
Status icon🔄 Running (spinning) / ✅ Completed / ❌ Error / ⊗ Cancelled
Query textFirst 120 characters of the query
Session nameThe chat session the query belongs to
Elapsed / durationLive timer while running; total time once complete
Token usageInput tokens sent + output tokens received (when available)
Error messageFor failed queries, the error text is shown in red
Click any entry to jump to that conversation in the chat panel.

Filter tabs

Use the filter tabs at the top to narrow the view:
TabShows
AllEvery entry
RunningQueries currently in progress
DoneSuccessfully completed queries
ErrorsQueries that failed
CancelledQueries stopped by the user

Clearing the log

  • Clear done — removes all completed and cancelled entries (running entries are kept)
  • Clear all — removes everything except in-progress entries
The log is stored in memory only — it is not persisted to mira.db and is cleared when the app closes.

Privacy

Activity log data never leaves your machine. It is not sent to any provider or telemetry service.
Edit this page — Open a pull request