Compare commits

...

3 Commits

Author SHA1 Message Date
Abhinav
bb700c14c7 Merge branch 'main' into dev/abhinav/experimental-hooks-feature 2026-04-21 11:12:11 -07:00
Abhinav Vedmala
4d9eaf2eb4 Simplify hooks experimental feature diff 2026-04-21 11:08:02 -07:00
Abhinav Vedmala
66bf6f1fbc Make hooks an experimental feature 2026-04-20 10:49:23 -07:00

View File

@@ -743,7 +743,11 @@ pub const FEATURES: &[FeatureSpec] = &[
FeatureSpec {
id: Feature::CodexHooks,
key: "codex_hooks",
stage: Stage::UnderDevelopment,
stage: Stage::Experimental {
name: "Hooks",
menu_description: "Run deterministic scripts during the Codex lifecycle",
announcement: "",
},
default_enabled: false,
},
FeatureSpec {