# agentmemory

> Persistent memory for AI coding agents

- **URL**: https://www.freshcrate.ai/projects/agentmemory
- **Author**: rohitg00
- **Category**: RAG & Memory
- **Latest version**: `v0.9.26` (2026-06-03)
- **License**: Apache-2.0
- **Source**: https://github.com/rohitg00/agentmemory
- **Language**: TypeScript
- **GitHub**: 1,896 stars, 187 forks
- **Registry**: github
- **Tags**: `typescript`

## Description

Persistent memory for AI coding agents

## Recent releases

| Version | Date | Urgency | Changes |
| --- | --- | --- | --- |
| `v0.9.26` | 2026-06-03 | High | Hotfix on top of v0.9.25. Closes [#797](https://github.com/rohitg00/agentmemory/issues/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 |
| `v0.9.22` | 2026-05-26 | High | Stability + ecosystem wave. Three install-broken bugs (`npm install` ERESOLVE, non-OpenAI base URLs, broken Claude bridge path) closed. Six runtime bugs from active users fixed end-to-end. Three new agent integrations (Qwen Code, Antigravity, Kiro). New `AGENT_ID` scope for multi-agent setups. Port mapping documented.  ### Fixed  - **`npm install` ERESOLVE on fresh install** ([PR #649](https://github.com/rohitg00/agentmemory/pull/649), closes [#631](https://github.com/rohitg00/agentmemory/issue |
| `v0.9.21` | 2026-05-19 | High | ## [0.9.21] — 2026-05-19  Quality + integration wave. Headline: native OpenCode plugin with full Claude Code hook parity ([#237](https://github.com/rohitg00/agentmemory/pull/237) by [@cl0ckt0wer](https://github.com/cl0ckt0wer)). Ten more PRs alongside: `memory_recall` returning the wrong shape, env-file `AGENTMEMORY_DROP_STALE_INDEX` silently ignored, hook scripts crashing on Windows usernames with spaces, viewer search inputs interrupting CJK IME composition, large sessions silently failing at |
| `v0.9.16` | 2026-05-15 | High | Two waves: (1) DevEx polish on top of v0.9.15 — 5-port ready panel, iii console install, interactive global-install prompt, onboarding now actually wires the agents you select, MCP reworded as opt-in. (2) Marketing site refresh — new AS FEATURED IN bar (AlphaSignal · Agentic AI Foundation · Trendshift) + Agents/Compare/CommandCenter/Hero updated for the v0.9.15 surface.  ## Added  - **5-port ready panel** (#410). Single clack note replaces the old single-line ready hint. Lists REST / Viewer / St |
| `v0.9.5` | 2026-05-09 | High | Bug-fix patch focused on **search recall correctness** and **plugin compatibility**. Pins `iii-engine` to v0.11.2 because v0.11.6 introduces a new sandbox-everything-via-`iii worker add` model that agentmemory hasn't been refactored for yet — pin lifts once that refactor lands. Adds a hard guard against silent vector-index corruption, fixes BM25 indexing for memories saved via `memory_save`, and lands four Hermes plugin fixes that make the memory provider actually usable end-to-end.  If you've |
| `v0.9.4` | 2026-04-29 | High | Bug-fix patch. Fixes a silent gap where the knowledge graph never auto-populated despite `GRAPH_EXTRACTION_ENABLED=true`, and adds a doctor check that detects when Claude Code fails to load plugin hooks.  ## Fixed  - **`mem::graph-extract` now auto-fires at session end.** When `GRAPH_EXTRACTION_ENABLED=true`, the function was registered and the REST endpoint was live, but no internal caller invoked it — the graph KV stayed empty unless users manually `POST`ed to `/agentmemory/graph/extract`. `ev |
| `v0.9.3` | 2026-04-24 | High | ## [0.9.3] — 2026-04-24  Developer-experience patch. Every disabled feature flag is now visible in the viewer, the CLI, and REST error responses, so devs no longer hit empty tabs wondering whether the install is broken or just opt-in. Adds a `doctor` command that diagnoses the whole stack in one shot and a first-run hero in the viewer that points at the magical-moment `demo` command.  ### Added  - **`agentmemory doctor` command.** Runs 10 diagnostic checks in one shot: server reachability, healt |
| `v0.9.2` | 2026-04-22 | High | Safety + import-pipeline patch. Kills the infinite Stop-hook recursion loop that burned Claude Pro tokens on unkeyed installs, repairs every empty viewer tab after `import-jsonl`, derives lessons and crystals automatically from imported sessions, and opens up OpenAI-compatible embedding endpoints.  ## Contributors  - **@Edison-A-N** — #186: `OPENAI_BASE_URL` + `OPENAI_EMBEDDING_MODEL` env vars (unlocks Azure / vLLM / LM Studio for embeddings). - **@Tanmay-008** and **@tanmaishi** — #111 / #179 f |
| `v0.9.1` | 2026-04-20 | High | Trust-the-CLI patch. Three bugs that surfaced in real testing of v0.9.0: the dashboard viewer showed zeros for half its cards, `import-jsonl` crashed on anything but a perfect response, and `upgrade` hard-aborted on a cargo registry that never had the crate.  ### Fixed  - **Viewer dashboard list endpoints** (#172). `GET /agentmemory/semantic` and `GET /agentmemory/procedural` were never registered, and `GET /agentmemory/relations` returned 405 because only the POST trigger existed. The dashboard |
| `v0.9.0` | 2026-04-18 | High | Visibility + correctness release. Landing site, filesystem connector, MCP standalone now actually talks to the running server, health logic stops crying wolf, audit trail closes its last gap, and every memory path has a clear policy.  ## Highlights - **Website** — Next.js 16 App Router landing page at [`website/`](https://github.com/rohitg00/agentmemory/tree/v0.9.0/website). Lamborghini-inspired dark canvas, live GitHub stars pill, agents marquee with real brand logos, command-center tab showcas |

## Dependency audit

- **Score**: 98/100
- **Total deps**: 16
- **Resolved**: 16
- **Unresolved**: 0
- **License conflicts**: 0
- **Warnings**: 1
- **Scanned**: 2026-05-18

## Citation

- HTML: https://www.freshcrate.ai/projects/agentmemory
- Markdown: https://www.freshcrate.ai/projects/agentmemory.md
- Dependencies JSON: https://www.freshcrate.ai/api/projects/agentmemory/deps

_Generated by freshcrate.ai. Indexes github releases for AI-agent ecosystem packages._
