v12.7.3

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

AI Summary

Patch release for reliability fixes addressing context-overflow failures, Stop hook transcript lookup issues, MCP startup path resolution, and export-memories functionality.

Key Highlights

  • Stops context-overflow and quota failures from restarting observer generators
  • Makes Stop hook transcript lookup failures non-blocking
  • Hardens MCP/plugin startup path resolution
  • Accepts legacy install markers while keeping new marker writes
  • Fixes export-memories to honor isolated data dirs and validate worker ports

New Features

  • Context-overflow failure handling
  • Non-blocking transcript lookup
  • MCP startup path hardening
  • Export-memories fixes
  • Pending_messages repair improvements

Full Release Notes

Patch release for the reliability fixes merged in PR #2344.

- Stops context-overflow and quota hard-stop failures from restarting observer generators and burning subscription quota.
- Makes Stop hook transcript lookup failures non-blocking, so missing worktree transcript paths do not re-wake Claude Code in a loop.
- Hardens MCP/plugin startup path resolution when host plugin-root environment variables are absent.
- Accepts legacy install markers while keeping new marker writes on the JSON format.
- Fixes export-memories to honor isolated data dirs, validate worker ports, and send the worker route's canonical session-id field.
- Makes pending_messages repair safer and removes stale worker_pid assumptions from the current queue/schema path.
- Adds a focused PR babysit status helper for low-noise review/check monitoring.