Skip to content

[codex] Open external links in existing window tabs (dev) - #66

Merged
Andresshamis merged 1 commit into
Andresshamis:devfrom
Avesceb:codex/open-external-links-in-tabs-dev
Jul 24, 2026
Merged

[codex] Open external links in existing window tabs (dev)#66
Andresshamis merged 1 commit into
Andresshamis:devfrom
Avesceb:codex/open-external-links-in-tabs-dev

Conversation

@Avesceb

@Avesceb Avesceb commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Summary

Apply the external-link routing fix directly on top of dev, without merging the unrelated commits currently present on main.

  • Register Lumen as a viewer for http and https URLs in the generated bundle.
  • Prefer an already-open browser scene for incoming external URLs.
  • Route each incoming URL through BrowserStore.open, which creates and selects a new tab using the existing URL security policy.

Validation

  • swift test on the dev base — 393 tests passed with 0 failures.
  • bash -n script/build_and_run.sh
  • git diff --check origin/dev...HEAD

Privacy And Security

  • This change does not persist, log, expose, or transmit browsing data, credentials, tokens, private-profile data, or sensitive URLs.
  • Incoming URLs continue through the existing URL security policy.

@Andresshamis
Andresshamis merged commit 3b8f0c0 into Andresshamis:dev Jul 24, 2026
1 check passed
Andresshamis pushed a commit that referenced this pull request Jul 28, 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.

2 participants