feat(windows): add genhub:// URI scheme registrar and command line parser - #397
Merged
undead2146 merged 5 commits intoAug 19, 2026
Conversation
…lambda, and harden URI parsing
…parsing url param
undead2146
force-pushed
the
feat/windows-uri-scheme-registrar
branch
from
August 19, 2026 09:32
dc98290 to
78f9a40
Compare
undead2146
merged commit Aug 19, 2026
cbfa3c4
into
community-outpost:development
11 of 12 checks passed
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.
Summary
Adds Windows registry protocol handler registration for the
genhub://custom URL scheme and CLI argument parsing for 1-click web browser subscriptions and launch deep links.Note
This is a self-contained platform feature PR carved out of #265 and must be merged ahead of #265.
Changes
CommandLineConstants.csand updatedIpcCommands.csfor single-instance IPC forwarding.CommandLineParser.csfor robust URL query parameter decoding and command dispatching.UriSchemeRegistrar.csimplementing idempotent per-user (HKCU\Software\Classes\genhub) registry associations.Program.csto register the protocol on startup and forward CLI arguments to the active instance.CommandLineParserTests.csandUriSchemeRegistrarTests.cs.Verification