chore(release): v0.9.18#459
Conversation
Hardening + DX wave. Bundles the four follow-up issues filed during the v0.9.17 audit (#446 timeout env unify, #447 viewer CSP tighten, #448 fs-watcher PEM/JWT redaction, #449 mcp-standalone probe DI flake) plus the lessons-auto-inject gap surfaced in discussion #381 / fixed in #457. 1007/1007 tests pass. Files bumped: - 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) - src/functions/export-import.ts (supportedVersions Set) - test/export-import.test.ts (assertion) - CHANGELOG.md (new section)
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughVersion 0.9.17 is bumped to 0.9.18 across version constants, package manifests, export data type contracts, import validation logic, test expectations, and changelog documentation. Changesv0.9.18 Release Version Bump
Possibly related PRs
Poem
🎯 1 (Trivial) | ⏱️ ~3 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)
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 |
v0.9.18 — hardening + DX wave.
Bundles 5 fixes already merged to main:
img-src 'self'CSPmem::contextpayload (surfaced in #381)Files bumped (9)
package.json(main)packages/mcp/package.json(standalone MCP shim)plugin/.claude-plugin/plugin.jsonplugin/.codex-plugin/plugin.json← release-checklist memory was stale, codex manifest added latersrc/version.tssrc/types.ts(ExportData.versionunion)src/functions/export-import.ts(supportedVersionsSet)test/export-import.test.ts(assertion)CHANGELOG.md(new section at top)Verification
After merge
v0.9.18on the merge SHAgh release create v0.9.18with the new CHANGELOG section.github/workflows/publish.ymlonrelease: publishednpm view @agentmemory/agentmemory versionSummary by CodeRabbit
New Features
Improvements