v12.7.5

thedotmack/claude-memv12.7.5May 7, 2026by thedotmack

AI Summary

Patch release fixing npx installs that encounter existing Codex marketplace registrations by removing stale registrations and re-adding the local npx marketplace.

Key Highlights

  • Handles stale Codex marketplace registrations gracefully
  • Removes stale registration before re-adding local npx marketplace
  • Keeps Codex plugin_hooks enablement
  • Legacy AGENTS cleanup after marketplace registration
  • Updated release workflow to use build-and-sync

New Features

  • Stale marketplace registration cleanup
  • build-and-sync workflow integration

Full Release Notes

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