Skip to content

chore(release): v0.9.25#792

Merged
rohitg00 merged 1 commit into
mainfrom
release/v0.9.25
Jun 2, 2026
Merged

chore(release): v0.9.25#792
rohitg00 merged 1 commit into
mainfrom
release/v0.9.25

Conversation

@rohitg00
Copy link
Copy Markdown
Owner

@rohitg00 rohitg00 commented Jun 2, 2026

v0.9.25 bundles every breaking 0.9.24 regression fix plus the feature lane that landed since.

Closes #778, closes #775, closes #783, closes #758, closes #726, closes #759, closes #752, closes #729, closes #781, closes #753, closes #771, closes #762.

Released

Fixed (9)

Added (2)

Changed

  • Dependency bumps + audit overrides: 8 vulns -> 0
  • REST endpoint count: 125 -> 126

Verify

  • 125 test files / 1379 tests pass
  • npm audit (root + website): 0 vulnerabilities
  • Build clean

Summary by CodeRabbit

  • New Features

    • Persistent sharded BM25 and vector index storage for improved search performance and data durability
    • Smart-search followup-rate diagnostics with observability and monitoring endpoints
  • Bug Fixes

    • Provider fallback model resolution handling improvements
    • JSONL import legacy session ID support
    • XML summary fence processing reliability enhancements
    • SDK triggerVoid compatibility fixes
  • Chores

    • Dependency bumps and updates
    • REST endpoint configuration adjustments

Bump to 0.9.25 across 9 files + CHANGELOG.

Closes #778 #775 #783 (PR #791), #758 #726 (PR #773), #759 (PR #772),
#752 (PR #774), #729 (PR #780), #781 (PR #782), #753 (PR #789), #771
(PR #786), #762 (PR #764).

Files bumped:
  - package.json
  - packages/mcp/package.json
  - plugin/.claude-plugin/plugin.json
  - plugin/.codex-plugin/plugin.json
  - plugin/plugin.json
  - src/version.ts
  - src/types.ts (ExportData.version union)
  - src/functions/export-import.ts (supportedVersions Set)
  - test/export-import.test.ts (assertion)

125 test files / 1379 tests pass. npm audit (root + website): 0 vulns.
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 2, 2026

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

Project Deployment Actions Updated (UTC)
agentmemory Ready Ready Preview, Comment Jun 2, 2026 11:33pm

Request Review

@rohitg00 rohitg00 merged commit d442fee into main Jun 2, 2026
5 of 7 checks passed
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jun 2, 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: 127f61ed-5861-4a78-8646-a9f3a215c8b2

📥 Commits

Reviewing files that changed from the base of the PR and between 1ab0a7d and eba1018.

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

📝 Walkthrough

Walkthrough

This PR performs a version release bump from 0.9.24 to 0.9.25 across the project. The version constant, export schema types and validation, all package and plugin manifests, and test expectations are updated consistently. The CHANGELOG documents the new release with fixed items, added features, infrastructure changes, and updated dependencies.

Changes

Version 0.9.25 Release Bump

Layer / File(s) Summary
Version constant, export schema, and validation updates
src/version.ts, src/types.ts, src/functions/export-import.ts, test/export-import.test.ts
The VERSION constant is updated to 0.9.25, the ExportData.version type union is extended to accept the new version, the mem::import function's supportedVersions set includes 0.9.25 for backward compatibility, and the export-structure test expectation is updated accordingly.
Package manifests and release documentation
package.json, packages/mcp/package.json, plugin/.claude-plugin/plugin.json, plugin/.codex-plugin/plugin.json, plugin/plugin.json, CHANGELOG.md
All package and plugin manifest version fields are incremented to 0.9.25, and the CHANGELOG adds a new release entry documenting fixes (provider fallback, JSONL import, XML summary fence handling, SDK compatibility), features (sharded index persistence, smart-search diagnostics with OTEL counter), and infrastructure updates.

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • rohitg00/agentmemory#719: Extends mem::import supported export-version list and ExportData.version typing in the same files to recognize newer schema versions.
  • rohitg00/agentmemory#702: Updates supportedVersions allowlist and ExportData.version union to recognize a newer export schema version in parallel version-expansion patterns.
  • rohitg00/agentmemory#659: Performs an analogous version bump for the mem::import supported export-version allow-list and ExportData schema union across test expectations.

Poem

🐰 A version bump, so tidy and clean,
0.9.25 now on the scene!
Manifests dance, schemas align,
From changelog notes to test design,
Release is ready—let's hop forward in time! ✨

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

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