SessionStart
01Hook
Runs when a session starts, executing ensure-installed.cjs via node with --yes (2 commands). From aitytech/agentkits-memory.
Persistent memory system for AI coding assistants via MCP. Works with Claude Code, Cursor, Copilot, Windsurf, Cline.
Hook
Runs when a session starts, executing ensure-installed.cjs via node with --yes (2 commands). From aitytech/agentkits-memory.
Hook
Runs when you submit a prompt, before the agent sees it, running npx --yes @aitytech/agentkits-memory hook session-init. From aitytech/agentkits-memory.
Hook
Runs after a tool call finishes for Read, Write, Edit, MultiEdit, Bash, Glob, Grep, LS, WebSearch, WebFetch, Task, Skill and NotebookEdit tool calls, running npx --yes @aitytech/agentkits-memory hook observation. From aitytech/agentkits-memory.
Hook
Runs when the agent finishes a response, running npx --yes @aitytech/agentkits-memory hook summarize. From aitytech/agentkits-memory.