Can't open backticked URLs in web app messages #8803

Open
opened 2026-02-16 18:10:53 -05:00 by yindo · 1 comment
Owner

Originally created by @kitlangton on GitHub (Feb 7, 2026).

Originally assigned to: @adamdotdevin on GitHub.

In the web app, URLs that appear inside inline code (wrapped in backticks) render as code and are not actionable.

Example:

  • Message contains: `https://example.com/docs`
  • Expected: user can open the URL directly from the message
  • Actual: it looks inert; there’s no straightforward way to open it by clicking
Originally created by @kitlangton on GitHub (Feb 7, 2026). Originally assigned to: @adamdotdevin on GitHub. In the web app, URLs that appear inside inline code (wrapped in backticks) render as code and are not actionable. Example: - Message contains: `` `https://example.com/docs` `` - Expected: user can open the URL directly from the message - Actual: it looks inert; there’s no straightforward way to open it by clicking
yindo added the web label 2026-02-16 18:10:53 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Feb 7, 2026):

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

  • #1168: Feature Request: Make Links Clickable (Ctrl+Left Click to Open) - general feature request for clickable links
  • #10901: Desktop: Clicking external links in AI responses replaces OpenCode UI with chromeless webview - related to links in messages but focuses on external link handling in desktop app
  • #7273: Bug: Incomplete link navigation when URL is wrapped across multiple lines in terminal - related to URL clicking issues
  • #10882: Zen API Link in Dialog (cli) for /connect is not clickable - another instance of non-clickable URLs in the UI

These issues address the broader problem of making URLs clickable throughout the OpenCode interface. Your specific case involves backticked URLs in web app messages, which may be a rendering or styling issue preventing link interactions on inline code.

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

@github-actions[bot] commented on GitHub (Feb 7, 2026): This issue might be a duplicate of existing issues. Please check: - #1168: Feature Request: Make Links Clickable (Ctrl+Left Click to Open) - general feature request for clickable links - #10901: Desktop: Clicking external links in AI responses replaces OpenCode UI with chromeless webview - related to links in messages but focuses on external link handling in desktop app - #7273: Bug: Incomplete link navigation when URL is wrapped across multiple lines in terminal - related to URL clicking issues - #10882: Zen API Link in Dialog (cli) for /connect is not clickable - another instance of non-clickable URLs in the UI These issues address the broader problem of making URLs clickable throughout the OpenCode interface. Your specific case involves backticked URLs in web app messages, which may be a rendering or styling issue preventing link interactions on inline code. Feel free to ignore if none of these address your specific case.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#8803