Compare commits

...

1 Commits

Author SHA1 Message Date
iceweasel-oai
92025d9d77 remove windows gate that disables hooks 2026-04-09 15:37:33 -07:00

View File

@@ -80,17 +80,6 @@ impl ClaudeHooksEngine {
};
}
if cfg!(windows) {
return Self {
handlers: Vec::new(),
warnings: vec![
"Disabled `codex_hooks` for this session because `hooks.json` lifecycle hooks are not supported on Windows yet."
.to_string(),
],
shell,
};
}
let _ = schema_loader::generated_hook_schemas();
let discovered = discovery::discover_handlers(config_layer_stack);
Self {