This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryFixed duplicate-daemon race on Windows and improved daemon liveness handling.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Fixes Windows daemon compatibility issues. Fixes Windows daemon compatibility issues. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Bugfix | Medium |
Prevents duplicate-daemon race condition on startup. Prevents duplicate-daemon race condition on startup. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Bugfix | Medium |
Ensures mid‑confidence memory‑schema patterns reach user‑approval path. Ensures mid‑confidence memory‑schema patterns reach user‑approval path. Source: llm_adapter@2026-07-15 Confidence: high |
— |
Full changelog
Fixed
- Windows daemon compatibility. The background daemon now starts, stops, and reports its own liveness correctly on Windows — shutdown terminates the whole process tree so the store lock is released, the encryption key file is written in binary mode and replaced atomically, and file locking uses a Windows-native region lock so the store package imports and runs.
- Duplicate-daemon race. The lifecycle lock is now claimed atomically, so two processes starting at the same time can no longer both become the daemon.
- Schema confidence gate. Mid-confidence memory-schema patterns now correctly reach the user-approval path instead of being dropped.
Desktop binaries (macOS / Windows / Linux, unsigned) 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
About CodeAbra/iai-mcp
All releases →Related context
Related tools
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]