Skip to content

chore(main): release lobu 10.0.0#1057

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

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

Conversation

@buremba
Copy link
Copy Markdown
Member

@buremba buremba commented May 25, 2026

🤖 I have created a release beep boop

lobu: 10.0.0

10.0.0 (2026-05-26)

⚠ BREAKING CHANGES

  • client: AgentSession.agentId is renamed to conversationId.

Features

  • client: @lobu/client v1.1 — refresh(), ask(), typed SSE events, conversationId (#1055) (615cca6), closes #1032
  • cli: typed reactionFromFile() + connectorFromFile() for watchers and connectors (#1082) (91d2c08)
  • connect: managed-connector full integration — login-scoped fetch, consent deep-link, local feeds (#1049) (6e2a94b)
  • landing: config-first homepage on a single sales example (#1076) (9615eff)
  • reactions: notify from reactions + repair the bot-delivery path (#1064) (2011695)
  • server,cli: auth.md discovery + lobu login --email headless claim (#1073) (56fbe94)
  • server: agent account-claim via emailed device authorization (#1071) (6889f8f)
  • server: informed consent for agent user_claimed flow (#1081) (48cd6ea)
  • server: ship watcher current-version prompt in device poll payload (#1088) (073cf8d)
  • server: tunable per-watcher execution_config for device-worker runs (#1058) (9bd5d10)

Bug Fixes

  • agent-worker: log the failure reason when a worker run fails (#1078) (6eb19f4)
  • agent-worker: strip provider self-prefix AFTER auto-resolution (close gap) (#1085) (217367e)
  • agent-worker: strip redundant provider self-prefix from model code (#1083) (6aa3e96)
  • agent-worker: worker bash secret leak, SESSION_TIMEOUT UX, dead sandbox-leak redaction (#1070) (12ec940)
  • cli: token create honors --context/-c flag (#1023) (#1054) (26efe00)
  • embeddings: stamp legacy embedding_model + stop liveness probe killing the embeddings service (#1080) (b9ba6c9)
  • embeddings: version-stamp embeddings and batch the sync embed path (#1069) (e8c354b)
  • examples: use valid event kinds in lobu-crm reactions (#1072) (a680342)
  • four small confirmed findings (token timing, apply provider keys, worker probes, dead AsyncLock) (#1066) (96a6df7)
  • gateway: deliver Slack reply from worker finalText under multi-replica (#1087) (6741aed)
  • server: orchestration cleanup — dead dischargeTurn + cross-pod spawn gate (#1068) (7bf6d8a)
  • server: resolve Slack OAuth/preview config from env, not pod-local instance (#1065) (56b6cff)
  • server: watcher device-pin authz + table-schema drift test runs in CI (#1062) (75c52a0)

This PR was generated with Release Please. See documentation.

@coderabbitai
Copy link
Copy Markdown

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

Bumps project version from 9.4.1 to 10.0.0 across the release manifest, Helm chart, root and workspace package.json files, and adds a 10.0.0 CHANGELOG entry documenting a breaking change (AgentSession.agentId → conversationId).

Changes

Version 10.0.0 Release

Layer / File(s) Summary
Release manifests and deployment metadata
.release-please-manifest.json, charts/lobu/Chart.yaml, package.json
Release manifest root version, Helm chart version and appVersion, and root package.json bumped to 10.0.0.
Monorepo package versions
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
Workspace package version fields updated from 9.4.110.0.0.
Release notes and breaking change documentation
CHANGELOG.md
Added ## [10.0.0] entry (2026-05-26) documenting breaking change (AgentSession.agentIdconversationId) and release bullets.

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly Related PRs

  • lobu-ai/lobu#939: Automated release bump updating manifest, changelog, chart, and multiple package.json version fields.
  • lobu-ai/lobu#724: Release-please style version bump touching manifest, chart, root and workspace package.json versions.
  • lobu-ai/lobu#1001: Chore bump that updates release manifest, CHANGELOG, chart, and package.json versions.

Suggested labels: autorelease: tagged

Poem

🐇 I hopped from nine-point-four with glee,
To ten-point-zero, bright and free.
Manifests aligned, changelog sings,
New IDs dance on updated strings.
🥕✨

🚥 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 does not follow the repository's pull request template with required sections. Add a Summary section explaining the release, a Test plan section with checkboxes for validation steps, and a Notes section for any additional context.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately and concisely summarizes the main change: a release of lobu version 10.0.0.
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 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: 1

🤖 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 `@packages/core/package.json`:
- Line 3: Update the repository lockfile to match the package.json change by
running the mandated steps: initialize/update the submodule packages/owletto and
then regenerate the bun lockfile with the frozen install command (git submodule
update --init packages/owletto followed by bun install --frozen-lockfile), then
commit the updated bun.lock alongside the modified packages/core/package.json so
the lockfile and manifest 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: 54862d83-98a5-4125-823c-f24aee154168

📥 Commits

Reviewing files that changed from the base of the PR and between 26efe00 and 89c00b7.

📒 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 packages/core/package.json
@buremba buremba force-pushed the release-please--branches--main branch 20 times, most recently from e59a709 to 51caf15 Compare May 26, 2026 18:45
@buremba buremba force-pushed the release-please--branches--main branch from 51caf15 to cff5aa6 Compare May 26, 2026 18:48
@buremba buremba merged commit 92a2b82 into main May 26, 2026
23 checks passed
@buremba buremba deleted the release-please--branches--main branch May 26, 2026 18:55
@buremba
Copy link
Copy Markdown
Member Author

buremba commented May 26, 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/client: v1 follow-ups (session refresh, agentId naming, ask() helper, typed SSE events, infra-knob scoping)

2 participants