[DOCS] Terminal output docs missing remote-host behavior for `owner/repo#N` links

Open 💬 3 comments Opened Apr 24, 2026 by coygeek

Documentation Type

Missing documentation (feature not documented)

Documentation Location

https://code.claude.com/docs/en/fullscreen

Section/Topic

Use the mouse section, specifically the part that explains which kinds of terminal output become clickable links

Current Documentation

The current docs describe clickable URLs, file paths, and the footer PR link, but not owner/repo#N shorthand links in Claude's output:

* Click a URL or file path to open it. File paths in tool output, like the ones printed after an Edit or Write, open in your default application. Plain http:// and https:// URLs open in your browser.
When working on a branch with an open pull request, Claude Code displays a clickable PR link in the footer (for example, "PR #446"). The link has a colored underline indicating the review state:

The GHES docs also explain host detection in other contexts, but not for output shorthand links:

Once your admin has connected the GHES instance, no developer-side configuration is needed. Claude Code detects your GHES hostname automatically from the git remote in your working directory.

What's Wrong or Missing?

Changelog v2.1.119 says: owner/repo#N shorthand links in output now use your git remote's host instead of always pointing at github.com.

That behavior is not documented on the terminal/UI pages. The docs do not explain:

A. that Claude output can render owner/repo#N issue/PR references as clickable links

B. that the generated link target now follows the repository host inferred from the current git remote, which matters for GitHub Enterprise Server and other non-github.com remotes

Without this, GHES users have no documentation telling them that shorthand links in Claude output should now open against their own Git host instead of always opening github.com.

Suggested Improvement

Add a short note to the terminal interaction docs (likely fullscreen and/or interactive-mode) documenting output shorthand links.

Suggested content outline:

  • owner/repo#123 references in Claude output can be clickable in terminals that support link handling
  • These links use the host from the current repository's git remote when Claude can infer it
  • On GHES, that means links can open on the organization's GHES hostname instead of github.com
  • Cross-reference the GHES page so enterprise users know this behavior is supported there too

Impact

Medium - Makes feature difficult to understand

Additional Context

Affected Pages:

| Page | Context |
|------|---------|
| https://code.claude.com/docs/en/fullscreen | Documents which terminal output links are clickable today |
| https://code.claude.com/docs/en/interactive-mode | Documents the clickable PR footer link, but not shorthand links in normal output |
| https://code.claude.com/docs/en/github-enterprise-server | Documents git-remote host detection for GHES workflows and is the natural place to mention host-aware shorthand links |

Total scope: 3 pages affected

Source: Changelog v2.1.119

Exact changelog entry: owner/repo#N shorthand links in output now use your git remote's host instead of always pointing at github.com

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗