v12.6.5

thedotmack/claude-memv12.6.5May 5, 2026by thedotmack

AI Summary

Release updating installer to maintain Claude Agent SDK as single memory-agent path with support for subscription auth, direct API keys, and LiteLLM/custom gateway, plus gateway env support.

Key Highlights

  • Installer keeps Claude Agent SDK as single memory-agent path
  • Added gateway env support for ANTHROPIC_AUTH_TOKEN alongside ANTHROPIC_BASE_URL
  • Removed fixed agent-pool slot timeout
  • Reset generator failures back to pending messages instead of clearing queued work

New Features

  • Single memory-agent path maintenance
  • ANTHROPIC_AUTH_TOKEN gateway env support
  • Dynamic agent-pool slot timeout
  • Generator failure reset to pending messages

Full Release Notes

## [12.6.5] - 2026-05-05

### Added
- Installer now keeps the Claude Agent SDK as the single memory-agent path while supporting subscription auth, direct Anthropic API keys, and LiteLLM/custom gateway setup.
- Added gateway env support for `ANTHROPIC_AUTH_TOKEN` alongside `ANTHROPIC_BASE_URL`.

### Fixed
- Removed the fixed agent-pool slot timeout so queued memory-agent work waits for process availability instead of dropping pending messages under load.
- Reset generator failures back to pending messages instead of clearing queued work.