chore(release): v0.9.15 — DevEx overhaul#407
Conversation
… remove, silent killers) Patch bump per the established rule: all changes additive, no breaks to MemoryProvider trait or exported types or default behaviour. New top-level subcommands (connect, remove, --reset, --force) are opt-in. PRs included since v0.9.14: #405 — silent killers: viewer port auto-bump, engine version-match warning, stop --force, adopt-on-attach, npx PATH hint #402 — agentmemory connect — automate native-plugin install for 8 agents (claude-code, codex, cursor, gemini-cli, openclaw end-to-end; hermes/pi/openhuman stubbed) #406 — interactive doctor v2 + agentmemory remove (destruction plan + two-confirmation flow) #403 — splash banner + agent grid + provider picker + smart-defaults preferences + bootLog shim (30+ lines of log spam → 10) Files bumped (9): package.json, packages/mcp/package.json, plugin/.claude-plugin/plugin.json, plugin/.codex-plugin/plugin.json, src/version.ts, src/types.ts, src/functions/export-import.ts, test/export-import.test.ts, CHANGELOG.md
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThis PR is a version bump from 0.9.14 to 0.9.15. The version constant, export data type schema, package manifests, export/import validation allowlist, test assertions, and release notes are all synchronized to reflect the new release. ChangesVersion 0.9.15 Release
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint skipped: no ESLint configuration detected in root package.json. To enable, add 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 bump per established rule (all changes additive, no public API breaks). New surface (connect, remove, --reset, --force, doctor v2) ships as opt-in subcommands.
PRs included since v0.9.14:
Files bumped (9)
package.json,packages/mcp/package.json,plugin/.claude-plugin/plugin.json,plugin/.codex-plugin/plugin.json,src/version.ts,src/types.ts,src/functions/export-import.ts,test/export-import.test.ts,CHANGELOG.md.Test plan
npm run build— cleannpm test— 944/954 passing (10 pre-existingmcp-standalonefailures unrelated)v0.9.15after mergegh release create v0.9.15triggers npm publish for@agentmemory/agentmemory+@agentmemory/mcpSummary by CodeRabbit
New Features
agentmemory connectandagentmemory removecommands, interactiveagentmemory doctor v2with--alland--dry-runflags, plus--force,--reset, and--verboseoptionsBug Fixes