Agent Sessions app icon

Agent Sessions

• macOS • Open Source •

Local History Guide / OpenClaw

OpenClaw Local Agent History: Browse OpenClaw Sessions on macOS

OpenClaw sessions can contain the practical audit trail of a coding task: the prompt, assistant response, tool call, tool result, model change, compaction, and project path. Agent Sessions reads that local history and makes OpenClaw sessions searchable beside the other coding agents you use on macOS.

Agent Sessions indexes normal OpenClaw session files and deliberately excludes trajectory traces from the user-facing session list.

Download Agent Sessions 3.9.3 View on GitHub Product page
Agent Sessions showing OpenClaw sessions filtered in the local history browser.
Primary storage~/.openclaw/agents/.../sessions/*.jsonl
Legacy storage~/.clawdbot/agents/.../sessions/*.jsonl
Excluded traces*.trajectory.jsonl files are not normal sessions.

Where OpenClaw Stores Local Data

Agent Sessions discovers OpenClaw sessions under:

~/.openclaw/agents/<agent-id>/sessions/*.jsonl

It also supports the legacy Clawdbot location:

~/.clawdbot/agents/<agent-id>/sessions/*.jsonl

If OPENCLAW_STATE_DIR is set, Agent Sessions uses that state root instead. Deleted transcript files can still be shown when the OpenClaw deleted-session preference is enabled.

Trajectory files are excluded from normal session history:

*.trajectory.jsonl

What Agent Sessions Does

OpenClaw session-format support has been verified through OpenClaw 2026.5.27 with normal session-file evidence.

What This Does Not Do

Related Guides

Sources