Skip to content

v0.2.0 — codex-json event parsing

Latest

Choose a tag to compare

@soul-sol soul-sol released this 02 Sep 03:00

Adds a codex-json watcher kind that parses codex exec --json JSONL terminal events (turn.completed / turn.failed / error) instead of matching the human-facing tokens used line.

Why: a retrieved document or the model's final answer can contain the text marker, producing a false DONE even with tail-only matching. Structured events are authoritative.

The legacy codex kind is unchanged and still works for older Codex versions. Thanks to @ooocooc for the suggestion.