Skip to content

chore(release): v0.9.6#272

Merged
rohitg00 merged 1 commit into
mainfrom
release/v0.9.6
May 10, 2026
Merged

chore(release): v0.9.6#272
rohitg00 merged 1 commit into
mainfrom
release/v0.9.6

Conversation

@rohitg00
Copy link
Copy Markdown
Owner

@rohitg00 rohitg00 commented May 10, 2026

Summary

Patch release rolling up the three reliability fixes that just landed:

Also bumps packages/mcp/package.json from 0.9.4 → 0.9.6 — it had been stuck at 0.9.4 through v0.9.5.

Validation

  • npm run build clean.
  • npm test — 856 passing across 77 files.
  • TS clean on changed files.

Summary by CodeRabbit

  • Bug Fixes

    • Fixed search and recall to properly surface memories saved through the memory save function.
    • Fixed compatibility for non-Claude clients with the MCP standalone shim.
    • Improved Claude Code session startup performance by eliminating blocking delays.
  • Chores

    • Version bumped to 0.9.6 across all packages and plugins.
    • Updated export format compatibility to support additional schema versions.

Review Change Stack

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.
@vercel
Copy link
Copy Markdown

vercel Bot commented May 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agentmemory Ready Ready Preview, Comment May 10, 2026 6:24pm

Request Review

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 10, 2026

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: b6d4a2c4-34f4-4005-b6a7-1910247ba0a3

📥 Commits

Reviewing files that changed from the base of the PR and between 5fc73f2 and 282ce84.

📒 Files selected for processing (8)
  • CHANGELOG.md
  • package.json
  • packages/mcp/package.json
  • plugin/.claude-plugin/plugin.json
  • src/functions/export-import.ts
  • src/types.ts
  • src/version.ts
  • test/export-import.test.ts

📝 Walkthrough

Walkthrough

This 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.

Changes

v0.9.6 Release

Layer / File(s) Summary
Export Type Contract
src/types.ts
ExportData.version union is extended to include 0.9.6 and earlier versions (0.4.0, 0.5.0, 0.6.0) as valid literals.
Version Constant
src/version.ts
Core VERSION export incremented from "0.9.5" to "0.9.6".
Import/Export Validation
src/functions/export-import.ts
supportedVersions set expanded to recognize "0.9.6" during import validation.
Package Manifests
package.json, packages/mcp/package.json, plugin/.claude-plugin/plugin.json
Version fields bumped: main package 0.9.50.9.6, MCP package 0.9.40.9.6, plugin manifest 0.9.50.9.6.
Release Documentation and Tests
CHANGELOG.md, test/export-import.test.ts
Release notes added documenting three reliability fixes (memory retrieval, MCP shim tool exposure, Claude Code startup blocking); test expectation updated to "0.9.6"; compare link added.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • rohitg00/agentmemory#261: Both PRs make release-version updates across the same codepaths (package manifests, src/version.ts, src/types.ts, src/functions/export-import.ts, and test expectations).
  • rohitg00/agentmemory#216: Both PRs update the same release/version-related code locations (VERSION constant, ExportData.version union, export-import supportedVersions, package/plugin versions, and tests).
  • rohitg00/agentmemory#117: Both PRs perform version bumps and synchronized updates across src/version.ts, src/types.ts, src/functions/export-import.ts, package manifests, and tests to support a new release version.

Poem

🐰 A version hops forward, oh what delight,
From nine-five to nine-six, our package takes flight!
Types, constants, and manifests all in a row,
Release notes bloom—the whole system does glow!

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v0.9.6

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant