This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+13 more
Summary
AI summaryAdded an Update‑check hook that notifies when a newer version is available.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Update-check hook displays one line in session context when an update is available. Update-check hook displays one line in session context when an update is available. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Update-check hook caches results for 6 hours, performs background fetch. Update-check hook caches results for 6 hours, performs background fetch. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
`capture-hooks install/uninstall/status` now manage update-check hook along with capture and recall hooks. `capture-hooks install/uninstall/status` now manage update-check hook along with capture and recall hooks. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Update-check hook runs at session start, checks version against latest GitHub release. Update-check hook runs at session start, checks version against latest GitHub release. Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Feature | Medium |
Adds a `SessionStart` hook that checks installed version against the latest GitHub release. Adds a `SessionStart` hook that checks installed version against the latest GitHub release. Source: granite4.1:30b@2026-05-22-audit Confidence: low |
— |
Full changelog
What's changed
Added
- Update-check hook: new
SessionStarthook checks the installed version against the latest GitHub release. Silent when up to date; one line in session context when an update is available. Cached for 6 hours, background fetch — zero blocking on session startup. capture-hooks install/uninstall/statusnow handle the update-check hook alongside capture and recall hooks.
Full changelog: https://github.com/CodeAbra/iai-mcp/blob/main/CHANGELOG.md#042--2026-05-14
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
- 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]