v12.4.9

thedotmack/claude-memv12.4.9Apr 30, 2026by thedotmack

AI Summary

A patch release containing 7 critical bug fixes addressing build artifacts, privacy handling, semantic search ordering, Windows compatibility, and SDK boundary isolation. Includes fixes for stale macOS binaries, privacy tag stripping, relevance order preservation, and Codex transcript ingestion.

Key Highlights

  • Build/bundle drift fix - remove stale macOS binary + regenerate artifacts
  • Strip privacy tags before summarization to fix #2149
  • Preserve relevance order in semantic search to fix #2153
  • Restore Windows spawn + Windows CI
  • Codex transcript ingestion + queue self-deadlock fix on Windows

Full Release Notes

Patches in 7 critical fixes from PR #2219 (integration/critical-fixes-april):

- #2211 build/bundle drift — remove stale macOS binary + regen artifacts (closes #2158, #2200, #2154)
- #2204 strip privacy tags before summarization (closes #2149)
- #2205 preserve relevance order in semantic search (closes #2153)
- #2208 restore Windows spawn (PR #751 re-apply) + Windows CI
- #2209 Codex transcript ingestion + queue self-deadlock on Windows (closes #2192)
- #2206 isolate SDK boundary — close 6 issues at 3 call sites
- #2210 standalone batch — npm peer deps, marketplace self-heal, cache prune