From 9e4e30a01d108ecf794a03bd253c944479f6c221 Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Wed, 6 May 2026 01:59:32 -0700 Subject: [PATCH] docs: update changelog for 12.7.0 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 902a3e02..22076bb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [12.7.0] - 2026-05-06 + +## 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. + +## [12.6.4] - 2026-05-05 + +## Fixed +- Drain invalid/non-XML observer responses so pending agent observations are cleared instead of retrying forever (PR #2316 / issue #2315). +- Correct all plugin manifest versions so Claude, Codex, OpenClaw, bundled plugin, and npm metadata agree on 12.6.4. + ## [12.6.5] - 2026-05-05 ### Added