-
-
Notifications
You must be signed in to change notification settings - Fork 54.6k
Closed as not planned
Closed as not planned
Copy link
Labels
bugSomething isn't workingSomething isn't working
Description
Summary
Bundled hooks (session-memory, boot-md, command-logger) are not being loaded by the hook system, even though they are enabled in config and the hook files exist.
Environment
- OpenClaw version: 2026.2.3-1 (d84eb46)
- OS: macOS (Darwin 25.1.0 arm64)
- Node: v25.5.0
Steps to Reproduce
- Fresh install of OpenClaw 2026.2.3-1
- Config has hooks enabled:
"hooks": {
"internal": {
"enabled": true,
"entries": {
"boot-md": { "enabled": true },
"command-logger": { "enabled": true },
"session-memory": { "enabled": true }
}
}
}- Run
openclaw hooks list - Run
openclaw hooks check
Expected Behavior
Should list bundled hooks (session-memory, boot-md, command-logger) as available.
Actual Behavior
$ openclaw hooks list
No hooks found.
$ openclaw hooks check
Hooks Status
Total hooks: 0
Ready: 0
Not ready: 0
$ openclaw hooks info session-memory
Hook "session-memory" not found. Run `openclaw hooks list` to see available hooks.
Evidence
Bundled hook files exist:
$ ls /opt/homebrew/lib/node_modules/openclaw/dist/hooks/bundled/
boot-md/ command-logger/ session-memory/ soul-evil/
Gateway logs show:
2026-02-06T10:16:49.940Z info Hook "session-memory" not found.
Impact
/newcommand does not save session memory tomemory/YYYY-MM-DD-slug.md- The session-memory hook was working in earlier versions (evidence:
memory/2026-02-06-0457.mdwas auto-generated earlier today)
Additional Context
The hook worked earlier today, suggesting this might be a race condition or state issue rather than a permanent loading failure.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working