Skip to content

chore: bump owletto pointer (menu-bar deep-link + Terminal-launch fixes)#1019

Merged
buremba merged 4 commits into
mainfrom
feat/menubar-gaps
May 22, 2026
Merged

chore: bump owletto pointer (menu-bar deep-link + Terminal-launch fixes)#1019
buremba merged 4 commits into
mainfrom
feat/menubar-gaps

Conversation

@buremba
Copy link
Copy Markdown
Member

@buremba buremba commented May 22, 2026

Bumps the packages/owletto submodule pointer to pick up lobu-ai/owletto#215.

That PR fixes the macOS menu bar:

  • recent-run rows linked to a non-existent /<slug>/runs/<id> route ("Not Found") → now /<slug>/events?run_ids=<id>
  • clicking the selected agent now opens it in Terminal (was: deselect)
  • goal + agent Terminal launches share one helper
  • deep-links route through /api/exchange-token (no sign-in wall)
  • fixes a latent bash-3.2 crash: goal prompts with an apostrophe broke the generated .command (heredoc-in-$()); now prompt is read from a tempfile via cat

Owletto SHA 0985218 is reachable on origin (pushed before this bump).

Summary by CodeRabbit

  • Chores

    • Updated an internal package reference to a newer revision.
  • Notes

    • Infrastructure-only update; no user-facing behavior, configuration, or API changes.

Review Change Stack

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 22, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 6b5710b7-b358-4dff-959f-57bc9b445f9e

📥 Commits

Reviewing files that changed from the base of the PR and between c5c9704 and 5939a1d.

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

📝 Walkthrough

Walkthrough

This PR updates the packages/owletto git submodule pointer from commit c3564c4bb55eb20945158c87316366d519160532 to 6e7243ffa1262876430755f3405423995d937eb5. No other changes are present.

Changes

Owletto submodule update

Layer / File(s) Summary
Submodule pointer update
packages/owletto
packages/owletto submodule reference updated from c3564c4bb55eb20945158c87316366d519160532 to 6e7243ffa1262876430755f3405423995d937eb5.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • lobu-ai/lobu#1007: Also updates the packages/owletto subproject commit SHA.
  • lobu-ai/lobu#886: Also bumps the packages/owletto submodule pointer to a different owletto commit.
  • lobu-ai/lobu#997: Also updates the packages/owletto subproject commit reference.

Poem

🐰 I hopped a hash from old to new,
A tiny change, a silent cue.
One line moved, the tree intact,
A quiet patch, nothing to unpack.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description includes a summary of changes and references the upstream PR, but lacks the required Test plan section with validation checkboxes. Add a Test plan section documenting which validation steps were performed (bun run check:fix, typecheck, package validation, etc.).
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: bumping the owletto pointer to fix menu-bar deep-linking and Terminal launch issues.
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-gaps

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/owletto`:
- Line 1: The submodule pointer in packages/owletto is pinned to commit
09852188e0c8c1ef6c38a3cbf46ea9fe591d08af which is not reachable from
owletto/main; to fix, either merge the PR lobu-ai/owletto#215 into owletto/main
so that commit becomes reachable or change the submodule pointer in
packages/owletto to a commit that is present on owletto/main (repin the
submodule to a reachable commit and update the gitlink accordingly), then update
the submodule reference in the parent repo so CI and git fetch succeed.
🪄 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: 454cfd0c-a591-49fa-9989-1dd3324fee10

📥 Commits

Reviewing files that changed from the base of the PR and between 82c7f1d and 7fb4edb.

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

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

buremba commented May 22, 2026

bug_free 82, simplicity 82, slop 10, bugs 1, 0 blockers

[env] integration failed before exercising diff because DATABASE_URL points at postgres and the harness refused destructive setup. Typecheck/unit passed. Explored submodule diff, confirmed SHA is reachable on origin/feat/menubar-gaps, ran xcodebuild Owletto Debug macOS -> build OK with pre-existing Swift warnings.

Suggested fixes

File Line Change
packages/owletto/apps/mac/Owletto/MenuBarContent.swift 1325 Before every return false after temp files may have been created, remove mcpConfigFile/promptFile (or cleanupPaths) so prompt/token temp files do not persist when script write or open -a Terminal fails.
packages/owletto/apps/mac/Owletto/MenuBarContent.swift 1204 Delete or update the stale heredoc comment; the prompt is now written to a temp file and read via cat, not embedded in a heredoc.
Full verdict JSON
{
  "bug_free_confidence": 82,
  "bugs": 1,
  "slop": 10,
  "simplicity": 82,
  "blockers": [],
  "change_type": "fix",
  "behavior_change_risk": "medium",
  "tests_adequate": false,
  "suggested_fixes": [
    {
      "file": "packages/owletto/apps/mac/Owletto/MenuBarContent.swift",
      "line": 1325,
      "change": "Before every `return false` after temp files may have been created, remove `mcpConfigFile`/`promptFile` (or `cleanupPaths`) so prompt/token temp files do not persist when script write or `open -a Terminal` fails."
    },
    {
      "file": "packages/owletto/apps/mac/Owletto/MenuBarContent.swift",
      "line": 1204,
      "change": "Delete or update the stale heredoc comment; the prompt is now written to a temp file and read via `cat`, not embedded in a heredoc."
    }
  ],
  "notes": "[env] integration failed before exercising diff because DATABASE_URL points at postgres and the harness refused destructive setup. Typecheck/unit passed. Explored submodule diff, confirmed SHA is reachable on origin/feat/menubar-gaps, ran xcodebuild Owletto Debug macOS -> build OK with pre-existing Swift warnings.",
  "categories": {
    "src": 0,
    "tests": 0,
    "docs": 0,
    "config": 0,
    "deps": 2,
    "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 merged commit b3fb2d7 into main May 22, 2026
14 of 15 checks passed
@buremba buremba deleted the feat/menubar-gaps branch May 22, 2026 02:58
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