Releases: patoles/agent-flow
Releases · patoles/agent-flow
v0.8.0 — Codex runtime support
Codex runtime support
Agent Flow now watches Codex rollouts alongside Claude Code sessions in all three entry points: VS Code extension, pnpm run dev, and npx agent-flow-app. Sessions from both runtimes appear side-by-side, tagged by runtime.
Highlights
- Parses
~/.codex/sessions/**/rollout-*.jsonl(respectsCODEX_HOME) - Surfaces tool calls, reasoning, authoritative token counts, and handles auto-compaction
- Opt-out via
agentVisualizer.runtime(extension) orAGENT_FLOW_RUNTIMEenv var (relay / npx) - New
AgentSessionWatcherabstraction — Claude and Codex watchers are now interchangeable, novscodedependency in the runtime layer
Acknowledgements
Thanks to @BinaryOutlook for the initial Codex exploration in #2 — the prior art and bug report on auto-compaction helped shape this implementation.
See CHANGELOG.md for the full change list.