Skip to content

rohitg00/agentmemory

v0.9.26 Bugfix

This release fixes issues for SREs watching stability and regressions.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agentmemory agents ai claude claudecode codex
+7 more
copilot cursor genai harness hermes memory openclaw

Summary

AI summary

Fixed first‑boot crash when manifest value is undefined.

Changes in this release

Bugfix Medium

Fixes first‑boot crash caused by undefined manifest value.

Fixes first‑boot crash caused by undefined manifest value.

Source: llm_adapter@2026-06-03

Confidence: low

Full changelog

Hotfix on top of v0.9.25. Closes #797.

Fixed

  • First boot crash: TypeError: Cannot read properties of undefined (reading 'v') (#797). The sharded index load path checked manifest.value !== null before forwarding, but some iii-state adapters return undefined (not null) for a missing key. loadManifestData(undefined) then crashed on undefined.v. Now treats both null + undefined + non-object values as 'no manifest' and falls through to the legacy load path.

Self-healing was already in place — the next debounced save rebuilt a fresh manifest — but the crash on first boot scared every fresh upgrader.

Upgrade

npm install -g @agentmemory/[email protected]

If you already saw the warning on v0.9.25 and the daemon kept running, you're fine — the index was already rebuilt. v0.9.26 just makes the first-run boot quiet.

Verified

  • 125 test files / 1381 tests pass
  • Build clean

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 rohitg00/agentmemory

Get notified when new releases ship.

Sign up free

About rohitg00/agentmemory

All releases →

Related context

Beta — feedback welcome: [email protected]