Skip to content

chore(release): v0.9.11 — Codex plugin platform + OpenClaw slot fix + website star button#317

Merged
rohitg00 merged 1 commit into
mainfrom
chore/release-v0.9.11
May 12, 2026
Merged

chore(release): v0.9.11 — Codex plugin platform + OpenClaw slot fix + website star button#317
rohitg00 merged 1 commit into
mainfrom
chore/release-v0.9.11

Conversation

@rohitg00
Copy link
Copy Markdown
Owner

@rohitg00 rohitg00 commented May 12, 2026

Summary

Bumps 0.9.100.9.11 to ship three landed PRs:

Version bump

9 standard files:

  • package.json
  • packages/mcp/package.json
  • plugin/.claude-plugin/plugin.json
  • plugin/.codex-plugin/plugin.json
  • src/version.ts
  • src/types.ts (ExportData.version literal)
  • src/functions/export-import.ts (supportedVersions set)
  • test/export-import.test.ts (round-trip expectation)
  • CHANGELOG.md (new 0.9.11 entry)

Test plan

  • npm test877 / 877.
  • npm run build — tsdown clean.
  • Tag + GitHub release → publish workflow → npm.

Summary by CodeRabbit

Release Notes v0.9.11

  • New Features

    • Codex plugin support now available with full marketplace integration
    • GitHub "Star" button added to hero section with live stargazer count
  • Bug Fixes

    • Resolved memory slot availability issue in OpenClaw integration
  • Chores

    • Package version bumped to 0.9.11
    • Import/export version compatibility expanded

Review Change Stack

… website star button

Three landed PRs since v0.9.10:
- #311 — Codex plugin support (manifest + marketplace + Codex-shaped
  hooks subset, sharing the same scripts as the Claude Code plugin
  via CLAUDE_PLUGIN_ROOT OOTB-compat injection on Codex's hook
  engine)
- #310 — OpenClaw plugins.slots.memory now actually claimed via
  api.registerMemoryCapability({ promptBuilder }); older builds
  without the capability API still load via the existing hook-only
  path
- #316 — Star on GitHub button in the website hero CTA row, live
  stargazer count via api.github.com, 30-minute localStorage cache,
  graceful degrade on API failure

Bumping 0.9.10 -> 0.9.11 across the 8 standard files:
- package.json
- packages/mcp/package.json
- plugin/.claude-plugin/plugin.json
- plugin/.codex-plugin/plugin.json
- src/version.ts
- src/types.ts (ExportData.version literal)
- src/functions/export-import.ts (supportedVersions)
- test/export-import.test.ts (round-trip expectation)
- CHANGELOG.md (new 0.9.11 entry)

877 / 877 tests pass. Build clean.
@vercel
Copy link
Copy Markdown

vercel Bot commented May 12, 2026

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

Project Deployment Actions Updated (UTC)
agentmemory Ready Ready Preview, Comment May 12, 2026 11:19pm

Request Review

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 12, 2026

Caution

Review failed

Pull request was closed or merged during review

📝 Walkthrough

Walkthrough

This PR applies a uniform version bump from 0.9.10 to 0.9.11 across the entire package. It updates type schemas, import validation allowlists, package manifests, plugin manifests, test assertions, and changelog documentation to reflect the new release.

Changes

Version 0.9.11 Release

Layer / File(s) Summary
Export/import version contract and validation
src/types.ts, src/version.ts, src/functions/export-import.ts, test/export-import.test.ts
ExportData.version type union and VERSION constant are updated to include "0.9.11". The mem::import supportedVersions allowlist is extended to accept the new version, and the test expectation is updated to validate the exported version matches.
Package and plugin manifest version updates
package.json, packages/mcp/package.json, plugin/.claude-plugin/plugin.json, plugin/.codex-plugin/plugin.json
All package and plugin manifest version fields are bumped from 0.9.10 to 0.9.11.
Release notes documentation
CHANGELOG.md
New [Unreleased] and v0.9.11 (2026-05-13) sections document Codex plugin support with manifests and marketplace metadata, a website "Star on GitHub" button with cached GitHub API integration, an OpenClaw memory capability registration fix, @agentmemory/mcp version bump, and Codex CLI install mode clarification in the README.

Possibly related PRs

  • rohitg00/agentmemory#191: Both PRs update the export/import version compatibility by extending supportedVersions in src/functions/export-import.ts, the ExportData.version union in src/types.ts, and corresponding version assertions in test/export-import.test.ts.
  • rohitg00/agentmemory#175: Both PRs update the same version-sync surface—extending the allowed ExportData.version/supportedVersions in src/types.ts and src/functions/export-import.ts, bumping src/version.ts's VERSION, and adjusting test/export-import.test.ts expectations.
  • rohitg00/agentmemory#311: Both PRs document or implement Codex plugin support by adding/updating .codex-plugin manifests and marketplace metadata.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🐰 A version bump hops through our files with glee,
Types and tests all dance in unity,
Manifests aligned from zero to one,
The release is sealed—v0.9.11 is done! 📦✨

🚥 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 clearly summarizes the main change: a version bump to v0.9.11 that ships three feature additions (Codex plugin support, OpenClaw slot fix, website star button), which directly aligns with the changeset contents.
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 chore/release-v0.9.11

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 25dddc4 into main May 12, 2026
4 of 5 checks passed
@rohitg00 rohitg00 deleted the chore/release-v0.9.11 branch May 12, 2026 23:21
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