chore(release): v0.9.6#272
Conversation
Three reliability fixes from #269/#270/#271: - search/recall surfaces saved memories (closes #265) - MCP shim proxies full server tool set (closes #234) - session/subagent hooks no longer block startup (closes #221) Also fixes packages/mcp version drift — was stuck at 0.9.4 through v0.9.5, now lockstepped with main.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (8)
📝 WalkthroughWalkthroughThis PR bumps the agentmemory package version from 0.9.5 to 0.9.6 across all manifests, version constants, and export schemas. It updates the core VERSION export, extends the ExportData type union to accept 0.9.6 and earlier versions, and adds 0.9.6 to import validation. Package.json, plugin manifests, tests, and CHANGELOG documentation are synchronized accordingly. Changesv0.9.6 Release
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Patch release rolling up the three reliability fixes that just landed:
memory_smart_searchandmemory_recallsurface memories saved viamemory_saveagain (enrichment fallback toKV.memories).@agentmemory/mcpstandalone shim proxies the full server tool set (51 tools instead of 4–7) for non-Claude clients.session-start/subagent-starthooks no longer block agent startup waiting on a slow REST server (5.05s → 0.85s on a black-hole listener).Also bumps
packages/mcp/package.jsonfrom 0.9.4 → 0.9.6 — it had been stuck at 0.9.4 through v0.9.5.Validation
npm run buildclean.npm test— 856 passing across 77 files.Summary by CodeRabbit
Bug Fixes
Chores