chore(main): release lobu 9.4.0#1031
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughThis PR updates the release manifest and CHANGELOG and bumps Helm chart, root package.json, and all workspace package.json versions from 9.3.0 to 9.4.0. ChangesVersion 9.4.0 Release
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested labels
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)
Comment |
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@package.json`:
- Line 3: The PR updates package.json but lacks evidence of lockfile
regeneration; run the reviewer-specified update and install commands (git
submodule update --init packages/owletto && bun install --frozen-lockfile), then
commit any changes to bun.lock alongside the package.json updates (or confirm no
bun.lock diff was produced) so the package.json and bun.lock are synchronized in
this PR.
In `@packages/connector-worker/package.json`:
- Line 3: The package.json version was bumped in packages/connector-worker but
no bun.lock* changes were committed; run the submodule and lock update workflow
(git submodule update --init packages/owletto && bun install --frozen-lockfile)
from the repo root, verify whether bun.lock or bun.lockb in
packages/connector-worker changed, and if so add and commit the regenerated
bun.lock* alongside the package.json change so the lockfile and version stay in
sync.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 0a07f716-8671-4e7b-a368-38e5a59138f1
📒 Files selected for processing (14)
.release-please-manifest.jsonCHANGELOG.mdcharts/lobu/Chart.yamlpackage.jsonpackages/agent-worker/package.jsonpackages/cli/package.jsonpackages/client/package.jsonpackages/connector-sdk/package.jsonpackages/connector-worker/package.jsonpackages/core/package.jsonpackages/embeddings/package.jsonpackages/openclaw-plugin/package.jsonpackages/pgvector-embedded/package.jsonpackages/promptfoo-provider/package.json
7da1e30 to
718de8f
Compare
24b66bc to
40c6255
Compare
40c6255 to
7adb426
Compare
|
🤖 Created releases: 🌻 |
🤖 I have created a release beep boop
lobu: 9.4.0
9.4.0 (2026-05-25)
Features
Bug Fixes
This PR was generated with Release Please. See documentation.