[PR #10072] feat(desktop): Add desktop deep link #13323

Closed
opened 2026-02-16 18:18:11 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/10072

State: closed
Merged: Yes


What does this PR do?

Adds the opencode:// deep link to the desktop app.

it also works when opening specific projects with this format:
opencode://file/C:/path/to/project

this is the same format that VS Code uses.

How did you verify your code works?

i could only test on Windows, but it should work everywhere.

start opencode://file/C:/path/to/project

this opens OpenCode and adds the correct project, if the project is already open it just focuses it.

fixed #6009 and #10055

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/10072 **State:** closed **Merged:** Yes --- ### What does this PR do? Adds the `opencode://` deep link to the desktop app. it also works when opening specific projects with this format: `opencode://file/C:/path/to/project` this is the same format that VS Code uses. ### How did you verify your code works? i could only test on Windows, but it should work everywhere. ```cmd start opencode://file/C:/path/to/project ``` this opens OpenCode and adds the correct project, if the project is already open it just focuses it. fixed #6009 and #10055
yindo added the pull-request label 2026-02-16 18:18:11 -05:00
yindo closed this issue 2026-02-16 18:18:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13323