feat: deep linking for hosted URLs and openconcho:// scheme#7
Merged
offendingcommit merged 2 commits intomainfrom May 4, 2026
Merged
feat: deep linking for hosted URLs and openconcho:// scheme#7offendingcommit merged 2 commits intomainfrom
offendingcommit merged 2 commits intomainfrom
Conversation
Add /explore redirect route that maps Honcho's deep-link shape (?workspace=...&view=...&session=...) onto our existing flat routes, so any app.honcho.dev URL works against a self-hosted instance by swapping the host. Wire tauri-plugin-deep-link to register the openconcho:// scheme on desktop and forward incoming URLs into the router on launch and at runtime.
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
/exploreredirect route maps Honcho's deep-link shape (?workspace=X&view=sessions&session=Y, etc.) onto our existing flat routes — anyapp.honcho.dev/explore?...URL now works against a self-hosted openconcho by swapping the host.openconcho://URL scheme viatauri-plugin-deep-link; incoming URLs are forwarded into the router both on cold launch and at runtime.Test plan
make typecheckandmake lintpass/explore?workspace=<workspace>&view=sessions&session=<session>and land on the session detail pageview=peers&peer=...,view=conclusions,view=webhooks, and missing-viewvariants each route correctlytauri build, install once, thenopen openconcho://explore?workspace=<workspace>&view=sessions&session=<session>opens the app on the session detail page