Setup
01Hook
Runs once when the project is set up, executing setup.sh. From 2kDarki/codex-mem.
A Codex plugin that automatically captures everything Codex does during your coding sessions, compresses it with AI (using Codex's agent-sdk), and injects relevant context back into future sessions.
Hook
Runs once when the project is set up, executing setup.sh. From 2kDarki/codex-mem.
Hook
Runs when a session starts on startup, clear and compact, executing smart-install.js and bun-runner.js (3 commands). From 2kDarki/codex-mem.
Hook
Runs when you submit a prompt, before the agent sees it, executing bun-runner.js. From 2kDarki/codex-mem.
Hook
Runs after a tool call finishes, executing bun-runner.js. From 2kDarki/codex-mem.
Hook
Runs when the agent finishes a response, executing bun-runner.js. From 2kDarki/codex-mem.
Hook
Runs when a session ends, executing bun-runner.js. From 2kDarki/codex-mem.