Fix macOS tray, update prompts, and provider link routing - #25
Merged
inulute merged 2 commits intoAug 15, 2026
Conversation
ryanbbrown
marked this pull request as ready for review
July 23, 2026 00:05
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Tray, while leaving other platforms unchanged.Why
AI Gate was passing its 1024×1024 PNG directly to the macOS status item. On affected systems, that created a 1040-point menu-bar window that displaced or hid other apps' status items. The update dialog also stored no state when dismissed, so the same release reopened on every launch.
Version 4.7.1 also routed every HTTP/HTTPS pop-up from a provider webview into a small AI Gate window. The broad rule was introduced for OAuth, but it also captured ordinary links that should open in the user's default browser. Routing now recognizes authentication hosts and path segments, keeping those flows in-app while sending other web links to the OS handler.
Validation
npm run buildnpm run e2e— 22 passedExisting lint failure
npm run lintstill fails on upstreammainwith 71 existing errors and 15 warnings; this change adds no new lint findings.