Hacker News new | ask | show | jobs
Show HN: Codex Plus – Turbocharged OpenAI Codex for Headless Workflows (github.com)
1 points by SafeDusk 147 days ago
I use codex exec a lot, but it struggles with its built-in telemetry support, which is insufficient for debugging and optimization.

codex-plus provides a CLI entry point that mirrors the codex exec interface but is implemented on top of the TypeScript SDK (@openai/codex-sdk).

It exports the full session log to a remote OpenTelemetry collector after each run which can then be debugged and optimized through codex-plus-log-viewer.

Have a look at https://github.com/aperoc/codex-plus!