Skip to content

Release v0.1.3: capture native Codex subagents and telemetry - #10

Merged
AxelDlv00 merged 3 commits into
mainfrom
v0.1.3
Aug 18, 2026
Merged

Release v0.1.3: capture native Codex subagents and telemetry#10
AxelDlv00 merged 3 commits into
mainfrom
v0.1.3

Conversation

@AxelDlv00

Copy link
Copy Markdown
Collaborator

Summary

  • tail Codex rollout files during headless runs and discover direct/nested native subagents from thread_spawn provenance
  • normalize child lifecycle states, both compaction record shapes, and current-request versus cached/cumulative token telemetry
  • keep raw context telemetry append-only while showing only the newest context snapshot in the transcript
  • bound live dashboard transcript work, preserve rejected attempts, serialize Lean checks, and improve long-session checkpoints
  • remove the redundant execution/objective/durable-result strip from session logs
  • bump every release surface to 0.1.3 and document the architecture, dashboard, CLI, and release notes

Claude inline subagent parsing remains unchanged. Post-run Codex ingestion remains as an idempotent reconciliation pass.

Verification

  • python -B -m pytest -q - 418 passed
  • npx tsc --noEmit
  • npm run build
  • python scripts/version.py --check
  • git diff --check
  • uv build
  • python scripts/check_wheel.py - 212 wheel entries validated

Closes #9

@AxelDlv00

Copy link
Copy Markdown
Collaborator Author

It seems correct, and has been tested on two on my current projects, it can therefore be merged.

@AxelDlv00
AxelDlv00 merged commit 0c5d4e1 into main Aug 18, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Capture native Codex subagents and compaction telemetry in headless runs

1 participant