Merged
Conversation
…s installer - Windows (code.iss): add 4 [Registry] entries for Software\Classes\occode so Chrome can open occode:// links immediately after install, before first launch. Entries are removed on uninstall via uninsdeletekey. - Linux (extension.ts): add ensureLinuxProtocolHandler() called from activate(). Writes ~/.local/share/applications/occ-url-handler.desktop and updates ~/.config/mimeapps.list for both dev and production builds. Dev mode uses launch-editor.sh as Exec path; production uses process.execPath. Idempotent (keyed on exec path), silent failure, re-registers on app update or repo move. Closes ticket-023-protocol-handler-registration Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
These three commands were called by routeHome() and the HomePanel host picker but never registered, causing silent failures on every startup where a local install or Docker container was detected. Also broke openclaw.install from the command palette (it delegates to openclaw.host.setup.local). Each command sets the WindowHostBinding for the selected host type (if not already set) then calls HomePanel.createOrShow(), which renders the correct dashboard or setup wizard based on the binding. Closes ticket-024-fix-extension-routing-commands Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
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.
No description provided.