Skip to content

Agents Remember

vmcp-v2.9.3 scope: mcp Feature

This release adds 2 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agent agent-memory ai-agent ai-memory coding-agents mcp-server

Summary

AI summary

Updates Resolver, Highlights, and Tests across a mixed release.

Full changelog

Agents Remember 2.9.3

A small but recurring resolver fix: the coordination context now resolves a worktree's contract.md from its worktree_name alone, so tooling addressed by worktree name gets the full contract context instead of empty paths.

Highlights

  • resolve_context / resolve_coordination_context now populate contract_path, code_worktree, and memory_worktree from worktree_name alone — matching what worktree_status(task_name=…) already returned (#90).

Resolver

  • resolve_contract gained a worktree_name fallback with strict precedence contract_path > task_name > worktree_name; an unmatched name returns empty rather than raising.
  • New find_worktree_contract helper enumerates tasks/<repo>/*/contract.md and matches each contract's recorded coordination.worktree_group, because worktree_name cannot be reversed to task_name (slugify preserves both - and _). The lossless join is on the worktree-group folder name.
  • find_worktree_contract is re-exported from the coordination_context_resolver facade alongside find_task_contract.

Tests

  • Happy-path regression guard (fields non-null), graceful-empty unknown name, task_name-over-worktree_name precedence, and a find_worktree_contract unit test.

Full changelog: https://github.com/Foxfire1st/agents-remember/compare/mcp-v2.9.2...mcp-v2.9.3

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

Track Agents Remember

Get notified when new releases ship.

Sign up free

About Agents Remember

All releases →

Related context

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]