Skip to content

chore: bump web submodule for #118 — connectors UX sweep#729

Merged
buremba merged 1 commit into
mainfrom
chore/web-bump-118
May 14, 2026
Merged

chore: bump web submodule for #118 — connectors UX sweep#729
buremba merged 1 commit into
mainfrom
chore/web-bump-118

Conversation

@buremba
Copy link
Copy Markdown
Member

@buremba buremba commented May 14, 2026

Bumps packages/web to 2efbd87 (owletto-web #118 — connectors UX sweep + clients/connect + agents page redesign).

Triggers prod image build via build-images.yml push-on-main, then GitOps picks up the new tag and deploys.

Test plan

  • CI build passes
  • Image lands in ghcr.io
  • Pod rolls in summaries-prod
  • https://app.lobu.ai/<owner>/connectors shows the redesigned page
  • https://app.lobu.ai/<owner>/clients/connect shows the 2-col MCP/Skills + 4-col app grid

Summary by CodeRabbit

  • Chores

    • Updated the web package/subproject reference.
  • Tests

    • Adjusted MCP install-targets test to expect a consolidated "Install and configure" multi-step command for the openclaw target rather than separate-step assertions.

Review Change Stack

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 14, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: b9fab851-ba9a-4d8e-bf39-01b8d8f73832

📥 Commits

Reviewing files that changed from the base of the PR and between 2660833 and 1aad322.

📒 Files selected for processing (2)
  • packages/server/src/utils/__tests__/mcp-install-targets.test.ts
  • packages/web
🚧 Files skipped from review as they are similar to previous changes (1)
  • packages/web

📝 Walkthrough

Walkthrough

Updates: 1) change MCP install-targets test to expect a single multi-line "Install and configure" command for the openclaw target; 2) bump packages/web submodule pointer to a new commit hash.

Changes

Server test update

Layer / File(s) Summary
Openclaw install-target assertion
packages/server/src/utils/__tests__/mcp-install-targets.test.ts
The test now expects a single chained multi-line "Install and configure" command for the openclaw target instead of separate install, login, configure, and health commands.

Web Submodule Bump

Layer / File(s) Summary
Web submodule commit bump
packages/web
The packages/web subproject reference is updated to a newer commit revision (submodule pointer change).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • codex-approver

Poem

🐰 I hopped through tests and pointers new,
One command now binds the openclaw crew.
A web commit hopped to a fresher trace,
The repo hums along with gentle pace. 🥕

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly references the main change: bumping the web submodule for #118 connectors UX sweep, directly aligning with the PR's primary objective.
Description check ✅ Passed The description includes a summary, a detailed test plan with multiple verification steps, and deployment context; however, it deviates from the template by not using the template's exact structure.
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 chore/web-bump-118

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

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

ESLint skipped: no ESLint configuration detected in root package.json. To enable, add eslint to devDependencies.


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

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/web`:
- Line 1: The current submodule pointer references commit
2efbd8753d5225c706820ee04c19778abce76d38 which is not reachable from the
upstream branch owletto-web/main; to fix this, ensure PR `#118` in the owletto-web
repo is merged into its main branch, then update the submodule pointer in this
repository to a commit SHA that is reachable from owletto-web/main (replace the
unreachable SHA with the merged commit SHA) and commit that change so CI can
find the submodule commit.
🪄 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: 46261f73-f2ec-4d51-8a45-75a85aedbd14

📥 Commits

Reviewing files that changed from the base of the PR and between 6f07b3d and 2660833.

📒 Files selected for processing (1)
  • packages/web

Comment thread packages/web Outdated
@@ -1 +1 @@
Subproject commit db3de6ad3a79c4ec26d6d94f2ee76b7cf8028c8d
Subproject commit 2efbd8753d5225c706820ee04c19778abce76d38
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical | ⚡ Quick win

Submodule commit is unreachable from owletto-web/main.

The CI check failed because 2efbd8753d5225c706820ee04c19778abce76d38 is not reachable from the upstream main branch. This will block the build and prevent deployment. Ensure that owletto-web PR #118 has been merged to main before bumping the submodule pointer here.

🧰 Tools
🪛 GitHub Actions: Submodule Drift / 0_check-drift.txt

[error] 1-1: Pinned SHA $PINNED is not reachable from owletto-web/main. Error emitted: 'Pinned SHA $PINNED is not reachable from owletto-web/main.'

🤖 Prompt for 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.

In `@packages/web` at line 1, The current submodule pointer references commit
2efbd8753d5225c706820ee04c19778abce76d38 which is not reachable from the
upstream branch owletto-web/main; to fix this, ensure PR `#118` in the owletto-web
repo is merged into its main branch, then update the submodule pointer in this
repository to a commit SHA that is reachable from owletto-web/main (replace the
unreachable SHA with the merged commit SHA) and commit that change so CI can
find the submodule commit.

@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!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants