v12.7.0
thedotmack/claude-memv12.7.0May 6, 2026by thedotmack
AI Summary
Release adding native Codex hooks integration through the Codex plugin marketplace with payload normalization, file-context extraction, and Stop hook observation support.
Key Highlights
- Native Codex hooks integration through Codex plugin marketplace
- Codex hook payload normalization and file-context extraction
- Codex installer support for npx claude-mem@latest install
- Replaced worker-side initialization wait with hook-side readiness polling
- Codex file-context extraction from consuming boolean flags
New Features
- Codex hooks integration
- Hook payload normalization
- File-context extraction
- Stop hook observation support
- Hook-side readiness polling
Full Release Notes
## Added - Add native Codex hooks integration through the Codex plugin marketplace. - Add Codex hook payload normalization, file-context extraction, and Stop hook observation support. - Add Codex installer support for `npx claude-mem@latest install` with Codex CLI version guidance. ## Fixed - Avoid slow observation flow retries by replacing the worker-side initialization wait with hook-side readiness polling. - Keep Codex file-context extraction from consuming boolean flags like `cat -n`. - Include `bun-runner.js` in hook distribution verification.