Setup
01Hook
Runs once when the project is set up, executing setup.sh. From d-wwei/agent-recall.
Persistent memory for AI coding agents — across tools, sessions, and projects. Works with Claude Code, Cursor, Codex CLI, Gemini CLI, and OpenCode.
Hook
Runs once when the project is set up, executing setup.sh. From d-wwei/agent-recall.
Hook
Runs when a session starts on startup, clear and compact, executing smart-install.js and bun-runner.js (3 commands). From d-wwei/agent-recall.
Hook
Runs when you submit a prompt, before the agent sees it, executing bun-runner.js. From d-wwei/agent-recall.
Hook
Runs before the agent uses a tool for Glob, Grep, Read and Bash tool calls, executing bun-runner.js. From d-wwei/agent-recall.
Hook
Runs after a tool call finishes, executing bun-runner.js. From d-wwei/agent-recall.
Hook
Runs when the agent finishes a response, executing bun-runner.js. From d-wwei/agent-recall.
Hook
Runs when a session ends, executing bun-runner.js. From d-wwei/agent-recall.