GA
Codex Adapter
FORG ships a first-party Codex adapter that wraps OpenAI Codex CLI sessions and emits metadata about session boundaries, model usage, token counts, cost, project context, and outcomes — without storing prompts or generated code.
Connect
curl -fsSL https://forg.pro/install | sh
forg activate
forg connect codexWhat is captured
- Session start and end boundaries
- Model identifier and provider
- Input/output token counts
- Repository or project identifier
- Outcome metadata such as success, error, or human intervention
See Build an Adapter for the full signal schema and signing flow.
© 2026 UpgradIQ, Inc.Edit this page on GitHub