OpenAI Codex CLI Integration
- Added a built-in
codexagent profile backed by localcodex exec --sandbox workspace-write --jsonexecution (#313). - Added local Codex CLI execution for code-task attempts: Veritas launches Codex inside the task worktree, tracks the attempt, streams JSONL/stdout/stderr into attempt logs, captures final summaries, and marks the task complete or failed from the Codex process result (#313).
- Added Codex telemetry mapping for run start/completion/errors and token usage when Codex JSONL includes usage data (#313).
- Added stop support for running Codex attempts by terminating the child process (#313).
- Added provider/model metadata to agent configs and task attempts (#313).
- Added config migration so existing users receive the new built-in Codex agent without overwriting customized agent configs (#313).
- Preserved Codex provider/model metadata when editing agents in Settings (#313).
Codex Docs, SOPs, and Examples
- Added the v4.2 OpenAI Codex integration roadmap covering CLI execution, SDK sessions, Cloud delegation, MCP setup, workflow-engine execution, telemetry, review automation, and release QA (#310).
- Added a Codex Integration SOP for CLI, SDK, Cloud, MCP, telemetry mapping, reviews, workflow steps, escalation, and release validation (#310, #313).
- Added Codex workflow examples for local feature work, Codex review, SDK follow-up sessions, workflow pipelines, Cloud delegation, MCP-first board maintenance, and release QA (#310).
- Added Codex-specific AGENTS.md guidance and MCP setup instructions for Veritas-aware Codex work (#310).
- Updated docs/FEATURES.md to distinguish implemented Codex CLI support from planned SDK, Cloud, review, and workflow modes (#310, #313).
Release Updates
- Updated workspace package versions and README badge from 4.1.0 to 4.2.0 (#311).
- Added CHANGELOG.md notes for v4.2.0 (#312, #313).
Validation
- GitHub Actions CI passed on main for Build, Lint & Type Check, Security Audit, and Workspace Unit Tests.
- Local validation for #313:
pnpm --filter @veritas-kanban/shared buildpnpm --filter @veritas-kanban/server typecheckpnpm --filter @veritas-kanban/web typecheckpnpm --filter @veritas-kanban/server test -- config-service-extended.test.ts config-coverage.test.tspnpm build
Still Planned
- Codex SDK sessions
- Codex Cloud delegation
- Workflow-engine Codex steps
- Codex review actions
- Richer Settings health checks for Codex install/auth state