v13.9.1

thedotmack/claude-memv13.9.1Jun 29, 2026by thedotmack

AI Summary

Patch release focusing on platform-source recovery, improving Codex startup context loading, and hardening dependency management.

Key Highlights

  • Codex loads startup context through MCP with HTTP fallback to the worker.
  • Scopes memories by platform source.
  • Observer pauses on quota and drops invalid prose.
  • Dependency health preflight added with graceful degradation.

Full Release Notes

## What's Changed

Patch release shipping the platform-source recovery work merged in #3088, plus dependency and Codex hardening.

### Fixes
- **codex:** load startup context through MCP, with HTTP fallback to the worker
- **codex:** avoid shell spawning the Codex installer
- **recovery:** scope memories by platform source
- **observer:** drop invalid prose and pause on quota
- **chroma:** prewarm uvx and harden shutdown
- **deps:** surface dependency-health preflight and degrade gracefully when CLI deps are missing
- **telemetry:** replace Bun UUIDv5 dependency

### Tests
- Stabilize session init after the server rename
- Restore Chroma MCP mock to prevent cross-suite leakage

**Full Changelog**: https://github.com/thedotmack/claude-mem/compare/v13.9.0...v13.9.1