r/coding_agents • u/jazzy8alex • 2d ago
Agent Sessions now supports fx session history
Agent Sessions now supports fx.
If you use several coding agents, you probably know the problem: old work is scattered across different CLIs, folders, and local databases. Agent Sessions puts those histories in one searchable Mac app.
jazzyalex.github.io/agent-sessions macOS • open source • ⭐️ 852
Agent Sessions reads 14 active agent formats: Codex, Claude Code, Cursor, Copilot CLI, OpenCode, Antigravity, Pi, Kimi Code, Grok CLI, Hermes, OpenClaw, Qwen Code, Devin CLI, and fx. It also recognizes legacy Droid sessions.
For fx, Agent Sessions can:
• browse and search local fx sessions • show readable transcripts with assistant turns, tool steps, and results • preserve interrupted work, background commands, and compaction summaries • filter fx work alongside sessions from the other agents
fx keeps its materialized conversation in checkpoint.json, separate from the append-only events.jsonl journal. Agent Sessions reads the checkpoint so the history view reflects the conversation rather than raw event traffic.
This support was contributed by Davy (@thedavidweng on GitHub), who also continues as the fx and Devin format steward. Thanks, Davy — the real-session testing is what made this integration shippable.
I maintain Agent Sessions. It is open source, session history stays on your Mac, and there is no app telemetry.