openclaw/src/hooks
Al 773dad256e fix(session-memory): suppress user-visible confirmation message
The session-memory hook saves session context to memory files when /new is run,
which is useful internal housekeeping. However, the confirmation message that
was displayed to users (showing the file path) leaked implementation details.

This change removes the user-visible message while keeping the console.log
for debugging purposes. The hook continues to save session context silently.
2026-01-22 15:22:20 -05:00
..
bundled fix(session-memory): suppress user-visible confirmation message 2026-01-22 15:22:20 -05:00
bundled-dir.ts feat: add internal hooks system 2026-01-17 01:31:57 +00:00
config.ts feat: support plugin-managed hooks 2026-01-18 05:57:05 +00:00
frontmatter.test.ts CLI: streamline startup paths and env parsing 2026-01-18 23:10:39 +00:00
frontmatter.ts CLI: streamline startup paths and env parsing 2026-01-18 23:10:39 +00:00
gmail-ops.ts fix: enforce plugin config schemas (#1272) (thanks @thewilloftheshadow) 2026-01-20 11:03:17 +00:00
gmail-setup-utils.test.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
gmail-setup-utils.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
gmail-watcher.test.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
gmail-watcher.ts refactor(logging): split config + subsystem imports 2026-01-19 00:15:44 +00:00
gmail.test.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
gmail.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
hooks-install.e2e.test.ts style: run oxfmt 2026-01-17 08:00:05 +00:00
hooks-status.ts feat: support plugin-managed hooks 2026-01-18 05:57:05 +00:00
hooks.ts refactor: rename hooks docs and add tests 2026-01-17 07:32:54 +00:00
install.test.ts fix: stabilize tests and logging 2026-01-18 18:43:31 +00:00
install.ts style: run oxfmt 2026-01-17 08:00:05 +00:00
installs.ts feat: unify hooks installs and webhooks 2026-01-17 07:08:04 +00:00
internal-hooks.test.ts refactor: add hook guards and test helpers 2026-01-18 06:15:24 +00:00
internal-hooks.ts feat(hooks): run boot.md on gateway startup 2026-01-18 11:50:25 +02:00
llm-slug-generator.ts style: apply oxfmt 2026-01-17 01:55:42 +00:00
loader.test.ts refactor: rename hooks docs and add tests 2026-01-17 07:32:54 +00:00
loader.ts style: run oxfmt 2026-01-17 08:00:05 +00:00
plugin-hooks.ts feat: support plugin-managed hooks 2026-01-18 05:57:05 +00:00
soul-evil.test.ts test: expand soul-evil coverage 2026-01-18 06:39:26 +00:00
soul-evil.ts refactor: add hook guards and test helpers 2026-01-18 06:15:24 +00:00
types.ts feat: support plugin-managed hooks 2026-01-18 05:57:05 +00:00
workspace.ts feat: support plugin-managed hooks 2026-01-18 05:57:05 +00:00