This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryUpdates Highlights, Setup Notes, and Compatibility across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds harness-local render-starter helpers for starter packages. Adds harness-local render-starter helpers for starter packages. Source: llm_adapter@2026-06-08 Confidence: high |
— |
| Feature | Low |
Simplifies renderer usage to a copied-package workflow with one --repo list. Simplifies renderer usage to a copied-package workflow with one --repo list. Source: llm_adapter@2026-06-08 Confidence: high |
— |
| Feature | Low |
Removes outdated Claude Code `jq` requirement; hook commands rendered via Python entrypoints. Removes outdated Claude Code `jq` requirement; hook commands rendered via Python entrypoints. Source: llm_adapter@2026-06-08 Confidence: high |
— |
| Refactor | Low |
Bumps `agents-remember-mcp` to version 2.4.0. Bumps `agents-remember-mcp` to version 2.4.0. Source: llm_adapter@2026-06-08 Confidence: high |
— |
Full changelog
Agents Remember 2.4.0
Agents Remember 2.4.0 makes the harness starter packages easier to copy into a real workspace and render safely. It also removes the outdated Claude Code jq requirement from the setup guidance: hooks can be configured with direct Python command arguments instead.
Highlights
- Added harness-local
render-starterhelpers for the starter packages that need path, repository, and hook-command placeholder rendering. - Simplified renderer usage to a copied-package workflow with one
--repolist, while keeping manual placeholder replacement documented as a supported alternative. - Updated Codex, Claude Code, Cursor, GitHub Copilot, Hermes, OpenClaw, Pi.dev, and Antigravity setup docs to reflect the package-local render flow.
- Rendered hook commands through Python entrypoints where the harness supports it, avoiding shell quoting and removing the legacy
jqmisconception for Claude Code hooks. - Bumped
agents-remember-mcpto2.4.0and refreshed the README Status line for the release.
Setup Notes
- Copy the harness starter package into the workspace root, then either run the copied
render-starterhelper with--repo <repo-a> <repo-b>or replace the placeholders manually. - Restart the harness once after rendering or manual replacement so it loads the updated package files and MCP configuration.
Compatibility
- Backward compatible with the existing MCP tool contracts and memory model.
- Release tag:
mcp-v2.4.0.
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]