chore(release): v0.9.23#702
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (10)
✅ Files skipped from review due to trivial changes (8)
🚧 Files skipped from review as they are similar to previous changes (2)
📝 WalkthroughWalkthroughVersion 0.9.23 release that bumps package metadata, version constant, and export-import schema support across manifests, source code, and tests, accompanied by release notes documenting new features, behavior changes, and fixes. ChangesRelease 0.9.23
🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 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 |
|
Actionable comments posted: 0 |
Bumps version across 9 files + adds CHANGELOG entry summarizing the 18 commits since v0.9.22. Highlights: - GitHub Copilot CLI first-class support (#534) — plugin + hooks + MCP with LSP-style Content-Length framing on the standalone stdio transport. - Five new MCP adapters: Warp, Cline, Continue, Zed, Droid (#677); ADAPTERS count 11 → 17. - Three silent DX bugs fixed: graph extraction never fired on session end (#666 / #698), status reported zero memories (#666), consolidation defaulted off even with an LLM provider configured (#612 / #696). - Nine telemetry hooks switched to fire-and-forget so they don't block Claude Code's next-prompt boundary (#573 / #688). - Hook project field now sends repo basename instead of full filesystem path so auto-injected context isn't silently filtered out (#474 / #687). - Local-LLM docs: Ollama / LM Studio / vLLM section added (#671 / #697). Version-bump files: package.json, plugin/.claude-plugin/plugin.json, plugin/plugin.json, plugin/.codex-plugin/plugin.json, packages/mcp/package.json, src/version.ts, src/types.ts, src/functions/export-import.ts, test/export-import.test.ts.
|
Actionable comments posted: 0 |
v0.9.23
Bug-fix + integration wave. 18 commits since v0.9.22.
Highlights
cmd.exe /d /s /c npxwrapper.event::session::stoppedwas a dead subscriber;api::session::endnow triggers the pipeline directly.agentmemory statusshowed 0/0 (Status shows Memories/Observations as 0. Graph is always empty #666) — switched off the slow/exportpath to/memories?count=true+ sum ofsessions[].observationCount.Files bumped (9)
package.json,plugin/.claude-plugin/plugin.json,plugin/plugin.json,plugin/.codex-plugin/plugin.json,packages/mcp/package.json,src/version.ts,src/types.ts,src/functions/export-import.ts,test/export-import.test.ts. CHANGELOG entry added.Verification
npm run buildcleannpx vitest run— 1291/1291 pass (integration server-required test pre-existing failure)test/consistency.test.tsgreen — all version locations matchtest/export-import.test.tsgreen — assertion on"0.9.23"passestest/codex-plugin.test.tsgreen — codex manifest version matches package.jsonOnce merged, tag + GitHub release follows the standard flow.
Summary by CodeRabbit
New Features
Bug Fixes
Behavior Changes
Documentation