Skip to content

chore(release): v0.9.14#401

Merged
rohitg00 merged 1 commit into
mainfrom
release/v0.9.14
May 15, 2026
Merged

chore(release): v0.9.14#401
rohitg00 merged 1 commit into
mainfrom
release/v0.9.14

Conversation

@rohitg00
Copy link
Copy Markdown
Owner

@rohitg00 rohitg00 commented May 15, 2026

Summary

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 — clean
  • npm test — 891/903 passing (11 pre-existing mcp-standalone failures, identical on main; codex-plugin manifest assertion passes after bump)
  • Tag v0.9.14 after merge
  • gh release create v0.9.14 triggers npm publish workflow for @agentmemory/agentmemory + @agentmemory/mcp

Summary by CodeRabbit

  • New Features

    • Added agentmemory stop command with automatic process detection and graceful shutdown
    • Made native engine the default startup path; Docker now opt-in via environment variable
  • Bug Fixes

    • Prevented stop command from terminating its parent process
    • Improved pidfile preservation for stale processes
    • Fixed Docker networking disruption during engine shutdown
  • Chores

    • Version bump to 0.9.14
    • Extended import compatibility for previous export formats

Review Change Stack

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

vercel Bot commented May 15, 2026

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

Project Deployment Actions Updated (UTC)
agentmemory Ready Ready Preview, Comment May 15, 2026 2:09pm

Request Review

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 15, 2026

Caution

Review failed

Pull request was closed or merged during review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 3e2e2c32-881c-4522-b9eb-9733e86b488d

📥 Commits

Reviewing files that changed from the base of the PR and between 9faf737 and 6e0c8de.

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

📝 Walkthrough

Walkthrough

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

Changes

Version 0.9.14 Release

Layer / File(s) Summary
Release documentation
CHANGELOG.md
Introduces Unreleased section and detailed v0.9.14 (2026-05-15) release notes documenting CLI bootstrap rework, native iii-engine as first-class startup path, Docker opt-in behavior, agentmemory stop command with PID/port detection, installer logic extraction, engine startup fallback reordering, and infrastructure changes for PID and engine-state tracking.
Version metadata updates
package.json, packages/mcp/package.json, plugin/.claude-plugin/plugin.json, plugin/.codex-plugin/plugin.json, src/version.ts
Package version constant and all manifest files bumped uniformly from 0.9.13 to 0.9.14 across root, mcp subpackage, and plugin plugin manifests.
Export/import schema version support
src/types.ts, src/functions/export-import.ts, test/export-import.test.ts
ExportData.version type union and mem::import supportedVersions allowlist extended to include 0.9.13 and 0.9.14; test assertion updated to expect 0.9.14 as current export version.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Possibly related PRs

  • rohitg00/agentmemory#117: Extends mem::import supportedVersions and ExportData.version union to include new export schema version alongside similar version constant and test updates.
  • rohitg00/agentmemory#337: Updates export/import version compatibility logic by extending supportedVersions, ExportData.version union, and test expectations to accept the newer release version.
  • rohitg00/agentmemory#260: Touches the CLI iii-engine bootstrap and installer flow referenced in the v0.9.14 changelog documentation.

Poem

🐰 A version bumps with care so neat,
From 0.9.13 to 0.9.14 complete!
Export schemas sing the new release,
While manifests and tests find peace.
One tiny hop toward the stable shore! 🚀

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore(release): v0.9.14' directly and accurately describes the main change: a version bump release to v0.9.14 affecting all manifest files, version exports, and changelog documentation.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ 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.14

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

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

ESLint skipped: no ESLint configuration detected in root package.json. To enable, add eslint to devDependencies.


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.

@rohitg00 rohitg00 merged commit 372c6a6 into main May 15, 2026
4 of 5 checks passed
@rohitg00 rohitg00 deleted the release/v0.9.14 branch May 15, 2026 14:11
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