Skip to content

feat: make menu bar app the default install, clarify focus HUD - #14

Merged
DevVig merged 1 commit into
mainfrom
feat/ui-default-install
Jul 17, 2026
Merged

feat: make menu bar app the default install, clarify focus HUD#14
DevVig merged 1 commit into
mainfrom
feat/ui-default-install

Conversation

@DevVig

@DevVig DevVig commented Jul 17, 2026

Copy link
Copy Markdown
Owner

Summary

  • Menu bar app installs by default (./scripts/install.sh); use --no-ui for headless
  • Docs: UI is primary; CLI is support/debug
  • Design doc: Focus HUD is an automatic ~2.5s confirmation when deck ownership changes — not a screen you open

Test plan

  • CI green
  • Squash-merge

Made with Cursor

Copilot AI review requested due to automatic review settings July 17, 2026 18:27
@coderabbitai

coderabbitai Bot commented Jul 17, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 38 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 7d9e553c-aad3-465e-b52d-57612628d213

📥 Commits

Reviewing files that changed from the base of the PR and between ba28715 and ca7ce53.

📒 Files selected for processing (8)
  • CONTRIBUTING.md
  • INSTALL.md
  • README.md
  • apps/microbridge-ui/README.md
  • docs/architecture.md
  • docs/design/README.md
  • scripts/install.sh
  • scripts/uninstall.sh

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

@DevVig
DevVig merged commit 25a80f2 into main Jul 17, 2026
7 checks passed
@DevVig
DevVig deleted the feat/ui-default-install branch July 17, 2026 18:28

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR shifts Microbridge’s default installation and documentation stance to treat the Tauri menu bar app as the primary user interface (with the daemon/CLI as supporting infrastructure), and clarifies the Focus HUD as an automatic, transient confirmation overlay.

Changes:

  • Make the menu bar app install by default in scripts/install.sh (with --no-ui for headless/daemon-only installs) and uninstall it in scripts/uninstall.sh.
  • Add macOS launchd handling for the UI app (ai.microbridge.ui) alongside the daemon agent.
  • Update docs to describe the menu bar app as the primary UI and clarify Focus HUD behavior.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
scripts/uninstall.sh Uninstalls the UI launchd agent and removes ~/Applications/Microbridge.app on macOS.
scripts/install.sh Defaults to installing the UI, builds the Tauri app, installs it under ~/Applications, and adds a UI launchd agent.
README.md Repositions the menu bar app as the primary UI and CLI as support/debug.
INSTALL.md Updates installation guidance to make UI the default and document --no-ui for headless installs.
docs/design/README.md Clarifies Focus HUD as automatic/transient and updates UI role wording.
docs/architecture.md Updates the architecture table to mark the menu bar app as default/primary.
CONTRIBUTING.md Updates contributor commands/comments to refer to the menu bar app.
apps/microbridge-ui/README.md Rebrands the UI app as the primary UI in its README.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread scripts/install.sh
Comment on lines +147 to +148
UI_PLIST="$HOME/Library/LaunchAgents/${UI_LABEL}.plist"
cat >"$UI_PLIST" <<EOF
Comment thread scripts/install.sh
launchctl bootout "gui/$(id -u)/${UI_LABEL}" 2>/dev/null || true
launchctl bootstrap "gui/$(id -u)" "$UI_PLIST"
launchctl enable "gui/$(id -u)/${UI_LABEL}"
launchctl kickstart -k "gui/$(id -u)/${UI_LABEL}" 2>/dev/null || open "$HOME/Applications/Microbridge.app"
Comment thread scripts/install.sh
Comment on lines 185 to 190
echo ""
echo "Microbridge installed."
echo " UI: ~/Applications/Microbridge.app (menu bar)"
echo " status: $BIN_DIR/microbridgectl status"
echo " logs: ~/.microbridge/daemon.log"
echo " config: ~/.microbridge/config.toml"
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