| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-03 | 972 Bytes | |
| v0.9.26 - hotfix for first-run load crash source code.tar.gz | 2026-06-03 | 30.8 MB | |
| v0.9.26 - hotfix for first-run load crash source code.zip | 2026-06-03 | 31.2 MB | |
| Totals: 3 Items | 62.0 MB | 3 | |
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 checkedmanifest.value !== nullbefore forwarding, but some iii-state adapters returnundefined(notnull) for a missing key.loadManifestData(undefined)then crashed onundefined.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/agentmemory@0.9.26
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