Conversation
Bump version + ship CHANGELOG covering everything that merged since v0.8.13: - #118 security advisory drafts for v0.8.2 CVEs - #132 semantic eviction routing + batched retention audit - #157 iii console docs + vendored screenshots in README - #160 (#158) health gated on RSS floor - #161 (#159) standalone MCP proxies to the running server - #162 (#125) mem::forget audit coverage + policy doc - #163 (#62) @agentmemory/fs-watcher filesystem connector - #164 Next.js website (website/ root, ship to Vercel) Version bumps (8 files): - package.json / package-lock.json (top + packages['']) - plugin/.claude-plugin/plugin.json - packages/mcp/package.json (self + ~0.9.0 dep pin) - src/version.ts (union extended, assigned 0.9.0) - src/types.ts (ExportData.version union) - src/functions/export-import.ts (supportedVersions set) - test/export-import.test.ts (export assertion) Tests: 777 passing. Build clean.
|
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 ignored due to path filters (1)
📒 Files selected for processing (8)
📝 WalkthroughWalkthroughVersion bump from 0.8.13 to 0.9.0 across all package manifests, type definitions, and version gates. The release documents new features (website, filesystem watcher connector), behavior changes (audit policy, MCP server proxying), and fixes (health severity logic). All changes are mechanical version increments with no functional logic modifications. Changes
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 |
Bundles everything merged since v0.8.13 into a proper release.
Highlights
website/. Ships to Vercel with Root Directory =website/.@agentmemory/fs-watcherpackage underintegrations/filesystem-watcher/.@agentmemory/mcpprobes/agentmemory/livez, routes through REST when up, falls back toInMemoryKVwhen down.mem::forgetaudited, policy documented at top ofaudit.ts.See
CHANGELOG.mdfor the full breakdown.Version files bumped (8)
package.json+package-lock.json(top + packages[""])plugin/.claude-plugin/plugin.jsonpackages/mcp/package.json(self +~0.9.0dep pin on the main package)src/version.ts(union extended)src/types.ts(ExportData.versionunion)src/functions/export-import.ts(supportedVersionsset)test/export-import.test.ts(assertion)Verification
npx vitest run→ 777 passing (+ 14 skipped). The 1 failing file is the pre-existingtest/integration.test.tsthat needs a live server on:3111.npm run build→ clean.After merge
v0.9.0on the merge commit.gh release create v0.9.0pasting the 0.9.0 CHANGELOG section.npm publishfor@agentmemory/agentmemoryand@agentmemory/mcp.website/→ deploy.Summary by CodeRabbit
New Features
Bug Fixes
Chores