v12.1.5
thedotmack/claude-memv12.1.5Apr 15, 2026by thedotmack
AI Summary
This is a critical hotfix release (v12.1.5) to address a bug in v12.1.3 that caused 100% observation failure due to empty-string argument filtering corrupting the `--setting-sources` flag on Claude Code 2.1.109+. The fix was already implemented in v12.1.4, but this release forces the update across npm and the marketplace to ensure all users receive the patch.
Key Highlights
- Critical bug fix for `--setting-sources` corruption causing 100% observation failure
- Forced update to propagate the fix across npm and marketplace
- Fix addresses empty-string arg filtering issue on Claude Code 2.1.109+
- Related: April 2026 backlog consolidation merged 93 PRs and 147 issues into 138 tracking issues
Full Release Notes
## v12.1.5 — Forced update to ship --setting-sources fix Users on v12.1.3 experience 100% observation failure due to empty-string arg filtering corrupting `--setting-sources` on Claude Code 2.1.109+. The fix already landed in v12.1.4 (commit 3d92684 — `fix: filter empty string args before Bun spawn()`). This release forces the update to propagate across npm and the marketplace so every user gets the fix. ## Backlog cleanup Also shipped earlier today: the April 2026 backlog consolidation merged 93 PRs and 147 issues into 138 clean tracking issues (95 bugs, 43 feature requests). ## Upgrade ```bash npm install -g claude-mem@12.1.5 ```