URL opening within opencode desktop app #7250

Closed
opened 2026-02-16 18:06:34 -05:00 by yindo · 2 comments
Owner

Originally created by @Destreyf on GitHub (Jan 22, 2026).

Originally assigned to: @adamdotdevin on GitHub.

Description

When clicking on a link, instead of it opening in my browser it's opening inside of the tauri app.

If I use the back button my mouse i can get back to my conversation.

Plugins

none

OpenCode version

1.1.32

Steps to reproduce

  1. Connect to remote opencode instance
  2. Click link provided by assistant/agent.

(might not be specific to remote, but figured i would include that i am connected to a remote server)

Screenshot and/or share link

assistant msg_be7b62447001j1nqNi3mQoLdxl
{
  "message": {
    "id": "msg_be7b62447001j1nqNi3mQoLdxl",
    "sessionID": "ses_4184c0076ffepw34HLxeF1kLtV",
    "role": "assistant",
    "time": {
      "created": 1769119032391,
      "completed": 1769119035553
    },
    "parentID": "msg_be7b5c549001zXLxgx0xNkBboQ",
    "modelID": "claude-opus-4-5",
    "providerID": "opencode",
    "mode": "build",
    "agent": "build",
    "path": {
      "cwd": "/workspace/platform2",
      "root": "/workspace/platform2"
    },
    "cost": 0.01593025,
    "tokens": {
      "input": 0,
      "output": 23,
      "reasoning": 0,
      "cache": {
        "read": 27348,
        "write": 269
      }
    },
    "finish": "stop"
  },
  "parts": [
    {
      "id": "prt_be7b6302c001hU7M43y4SvOrlu",
      "sessionID": "ses_4184c0076ffepw34HLxeF1kLtV",
      "messageID": "msg_be7b62447001j1nqNi3mQoLdxl",
      "type": "step-start",
      "snapshot": "efca6734ced0e6ab0203e667dd83895450f26639"
    },
    {
      "id": "prt_be7b6302d001nowHf2xaKtKagN",
      "sessionID": "ses_4184c0076ffepw34HLxeF1kLtV",
      "messageID": "msg_be7b62447001j1nqNi3mQoLdxl",
      "type": "text",
      "text": "PR created: https://github.com/<org>/<repo>/pull/46",
      "time": {
        "start": 1769119035438,
        "end": 1769119035438
      }
    },
    {
      "id": "prt_be7b6307a001YPndUHW3QaZX7Q",
      "sessionID": "ses_4184c0076ffepw34HLxeF1kLtV",
      "messageID": "msg_be7b62447001j1nqNi3mQoLdxl",
      "type": "step-finish",
      "reason": "stop",
      "snapshot": "efca6734ced0e6ab0203e667dd83895450f26639",
      "cost": 0.01593025,
      "tokens": {
        "input": 0,
        "output": 23,
        "reasoning": 0,
        "cache": {
          "read": 27348,
          "write": 269
        }
      }
    }
  ]
}
Image

Operating System

macOS 15.6.1

Terminal

Desktop App

Originally created by @Destreyf on GitHub (Jan 22, 2026). Originally assigned to: @adamdotdevin on GitHub. ### Description When clicking on a link, instead of it opening in my browser it's opening inside of the tauri app. If I use the back button my mouse i can get back to my conversation. ### Plugins none ### OpenCode version 1.1.32 ### Steps to reproduce 1. Connect to remote opencode instance 2. Click link provided by assistant/agent. (might not be specific to remote, but figured i would include that i am connected to a remote server) ### Screenshot and/or share link <details> <summary>assistant msg_be7b62447001j1nqNi3mQoLdxl</summary> ```json { "message": { "id": "msg_be7b62447001j1nqNi3mQoLdxl", "sessionID": "ses_4184c0076ffepw34HLxeF1kLtV", "role": "assistant", "time": { "created": 1769119032391, "completed": 1769119035553 }, "parentID": "msg_be7b5c549001zXLxgx0xNkBboQ", "modelID": "claude-opus-4-5", "providerID": "opencode", "mode": "build", "agent": "build", "path": { "cwd": "/workspace/platform2", "root": "/workspace/platform2" }, "cost": 0.01593025, "tokens": { "input": 0, "output": 23, "reasoning": 0, "cache": { "read": 27348, "write": 269 } }, "finish": "stop" }, "parts": [ { "id": "prt_be7b6302c001hU7M43y4SvOrlu", "sessionID": "ses_4184c0076ffepw34HLxeF1kLtV", "messageID": "msg_be7b62447001j1nqNi3mQoLdxl", "type": "step-start", "snapshot": "efca6734ced0e6ab0203e667dd83895450f26639" }, { "id": "prt_be7b6302d001nowHf2xaKtKagN", "sessionID": "ses_4184c0076ffepw34HLxeF1kLtV", "messageID": "msg_be7b62447001j1nqNi3mQoLdxl", "type": "text", "text": "PR created: https://github.com/<org>/<repo>/pull/46", "time": { "start": 1769119035438, "end": 1769119035438 } }, { "id": "prt_be7b6307a001YPndUHW3QaZX7Q", "sessionID": "ses_4184c0076ffepw34HLxeF1kLtV", "messageID": "msg_be7b62447001j1nqNi3mQoLdxl", "type": "step-finish", "reason": "stop", "snapshot": "efca6734ced0e6ab0203e667dd83895450f26639", "cost": 0.01593025, "tokens": { "input": 0, "output": 23, "reasoning": 0, "cache": { "read": 27348, "write": 269 } } } ] } ``` </details> <img width="832" height="724" alt="Image" src="https://github.com/user-attachments/assets/c515d5cb-4dee-4bb2-a03b-ba395d3499ee" /> ### Operating System macOS 15.6.1 ### Terminal Desktop App
yindo added the bugweb labels 2026-02-16 18:06:34 -05:00
yindo closed this issue 2026-02-16 18:06:34 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 22, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #8361: when click on a link ,in opencode desktop , it opens the link in the same window , not external browser

Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Jan 22, 2026): This issue might be a duplicate of existing issues. Please check: - #8361: when click on a link ,in opencode desktop , it opens the link in the same window , not external browser Feel free to ignore if none of these address your specific case.
Author
Owner

@Destreyf commented on GitHub (Jan 22, 2026):

Closing in factor of #8361

@Destreyf commented on GitHub (Jan 22, 2026): Closing in factor of [#8361](https://github.com/anomalyco/opencode/issues/8361#issue-3811652493)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#7250