Skip to content

chore: bump owletto pointer (menubar org display + picker collapse fix)#1075

Closed
buremba wants to merge 3 commits into
mainfrom
feat/menubar-show-org
Closed

chore: bump owletto pointer (menubar org display + picker collapse fix)#1075
buremba wants to merge 3 commits into
mainfrom
feat/menubar-show-org

Conversation

@buremba
Copy link
Copy Markdown
Member

@buremba buremba commented May 26, 2026

Bumps the packages/owletto pointer to pick up lobu-ai/owletto#225 (menubar: show context org inline + keep picker collapse across opens).

Depends on owletto#225 — points at that branch's tip (c11d2c2, reachable). After #225 squash-merges, re-point this to owletto main's merge SHA (or just merge #225 first, then refresh the pointer here).

Summary by CodeRabbit

  • Chores
    • Updated an internal subproject reference to the latest upstream version to ensure the app incorporates recent fixes and improvements, improving alignment across components and reducing mismatch risk during builds and integration. This maintenance change helps keep the product stable and consistent for end users without altering visible functionality.

Review Change Stack

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 26, 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: 99893f60-1a77-42f6-88da-1ef34bff5aff

📥 Commits

Reviewing files that changed from the base of the PR and between 521bdb9 and c436cbf.

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

📝 Walkthrough

Walkthrough

The packages/owletto git submodule reference is updated to point to commit dc1830e05e3e; no other code or public API changes are included.

Changes

Submodule pointer update

Layer / File(s) Summary
Submodule pointer update
packages/owletto
The packages/owletto git submodule is pinned to commit dc1830e05e3efefeb5e349bb805c32a9459765b80b.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • lobu-ai/lobu#1018: Also bumps the packages/owletto git subproject pointer to a different commit.
  • lobu-ai/lobu#1041: Updates the same packages/owletto submodule reference to another commit hash.
  • lobu-ai/lobu#997: Previous PR that updated the packages/owletto submodule pointer.

Poem

🐰 A nibble here, a version bump neat,
One line changed — a tiny feat.
Owletto hops to a fresher tree,
Commit tucked in, stamped with glee.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description provides rationale and details about the owletto#225 dependency, but lacks any test plan section required by the template. Add a test plan section indicating which validation steps were performed (e.g., typecheck, package-specific validation for owletto, or bot behavior testing).
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: bumping the owletto submodule pointer to pick up specific fixes (menubar org display and picker collapse behavior).
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 feat/menubar-show-org
⚔️ Resolve merge conflicts
  • Resolve merge conflict in branch feat/menubar-show-org

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/owletto`:
- Line 1: The submodule pointer for packages/owletto is pinned to commit
c11d2c2135ffc30824d92a79e503ddf241d8d3ba which is not an ancestor of
owletto/main, causing the submodule drift deployment gate to fail; update the
submodule reference in packages/owletto to a commit that is reachable from
owletto/main — either wait for owletto#225 to be squash-merged into owletto/main
and then repin to the resulting main commit, or re-pin to the merge commit on
owletto/main that includes the changes (ensure the new commit is an ancestor of
origin/main so merge-base --is-ancestor passes).
🪄 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: 83b489b8-7ca9-4cbb-8d6c-3e45cfb413bc

📥 Commits

Reviewing files that changed from the base of the PR and between f3b4f45 and 6da6200.

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

Comment thread packages/owletto Outdated
@buremba
Copy link
Copy Markdown
Member Author

buremba commented May 26, 2026

bug_free 88, simplicity 88, slop 18, bugs 0, 0 blockers

Script-run typecheck/unit/integration all exit 0. Reviewed owletto submodule commits; verified commit is on origin/feat/menubar-show-org; ran xcodebuild Debug build for mac Owletto → succeeded. [env] Xcode emitted existing Swift warnings in OAuthClient.swift/WhatsAppLocalSyncService.swift.

Suggested fixes

File Line Change
packages/owletto/apps/mac/Owletto/MenuBarContent.swift 31 Update the comment to remove the stale claim that connection errors still force-expand the picker.
packages/owletto/apps/mac/Owletto/MenuBarContent.swift 221 Rewrite this doc comment to describe current uses of hasConnectionError, not removed auto-expansion behavior.
packages/owletto/apps/mac/Owletto/MenuBarContent.swift 330 Replace the long explanatory comment with a concise note like: "Refresh contexts without changing the persisted picker disclosure state."
Full verdict JSON
{
  "bug_free_confidence": 88,
  "bugs": 0,
  "slop": 18,
  "simplicity": 88,
  "blockers": [],
  "change_type": "feat",
  "behavior_change_risk": "low",
  "tests_adequate": true,
  "suggested_fixes": [
    {
      "file": "packages/owletto/apps/mac/Owletto/MenuBarContent.swift",
      "line": 31,
      "change": "Update the comment to remove the stale claim that connection errors still force-expand the picker."
    },
    {
      "file": "packages/owletto/apps/mac/Owletto/MenuBarContent.swift",
      "line": 221,
      "change": "Rewrite this doc comment to describe current uses of hasConnectionError, not removed auto-expansion behavior."
    },
    {
      "file": "packages/owletto/apps/mac/Owletto/MenuBarContent.swift",
      "line": 330,
      "change": "Replace the long explanatory comment with a concise note like: \"Refresh contexts without changing the persisted picker disclosure state.\""
    }
  ],
  "notes": "Script-run typecheck/unit/integration all exit 0. Reviewed owletto submodule commits; verified commit is on origin/feat/menubar-show-org; ran xcodebuild Debug build for mac Owletto → succeeded. [env] Xcode emitted existing Swift warnings in OAuthClient.swift/WhatsAppLocalSyncService.swift.",
  "categories": {
    "src": 2,
    "tests": 0,
    "docs": 0,
    "config": 0,
    "deps": 0,
    "migrations": 0,
    "ci": 0,
    "generated": 0
  }
}

Local review gate — branch protection can require the pi-review commit status. See docs/REVIEW_SCHEMA.md.

@buremba buremba closed this May 26, 2026
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.

1 participant