From 0a43ab7632ebedcd3c94cbb79a73df13ec41e9b0 Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Wed, 6 May 2026 21:31:29 -0700 Subject: [PATCH] docs: update changelog for v12.7.5 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f10e55b9..ca2bbfd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +## [12.7.5] - 2026-05-07 + +Patch release for npx installs that hit an existing Codex marketplace registration. + +Fixes: +- If Codex already has claude-mem-local registered from a different source, the installer now removes that stale registration and re-adds the local npx marketplace instead of failing. +- Keeps Codex plugin_hooks enablement and legacy AGENTS cleanup after the marketplace registration succeeds. +- Updates the release workflow instructions to use npm run build-and-sync instead of plain npm run build so the local marketplace and worker are synced during releases. + +Validation: +- npm run build-and-sync +- 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 reproducing the remote-to-local marketplace source conflict and verifying install completion. +- npx --yes claude-mem@12.7.5 --version + ## [12.7.4] - 2026-05-07 Patch release for the Codex mem-search marketplace fix.