fix(codex): rename codex_hooks to hooks per latest config schema

Codex's CodexHooks feature now exposes key 'hooks' (Stable). codex_hooks
kept as legacy alias in codex-rs/features/src/legacy.rs but emits a
deprecation log. Match the canonical name.

Verified against openai/codex codex-rs/features/src/lib.rs:
  FeatureSpec { id: Feature::CodexHooks, key: "hooks", stage: Stage::Stable, default_enabled: true }

Co-Authored-By: David <davidbits@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
David
2026-05-12 21:26:08 +02:00
committed by Julius Brussee
co-authored by Claude Opus 4.7
parent 21b15183ed
commit 279310971a
+1 -1
View File
@@ -1,2 +1,2 @@
[features]
codex_hooks = true
hooks = true