fix: use canonical codex hooks flag - #244
Conversation
|
Claude finished @centdix's task in 1m 30s —— View job Code Review
Verdict: Looks good — minimal, surgical, and complete. Safe to merge. What the PR doesRenames the Codex hooks feature flag from Coverage check
ParityThe flag is fully encapsulated inside the managed Codex command builder. There's no frontend toggle or CLI-surfaced option to update, so AGENTS.md §3 (frontend/CLI parity) doesn't apply here. Minor observations (non-blocking)
Nothing actionable. Approving in spirit (I can't formally approve PRs). |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
webmux | 094120f | Commit Preview URL Branch Preview URL |
May 18 2026, 07:36 PM |
|
Claude finished @centdix's task in 1m 57s —— View job Code Review
Findings🐛 Bug: one test assertion still references the old
|
Summary
Update Webmux's managed Codex launch command to enable lifecycle hooks with the canonical
hooksfeature flag now documented by Codex, replacing the deprecatedcodex_hooksalias.Changes
--enable codex_hooksto--enable hooksTest plan
bun test backend/src/__tests__/agent-service.test.ts backend/src/__tests__/lifecycle-service.test.ts backend/src/__tests__/agent-runtime.test.tsbun run --cwd backend checkGenerated with Claude Code