This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryUpdates Providers, Highlights, and Workflow & Memory across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Refactor | Low |
Introduces a PR‑gated landing workflow for main branch. Introduces a PR‑gated landing workflow for main branch. Source: llm_adapter@2026-06-05 Confidence: high |
— |
| Refactor | Low |
GrepAI watch-live now indexes live memory roots in place, removing the mirror. GrepAI watch-live now indexes live memory roots in place, removing the mirror. Source: llm_adapter@2026-06-05 Confidence: high |
— |
| Refactor | Low |
CGC seed copies the graph into a worktree instead of re‑indexing it. CGC seed copies the graph into a worktree instead of re‑indexing it. Source: llm_adapter@2026-06-05 Confidence: high |
— |
| Refactor | Low |
grepai_search and grepai_trace normalize repo ID to the watcher's project name, accepting any casing. grepai_search and grepai_trace normalize repo ID to the watcher's project name, accepting any casing. Source: llm_adapter@2026-06-05 Confidence: high |
— |
| Refactor | Low |
All build work is now backed by a git worktree; memory parks on the worktree branch and lands via C‑11 carryover after PR merge. All build work is now backed by a git worktree; memory parks on the worktree branch and lands via C‑11 carryover after PR merge. Source: llm_adapter@2026-06-05 Confidence: high |
— |
Full changelog
Agents Remember 1.0.2
Establishes a repo-local, PR-gated landing workflow and lands the accumulated provider-stability
work through it — the first release to flow through the workflow it defines.
Regarding providers there was some instability, isolating code graphs and semantic search in git worktree environments.
Code Graph Context and GrepAi had issues cloning their data into the freshly made worktree which caused unnecessary re-indexing.
Highlights
system/git-workflow.md— the PR-gatedmainlanding flow (issue →feat/fixbranch →
worktree → commit gate → push gate → PR → merge → C-11 carryover), a generalized starter template
for any repo, and coordinatorAGENTS.mdrouting that reads it before any commit/push/PR.- GrepAI watch-live — the watcher now indexes the live memory roots in place (the mirror is
gone), so onboarding edits are searchable within seconds; grepai's.grepai/working dir is
git-ignored.
Providers
- Provider stability:
restartvsinvalidate-indexes, Ollama model seeding (no re-pull), FalkorDB
query queue + indexing fan-in cap, worktree abandon/teardown. - CGC seed copies the graph into a worktree instead of re-indexing it.
grepai_search/grepai_tracenormalize the repo id to the watcher's project name and accept any
casing.
Workflow & Memory
- All build work is worktree-backed (chat and task); memory parks on the worktree branch and lands on
main-memory via C-11 carryover after the code PR merges. mainis PR-gated; releases land via PR, then the merged commit is taggedmcp-vX.Y.Z.
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 Agents Remember
All releases →Related context
Related tools
Earlier breaking changes
- vmcp-v2.9.0 Removed tools direct_closeout_preview and direct_closeout_apply.
- vmcp-v2.0.0 `WorkflowKind` enum drops `heavy` and `heavy-task` values.
- vmcp-v2.0.0 `skills_install` no longer accepts a `layout` input; installer performs flat copy.
- vmcp-v2.0.0 Removed workflows W-01-heavy-task-workflow and W-03-chat-task-workflow.
Beta — feedback welcome: [email protected]