This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+7 more
Affected surfaces
Summary
AI summaryFixed Cross-provider fallback 404, import‑jsonl batch abort on missing id, parseSummaryXml markdown fence drop, and other eleven critical bugs.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Fixes cross-provider fallback 404 and circuit breaker trip Fixes cross-provider fallback 404 and circuit breaker trip Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Bugfix | Medium |
Fixes import-jsonl batch abort when legacy session row lacks `id` Fixes import-jsonl batch abort when legacy session row lacks `id` Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Bugfix | Medium |
Fixes iii-sdk 0.11.2 error `sdk.triggerVoid is not a function` Fixes iii-sdk 0.11.2 error `sdk.triggerVoid is not a function` Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Bugfix | Medium |
Fixes pi integration recording "No content provided" for every observation Fixes pi integration recording "No content provided" for every observation Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Bugfix | Medium |
Fixes fresh global install failure when PATH iii mismatches runtime pin Fixes fresh global install failure when PATH iii mismatches runtime pin Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Bugfix | Medium |
Fixes mem::obsidian-export HTTP 500 when record lacks `id` Fixes mem::obsidian-export HTTP 500 when record lacks `id` Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Bugfix | Medium |
Fixes concurrent agent-sdk summarize chunks error `too_many_chunks_skipped` Fixes concurrent agent-sdk summarize chunks error `too_many_chunks_skipped` Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Bugfix | Medium |
Fixes Viewer #graph tab blank on large graphs Fixes Viewer #graph tab blank on large graphs Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Bugfix | Medium |
Fixes parseSummaryXml dropping markdown‑fenced summaries silently Fixes parseSummaryXml dropping markdown‑fenced summaries silently Source: llm_adapter@2026-06-03 Confidence: low |
— |
| Bugfix | Low |
Ensures parseSummaryXml no longer silently drops markdown‑fenced summaries Ensures parseSummaryXml no longer silently drops markdown‑fenced summaries Source: granite4.1:30b@2026-06-03-audit Confidence: low |
— |
Full changelog
Bug-fix wave closing every breaking 0.9.24 regression, plus a feature lane. Eleven issues closed. No breaking changes; drop-in upgrade.
Fixed
- Cross-provider fallback always 404'd and tripped the circuit breaker (#778). Fallback resolved each provider's own env-driven default model instead of inheriting the primary's.
import-jsonlaborted entire batch on legacy session row missingid(#775). Re-keys onparsed.sessionId, backfills missingexisting.id.parseSummaryXmlsilently dropped summaries wrapped in markdown fences (#783). NewstripXmlWrappers()peels fences + pre/postamble; final-merge parse retries once.sdk.triggerVoid is not a functionon iii-sdk 0.11.2 (#758 / #726). All 9 call sites migrated totrigger({ action: TriggerAction.Void() }).- pi integration recorded every observation as "No content provided" (#759). Field-name fix:
tool_input/tool_output. - Fresh global install refused to boot when PATH iii didn't match the runtime pin (#752). Private install at
~/.agentmemory/bin/+ auto-fallback. Existing user iii stays untouched. mem::obsidian-exportHTTP 500[object Object]on any record missingid(#729). Four-layer hardening + outer try/catch.- Concurrent agent-sdk summarize chunks failed with
too_many_chunks_skipped(#781).AsyncLocalStoragerecursion guard + reference-counted env marker. - Viewer #graph tab blank on large graphs (#753).
graph/querypagination + degree-ranked default cap + viewer error banner with Retry.
Upgrade
npm install -g @agentmemory/[email protected]
iii-sdk and iii-engine pins stay at v0.11.2.
Full changelog: https://github.com/rohitg00/agentmemory/blob/main/CHANGELOG.md
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 rohitg00/agentmemory
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]