Skip to content

chore(main): release lobu 9.2.0#1006

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

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

Conversation

@buremba
Copy link
Copy Markdown
Member

@buremba buremba commented May 21, 2026

🤖 I have created a release beep boop

lobu: 9.2.0

9.2.0 (2026-05-23)

Features

  • auth: local sign-in passcode + /api/local-passcode (web/mac rework) (#999) (7799c21)
  • client: add TypeScript SDK (#1015) (3993aad)

Bug Fixes

  • cli: honor local context for memory and token auth (#1011) (176a3f1), closes #1008
  • cli: warn when apply ignores connectors (#1010) (0b145cd), closes #1009
  • connectors: serve catalog from a build-time manifest, stop cold-scan 503s (#1013) (4e5db74)
  • server: heartbeat-aware reaping for orphaned watcher runs (#1020) (a0a15b9)
  • server: register local device-worker capabilities even when poll is anonymous (#1017) (463a5a4)

This PR was generated with Release Please. See documentation.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 21, 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

Version fields bumped from 9.1.1 to 9.2.0: .release-please-manifest.json updated; Helm chart version/appVersion, root package.json, and listed workspace package manifests synchronized to 9.2.0. CHANGELOG entry added for 9.2.0.

Changes

Release 9.2.0

Layer / File(s) Summary
Release metadata and changelog
.release-please-manifest.json, CHANGELOG.md
Release-please manifest "." updated to 9.2.0; changelog entry added for 9.2.0 (auth local sign-in passcode, /api/local-passcode) and CLI/connectors bug-fix notes.
Chart and package version synchronization
charts/lobu/Chart.yaml, package.json, packages/agent-worker/package.json, packages/cli/package.json, packages/connector-sdk/package.json, packages/connector-worker/package.json, packages/connectors/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/appVersion, root package.json version, and all listed workspace package.json version fields bumped from 9.1.1 to 9.2.0.

Possibly related PRs

  • lobu-ai/lobu#573: Another release-automation bump touching the same set of manifest/chart/package version fields.
  • lobu-ai/lobu#1001: Release-Please version bump updating .release-please-manifest.json, chart, and package versions plus a changelog section.
  • lobu-ai/lobu#863: Release-Please style version bump modifying the same version fields and changelog entry.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A tiny hop to nine point two,
I nudged the versions, through and through,
Changelog penned and charts aligned,
Packages bumped — all neatly timed,
Release sprouts carrots — cheers anew! 🥕

🚥 Pre-merge checks | ✅ 3 | ❌ 2

❌ Failed checks (1 warning, 1 inconclusive)

Check name Status Explanation Resolution
Description check ⚠️ Warning PR description lacks the standard template sections (Summary, Test plan, Notes). It is an automated Release Please output without explicit validation evidence. Add explicit Summary, Test plan checklist results (bun run check:fix, typecheck, package validation), and Notes sections to document validation and any breaking changes or follow-ups.
Linked Issues check ❓ Inconclusive The changelog references fixes for #1008, #1009, #1010, #1011, and #1013, but the raw PR diff shows only version bumps in metadata files—actual code implementations are not visible in the provided summaries. Verify that the referenced commits (7799c21, 176a3f1, 0b145cd, 4e5db74) are included in this PR or were merged in prior commits; clarify which issues are resolved by this release.
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore(main): release lobu 9.2.0' clearly and concisely summarizes the main change—a version bump release across the entire codebase from 9.1.1 to 9.2.0.
Out of Scope Changes check ✅ Passed All changes (version bumps in package.json, Chart.yaml, release manifest, and changelog) are directly scoped to the 9.2.0 release; no unrelated or extraneous modifications are present.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ 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!

@buremba buremba force-pushed the release-please--branches--main branch 7 times, most recently from cff7d15 to 249b89e Compare May 22, 2026 04:01
@buremba buremba force-pushed the release-please--branches--main branch from 249b89e to fcc48cc Compare May 23, 2026 11:41
@buremba buremba merged commit 3e83429 into main May 23, 2026
20 checks passed
@buremba buremba deleted the release-please--branches--main branch May 23, 2026 23:13
@buremba
Copy link
Copy Markdown
Member Author

buremba commented May 23, 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.

lobu apply silently ignores connectors/ when [memory] is disabled CLI: lobu call / lobu memory run ignore -c local and can't auth to a local lobu run

2 participants