This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryWindows support (beta) added for daemon and CLI
Full changelog
Added
-
Windows support (beta). The daemon and CLI now run on Windows:
- Unix-domain sockets fall back to authenticated TCP loopback (
127.0.0.1:<port>+ token); fcntl/resource/signalcalls are shimmed or guarded;- the daemon installs via Windows Task Scheduler;
- crypto-key permissions are set with
icacls; - the MCP wrapper dials the daemon over the same transport.
The runtime is ported and validated on Windows 11. The test suite is still being ported, so Windows is beta for now — please report anything you hit. POSIX behavior is unchanged.
Thanks to @danielhertz1999-bit for the port, and to @warplayer for thorough Windows 11 validation.
- Unix-domain sockets fall back to authenticated TCP loopback (
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]