chore(release): v0.9.14#401
Conversation
…cker-aware teardown
Patch bump. No breaking changes to the public API or the existing CLI
subcommands. CLI bootstrap flow changes are additive; existing Docker
users keep working via the new AGENTMEMORY_USE_DOCKER=1 opt-in.
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 (ExportData.version union — also adds 0.9.13
which was missed in the previous release)
- src/functions/export-import.ts (supportedVersions Set)
- test/export-import.test.ts
- CHANGELOG.md
PRs included since v0.9.13:
#396 — feat(cli): install iii-engine binary first, Docker opt-in;
agentmemory stop with Docker-aware teardown; LISTEN-only
lsof filter so the CLI no longer signals its own parent.
#397 — docs(readme): move OpenHuman after pi in agents grid.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedPull request was closed or merged during review No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (9)
📝 WalkthroughWalkthroughVersion 0.9.14 release adds comprehensive changelog documentation describing CLI bootstrap and process management improvements, updates all package manifests and version constants to 0.9.14, and extends export/import schema compatibility to support both 0.9.13 and 0.9.14 export formats. ChangesVersion 0.9.14 Release
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 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
AGENTMEMORY_USE_DOCKER=1opt-insrc/types.tsExportData.version union (was missing0.9.13)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— 891/903 passing (11 pre-existing mcp-standalone failures, identical on main; codex-plugin manifest assertion passes after bump)v0.9.14after mergegh release create v0.9.14triggers npm publish workflow for@agentmemory/agentmemory+@agentmemory/mcpSummary by CodeRabbit
New Features
agentmemory stopcommand with automatic process detection and graceful shutdownBug Fixes
Chores