Understand Work

Analytics

Use local session history to understand time, token use, concrete output, tool activity, and risk signals for the selected project.

Open analytics

  1. Select a project.
  2. Choose the Analytics badge in the project header.
  3. Use the summary cards and charts to compare sessions and engines.

Only sessions associated with the selected project are included. Claude Code is marked CC; Codex is marked CX.

What the metrics mean

MetricHow to read it
TokensApproximate model input and output recorded by the CLI.
Active timeEstimated working time from session events; long idle gaps are excluded.
ArtifactsFiles, tasks, or other concrete outputs detected in a session.
LOCLines added and removed where change data is available.
Tool callsRecorded tool activity, including failures and permission checkpoints.
RisksSignals worth reviewing, not automatic proof that a session was unsafe.

Useful views

Interpret with context

A high token count can be appropriate for research or a difficult migration. A permission-heavy session may simply be installing dependencies or working across repositories. Use analytics to find sessions to review, then inspect their conversation and Git diff before drawing conclusions.

Partial data is normal: What appears depends on what each CLI recorded. A missing metric does not necessarily mean no work happened.