Skip to content

Release history

Agents Remember releases

All releases

35 shown

No immediate action
mcp-v2.9.3 New feature

Resolver worktree-name fixes

No immediate action
mcp-v2.9.2 Mixed

Hermetic benchmarks + seed guard

Review required
mcp-v2.9.1 Mixed
Auth RBAC

Closeout gating, onboarding updates, upgrade notes

mcp-v2.9.0 Breaking risk
⚠ Upgrade required
  • Update documentation consumption: README Status section replaced per-release narrative with current state + direction; full changelog now lives in GitHub Releases.
  • Corrected version‑bump location count in `system/git-workflow.md` and `system/tools.md` to three (pyproject, SERVER_VERSION, README Status).
Breaking changes
  • Removed `direct_closeout_preview` and `direct_closeout_apply` tools; migration required to use worktree-only workflow (`worktree_start` → … → `worktree_closeout_preview` / `worktree_closeout_apply`).
Notable features
  • Worktree-only closeout doctrine aligned across tools, skills, docs, and tests (MCP tool surface reduced from 37 to 36).
  • Carryover artifact coverage expanded: `memory_carryover_plan` / `memory_carryover_apply` now also carry repo entity catalog and memory‑only doc updates between branches.
  • Repository rename sweep removed stale `agents-remember-md` references after GitHub rename to `agents-remember`.
Full changelog

Agents Remember 2.9.0

Closeout is now worktree-only, branch-memory carryover covers every artifact kind, and the README's Status section now states where the project is and where it is going — with release history living here, in GitHub Releases.

⚠️ Breaking change — deliberate Stability exception

  • The direct_closeout_preview and direct_closeout_apply MCP tools are removed (GitHub #62). Worktree-only closeout was the original design intent of the session lifecycle: every change to a managed repo — chat builds included — runs through a code + memory worktree, keeping external memory consistent and auditable. The direct path was a leftover from an incomplete cleanup. Migration: worktree_start → work → worktree_closeout_preview / worktree_closeout_apply.
  • Under the Stability promise, tool removals belong to a major bump. This ships in a minor release as a recorded, deliberate exception: 3.0 is reserved for the dashboard/observability architecture named in the README's new Status section.

Highlights

  • Worktree-only closeout doctrine (#62): tools, skills (l-01-session-job-lifecycle, c-12-closeout), docs, and tests aligned; the MCP tool surface goes 37 → 36.
  • Carryover artifact coverage: memory_carryover_plan / memory_carryover_apply now also carry the repo entity catalog and memory-only doc updates between memory branches.
  • Repository rename sweep: stale agents-remember-md references swept across docs and onboarding after the GitHub rename to agents-remember.

Docs And Public Surface

  • The README Status section is rewritten from the per-release narrative chain (a de-facto changelog) into a two-paragraph current state + direction statement; per-release history now lives in GitHub Releases — this page is the canonical changelog.
  • system/git-workflow.md / system/tools.md (memory layer): the version-bump location count corrected to three (pyproject, SERVER_VERSION, README Status).
Review required
mcp-v2.8.0 New feature
Auth RBAC

Freshness guarantee + tools

No immediate action
mcp-v2.7.0 Mixed

Observable worktree setup + containerized CGC seeding

No immediate action
mcp-v2.6.0 Breaking risk

Closeout gates + onboarding memory updates

No immediate action
mcp-v2.5.2 Bug fix

Compact memory carryover responses

No immediate action
mcp-v2.5.1 Bug fix

Hangs + oversized responses

No immediate action
mcp-v2.5.0 New feature

Graph durability + Windows long-path fixes

No immediate action
mcp-v2.4.2 Maintenance

Lifecyle skill consolidation

Config change
mcp-v2.4.1 New feature
Breaking upgrade

Root assets, sync script, provider validation

No immediate action
mcp-v2.4.0 Mixed

Local rendering + jq removal

No immediate action
mcp-v2.3.3 Mixed

Runtime watcher rebinding + name normalization + validation

No immediate action
mcp-v2.3.2 New feature

Runtime Skills update + README change + Validation pass

No immediate action
mcp-v2.3.1 New feature

Package-first setup + starter packages

No immediate action
mcp-v2.2.0 Mixed

MCP bump + C‑09 contract clarification

No immediate action
mcp-v2.1.0 New feature

Workspace defaults + reliable degraded state

mcp-v2.0.0 Breaking risk
⚠ Upgrade required
  • Reinstall the MCP (`uvx --refresh`, or pin `agents-remember-mcp==2.0.0`) and restart the harness.
  • Run skill install with overwrite to replace the old layout; existing memory and onboarding remain unaffected.
Breaking changes
  • Removed skill IDs: W-01-heavy-task-workflow, W-03-chat-task-workflow (and associated heavy phase skills).
  • `skills_install` no longer accepts a `layout` input — the installer performs a flat copy.
  • `WorkflowKind` drops the `heavy` / `heavy-task` values.
Notable features
  • L-01 session job lifecycle introduces a standardized orient → ground → frame → decide → build → close sequence with flexible exit modes.
  • Retired chat (W-03) and heavy (W-01) workflows are replaced by light tasks composed via master/sub‑task series using W-02.
  • Skill tree is flattened; all skills reside directly under `skills/` without nested namespaces.
Full changelog

Agents Remember 2.0.0

A major, breaking release: the session job lifecycle (L-01) becomes the primitive the coordinator routes into, the chat and heavy task workflows are retired in favor of light tasks + master/sub-task composition, and the skill tree is flattened. Read this before upgrading — some public contracts changed.

Highlights

  • L-01 session job lifecycle — every session runs orient → ground → frame → decide → build → close. The job type (bug / feature / triage / research) is a framing lens, not a gate; the only task-format call is L-01's build-mode step: read-only exit, chat build (worktree, no task file), or a durable W-02 task.
  • Retired the chat (W-03) and heavy (W-01) workflows — W-03's doctrine is migrated and modernized into L-01; W-01 is replaced by a W-02 master + light sub-task series (one wrapper folder, flat numbered sub-tasks, one shared worktree, a commit per slice, one release).
  • Flat skillsU-01-core-skills is dissolved; every skill sits directly under skills/, and the installer simply copies the flat tree (no tree/namespace layout).
  • Post-merge ledger automation — C-11 carryover now maps the PR merge commit, so a worktree based off a freshly-merged gated branch no longer blocks on a manual ledger reconciliation.

Breaking changes

  • Removed skill IDs: W-01-heavy-task-workflow, W-03-chat-task-workflow (and the heavy phase skills).
  • skills_install no longer accepts a layout input — the installer is a flat copy.
  • WorkflowKind drops the heavy / heavy-task values.

Upgrade

Reinstall the MCP (uvx --refresh, or pin agents-remember-mcp==2.0.0) and restart the harness, then re-run skill install (with overwrite) so the flat skill set replaces the old layout. Existing memory and onboarding are unaffected.

No immediate action
mcp-v1.0.2 Mixed

PR‑gated workflow + provider stability + live GrepAI indexing

Config change
mcp-v1.0.0 Breaking risk
Auth RBAC

Secure benchmarks + memory safety

No immediate action
mcp-v0.9.6 Mixed

Enforced quality gate + design section + test hardening

No immediate action
mcp-v0.9.5 New feature

Accurate token count

Config change
mcp-v0.9.4 Maintenance

Session-start hook activation

No immediate action
mcp-v0.9.3 Breaking risk

Docs fix: flat layout clarification

Config change
mcp-v0.9.1 Breaking risk
Breaking upgrade

Timeout config rename + Docker op fix

No immediate action
mcp-v0.9.2 New feature

`no_cache` flag + tool descriptions

No immediate action
v0.9.0 Breaking risk

Runtime reorg + drift detection

No immediate action
v0.8.0 Bug fix

Bug fixes and stability improvements.

Review required
v0.7.0 Breaking risk
Auth RBAC

Explicit commit approval required

Config change
v0.6.0 Breaking
Breaking upgrade

Per‑repo sidecars

No immediate action
v0.5.0 Breaking

Onboarding tree mirroring

No immediate action
v0.4.0 Feature

Capture options for onboarding units

Beta — feedback welcome: [email protected]