chore(release): v0.9.11 — Codex plugin platform + OpenClaw slot fix + website star button#317
Conversation
… 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.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThis 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. ChangesVersion 0.9.11 Release
Possibly related PRs
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes
🚥 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)
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
Bumps
0.9.10→0.9.11to ship three landed PRs:plugin/.codex-plugin/plugin.json+ Codex-shapedplugin/hooks/hooks.codex.json+.codex-plugin/marketplace.jsonat repo root). Verified againstcodex-rs/hooks/src/engine/discovery.rsthat Codex injectsCLAUDE_PLUGIN_ROOTfor OOTB compat with existing Claude Code plugin scripts.plugins.slots.memory = "agentmemory"now claimed viaapi.registerMemoryCapability({ promptBuilder }). Older OpenClaw builds without the capability API still load via the existing hook-only path. Verified againstopenclaw@2026.5.7's plugin SDK type declarations directly.Version bump
9 standard files:
package.jsonpackages/mcp/package.jsonplugin/.claude-plugin/plugin.jsonplugin/.codex-plugin/plugin.jsonsrc/version.tssrc/types.ts(ExportData.versionliteral)src/functions/export-import.ts(supportedVersionsset)test/export-import.test.ts(round-trip expectation)CHANGELOG.md(new 0.9.11 entry)Test plan
npm test— 877 / 877.npm run build— tsdown clean.Summary by CodeRabbit
Release Notes v0.9.11
New Features
Bug Fixes
Chores