Skip to content

CodeAbra/iai-mcp

v2.2.1 Bugfix

This release fixes issues for SREs watching stability and regressions.

Published 14d MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agent-memory ai-memory claude claude-code codex cursor
+14 more
encrypted episodic-memory gemini llm-memory local-first long-term-memory mcp mcp-memory mcp-server model-context-protocol persistent-memory rag-alternative sqlite vector-db

Summary

AI summary

Fixed back‑log replay stale context injection, reduced capture size per turn, and improved daemon stability under load.

Changes in this release

Feature Low

Desktop binaries now attach automatically once the build completes.

Desktop binaries now attach automatically once the build completes.

Source: llm_adapter@2026-07-13

Confidence: high

Bugfix Medium

Backlog replay no longer injects old conversations as active task.

Backlog replay no longer injects old conversations as active task.

Source: llm_adapter@2026-07-13

Confidence: high

Bugfix Medium

Stop hook now captures one response per turn instead of re-spooling entire transcript.

Stop hook now captures one response per turn instead of re-spooling entire transcript.

Source: llm_adapter@2026-07-13

Confidence: high

Bugfix Medium

Daemon defers boot background fleet to avoid memory stampedes and watchdog races, ensuring steady operation under load.

Daemon defers boot background fleet to avoid memory stampedes and watchdog races, ensuring steady operation under load.

Source: llm_adapter@2026-07-13

Confidence: high

Full changelog

Fixed

  • Right context, not stale replays. Backlog replay no longer injects old conversations as the active task, per-message context injection works on the Rust engine again, and captures still feed the freshness surfaces when the daemon is down.
  • Lighter capture. The Stop hook captures one response per turn instead of re-spooling the whole transcript every time.
  • Steadier daemon under load. The boot background fleet defers instead of stampeding (which could push memory past the watchdog's limit and kill the daemon), the watchdog honors cold-start grace and no longer races its own shutdown, recent-window writes survive torn lines across processes, and a slow-exiting worker keeps its result.

Desktop binaries attach automatically once the build completes.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track CodeAbra/iai-mcp

Get notified when new releases ship.

Sign up free

About CodeAbra/iai-mcp

All releases →

Related context

Earlier breaking changes

  • v1.0.0 Removes previous embedded vector database, PyTorch embedding stack, and third‑party GPL/graph libraries.
  • v0.4.0 Hook log marker format changed from 'cache-hit fresh' to 'cache-hit age='
  • v0.4.0 Deferred-capture retry replaces old rename-once-and-skip behavior
  • v0.4.0 Removed 24-hour staleness cap from session-recall hook
  • v0.2.0 IAI_MCP_EMBED_QUANTIZE accepts only int8 (lowercase) or unset; other values crash daemon at startup.

Beta — feedback welcome: [email protected]