Skip to content

chore(main): release lobu 9.4.0#1031

Merged
buremba merged 1 commit into
mainfrom
release-please--branches--main
May 25, 2026
Merged

chore(main): release lobu 9.4.0#1031
buremba merged 1 commit into
mainfrom
release-please--branches--main

Conversation

@buremba
Copy link
Copy Markdown
Member

@buremba buremba commented May 24, 2026

🤖 I have created a release beep boop

lobu: 9.4.0

9.4.0 (2026-05-25)

Features

  • agent-worker: support before_tool_call/after_tool_call plugin hooks (#1036) (846d173), closes #1022
  • cli: inline skills via defineSkill/skillFromFile; drop dir auto-discovery (#1039) (5e488ce)
  • connect: managed connectors via public org — cloud auth, local data (#1038) (cae142a)
  • server: watcher/scheduler health metrics + ServiceMonitor/PrometheusRule (#1047) (60c6e73)

Bug Fixes

  • ci: migrate sdk-e2e fixture to connectorFromFile (#1043 dropped ./connectors scan) (#1048) (d8454a9)
  • cli: doctor recognizes embedded file:// Postgres; quiet bundled-SPA Vite log (#1033) (0b53bd9)
  • release: pass --manual-override-reason to ClawHub publish (#1030) (1e9fe29)
  • server: unwedge watchers (array-binding bug) + hardening (#1046) (c524b42)
  • test: ephemeral embedded backend uses a lobu_test database (#1050) (2be43e0)
  • worker: copy packages/core into worker runtime image (#1035) (3d9175c)

This PR was generated with Release Please. See documentation.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 24, 2026

Note

Reviews paused

It 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 reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

This 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.

Changes

Version 9.4.0 Release

Layer / File(s) Summary
Release metadata and CHANGELOG
.release-please-manifest.json, CHANGELOG.md
Root release-please manifest version set to 9.4.0; adds CHANGELOG 9.4.0 entry (2026-05-25) with feature and bug-fix bullets.
Chart and package version bumps
charts/lobu/Chart.yaml, package.json, packages/agent-worker/package.json, packages/cli/package.json, packages/client/package.json, packages/connector-sdk/package.json, packages/connector-worker/package.json, packages/core/package.json, packages/embeddings/package.json, packages/openclaw-plugin/package.json, packages/pgvector-embedded/package.json, packages/promptfoo-provider/package.json
Helm chart version and appVersion and root/workspace version fields bumped from 9.3.0 → 9.4.0.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Possibly related PRs

  • lobu-ai/lobu#939: Another release-please bump updating the same manifest and package/chart versions.
  • lobu-ai/lobu#1006: Release-automation bump touching identical version fields across manifests and changelog.
  • lobu-ai/lobu#1030: Related to changelog note about propagating --manual-override-reason to ClawHub publish.

Suggested labels

autorelease: tagged

Poem

🐰 I hopped and nudged a tiny line,

Versions climbed, the changelog signed,
Charts and packages hopped in queue,
Nine-four-oh now fresh and new,
Carrots, commits — a cheerful bind.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is auto-generated by Release Please and lacks the repository's required template structure, including Test plan and Notes sections. Add required sections from the repository template: Test plan (with checkboxes for bun run check:fix, typecheck, package validation) and Notes (for linked issues or breaking changes).
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: a version bump release from 9.3.0 to 9.4.0 across all package manifests and related files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
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 release-please--branches--main

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

📥 Commits

Reviewing files that changed from the base of the PR and between 1e9fe29 and 23a5371.

📒 Files selected for processing (14)
  • .release-please-manifest.json
  • CHANGELOG.md
  • charts/lobu/Chart.yaml
  • package.json
  • packages/agent-worker/package.json
  • packages/cli/package.json
  • packages/client/package.json
  • packages/connector-sdk/package.json
  • packages/connector-worker/package.json
  • packages/core/package.json
  • packages/embeddings/package.json
  • packages/openclaw-plugin/package.json
  • packages/pgvector-embedded/package.json
  • packages/promptfoo-provider/package.json

Comment thread package.json Outdated
Comment thread packages/connector-worker/package.json Outdated
@buremba buremba force-pushed the release-please--branches--main branch 3 times, most recently from 7da1e30 to 718de8f Compare May 25, 2026 00:38
@buremba buremba changed the title chore(main): release lobu 9.3.1 chore(main): release lobu 9.4.0 May 25, 2026
@buremba buremba force-pushed the release-please--branches--main branch 6 times, most recently from 24b66bc to 40c6255 Compare May 25, 2026 21:17
@buremba buremba force-pushed the release-please--branches--main branch from 40c6255 to 7adb426 Compare May 25, 2026 21:25
@buremba buremba merged commit cbd1723 into main May 25, 2026
20 checks passed
@buremba buremba deleted the release-please--branches--main branch May 25, 2026 22:34
@buremba
Copy link
Copy Markdown
Member Author

buremba commented May 25, 2026

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support before_tool_call hooks in the OpenClaw plugin shim

2 participants