feat: add Codex adapter, judge personas, and Claude routing updates#149
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (27)
WalkthroughThis pull request introduces multiple interconnected enhancements across the codebase: a new Codex CLI adapter and parser with full JSON event streaming support; judge persona registry and strict session resumption matching by model and CLI backend; threading of Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~70 minutes Possibly related PRs
Poem
Review rate limit: 4/5 reviews remaining, refill in 12 minutes. Comment |
Summary
opus --effort max, including stale-session protection when judge CLI backends change.cube auto --fix.Test plan
python -m pytest tests/ -q(177 passed, 1 skipped)Summary
This PR introduces comprehensive updates to the agent orchestration system, centred on adding Codex integration, improving Claude model routing, and enhancing session management.
Key Changes
Codex CLI Integration
CodexAdapterandCodexParserfor sandboxed code execution via the Codex CLIClaude Routing & Model Configuration
--effort maxflag for intensive reasoning taskscodex-gpt-5.5,gpt-5.5-codex) to the CLI routing configurationJudge Panel Enhancements
"security-pentest"persona for security-focused code reviewParser Improvements
UI & Workflow Updates
Push Recovery
Test Coverage