docs: update changelog for v12.7.4

This commit is contained in:
Alex Newman
2026-05-06 19:40:59 -07:00
parent 7a9573759e
commit 97f1c52de0
+15
View File
@@ -4,6 +4,21 @@ 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/). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [12.7.4] - 2026-05-07
Patch release for the Codex mem-search marketplace fix.
Highlights:
- Restores Codex access to the claude-mem MCP/search plugin by pointing the Codex marketplace at the bundled plugin root.
- Adds resilient MCP launcher fallbacks for local installs, Codex plugin cache installs, Claude plugin cache installs, and remote marketplace clones.
- Registers Codex plugin marketplaces during install, enables plugin_hooks, and cleans up legacy AGENTS-based Codex context injection.
- Includes the Codex session-start hook migration and Codex version-mismatch investigation plan.
Validation:
- npm run build
- bun test tests/install-non-tty.test.ts tests/infrastructure/plugin-distribution.test.ts tests/servers/mcp-tool-schemas.test.ts tests/setup-runtime.test.ts tests/hook-command.test.ts
- Docker smoke with codex-cli 0.128.0 for local install, remote marketplace add/upgrade, and MCP initialize.
## [12.7.3] - 2026-05-07 ## [12.7.3] - 2026-05-07
Patch release for the reliability fixes merged in PR #2344. Patch release for the reliability fixes merged in PR #2344.