Skip to main content
An activity is a discrete working period within a session. Activities form the chronological record of everything the agent did, and each one contains a mix of verifications, fixes, and other tool calls. Activities are accessible through the Session Timeline. Click any activity bar to select it, or expand it to see the child intervals (verifications, fixes, and other events) nested inside.

Activity types

TypeDescription
activityThe parent working period contains verifications, fixes, and other events
verificationA verification cycle run by the agent
fixA fix attempt made after a failed verification
otherTool calls and events that don’t belong to a verification or fix which are idle time, setup, general tool use

Detail panels

Clicking an interval in the timeline opens a detail panel on the right. Each interval type has its own panel:

Activity panel

Shows when you click an activity bar directly (without selecting a child):
FieldDescription
LabelActivity 1, Activity 2, etc.
DurationTotal elapsed time for this activity
% of sessionHow much of the session this activity represents
Start / EndAbsolute timestamps (End shows “in progress” if still running)
IronBee Console — Activity Detail

Verification panel

Shows when you click a verification interval:
  • Status badge: passed, failed, or abandoned
  • Video playback: browser session recording if available (space/K to play, arrows to seek, J/L for ±10s)
  • Event timeline: every tool call and assertion in order, with timestamps, input/output sizes, and expandable JSON details
  • Image artifacts: screenshots shown inline with lightbox
IronBee Console — Verification Detail

Fix panel

Shows when you click a fix interval:
FieldDescription
DurationTotal fix time
FilesUnique files changed
ChangesTotal file change events
StartedAbsolute timestamp
Below the stats, a chronological event list shows each step of the fix:
  • fix_start: user and session that initiated the fix
  • file_change: file path, operation (create / update / delete), lines added/removed, tool that made the change, and a View code button that opens a diff dialog showing the full changeset
  • fix_end: total duration and reason the fix concluded
IronBee Console — Fix Detail

Other panel

Shows when you click an “other” interval, for events that occurred outside a named verification or fix:
FieldDescription
DurationTime span
EventsCount of events in this period
ActivityWhich parent activity this belongs to
StartedAbsolute timestamp
Each event in the list shows the tool name (with MCP server if applicable), relative and absolute timestamp, input size, response size, duration, and any error message. Click the input button to inspect the full tool input JSON. IronBee Console — Other Detail

Reading an activity

A healthy activity typically looks like:
  1. Verification (passed) → task completes
An activity with issues might look like:
  1. Verification (failed) → issues found
  2. Fix → agent corrects the code
  3. Verification (passed) → task completes
Multiple failed verifications and fixes within one activity signal that the agent struggled with a particular change, a useful signal when reviewing Quality Analysis.