feat: list eligible hooks in onboarding

This commit is contained in:
Peter Steinberger
2026-01-18 16:07:53 +00:00
parent ffcf3263c1
commit 96ee027371
3 changed files with 43 additions and 4 deletions
+1
View File
@@ -26,6 +26,7 @@ Docs: https://docs.clawd.bot
- Nodes: add headless node host (`clawdbot node start`) for `system.run`/`system.which`.
- Nodes: add node daemon service install/status/start/stop/restart.
- Hooks: run `BOOT.md` on gateway startup with the boot-md hook. (#1164) — thanks @ngutman.
- Onboarding: list all eligible hooks with one-line descriptions in the enable step.
- Bridge: add `skills.bins` RPC to support node host auto-allow skill bins.
- Slash commands: replace `/cost` with `/usage off|tokens|full` to control per-response usage footer; `/usage` no longer aliases `/status`. (Supersedes #1140) — thanks @Nachx639.
- Sessions: add daily reset policy with per-type overrides and idle windows (default 4am local), preserving legacy idle-only configs. (#1146) — thanks @austinm911.