v10.3.2

thedotmack/claude-memv10.3.2Feb 23, 2026by thedotmack

AI Summary

This release primarily addresses bug fixes and reliability improvements, most notably fixing a worker startup race condition, renaming the MCP tool save_memory to save_observation for consistency, and improving installer reliability by hosting from install.cmem.ai instead of GitHub raw URLs.

Key Highlights

  • Fixed worker startup race condition by ensuring hooks wait for full DB/search readiness (#1210)
  • Renamed MCP tool from save_memory to save_observation for consistency with observation-based data model
  • Updated MCP server tool descriptions to reflect the 3-layer search workflow
  • Moved installer hosting from GitHub raw URLs to install.cmem.ai for better reliability
  • Added compiled installer dist for out-of-box CLI installation support

Breaking Changes

  • MCP tool renamed from `save_memory` to `save_observation` - existing integrations using the old tool name will need to be updated

Full Release Notes

## Bug Fixes

- **Worker startup readiness**: Worker startup hook now waits for full DB/search readiness before proceeding, fixing the race condition where hooks would fire before the worker was initialized on first start (#1210)
- **MCP tool naming**: Renamed `save_memory` to `save_observation` for consistency with the observation-based data model (#1210)
- **MCP search instructions**: Updated MCP server tool descriptions to accurately reflect the 3-layer search workflow (#1210)
- **Installer hosting**: Serve installer JS from install.cmem.ai instead of GitHub raw URLs for reliability
- **Installer routing**: Added rewrite rule so install.cmem.ai root path correctly serves the install script
- **Installer build**: Added compiled installer dist so CLI installation works out of the box