docs: document OSC 8 hyperlink support in the terminal - #455
Closed
hongyi-chen wants to merge 1 commit into
Closed
Conversation
The OscHyperlinks feature flag was promoted preview -> GA, but Warp's OSC 8 hyperlink support was undocumented. Add an "OSC 8 hyperlinks" section to the files, links, and scripts page covering how linked text behaves, how to emit the sequence, and the parsing limits Warp enforces. Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
Author
|
Closing as a duplicate of #451, which already adds an OSC 8 hyperlinks section to this same page ( Found while running the One note for #451: its other two files ( |
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.
What
Adds an OSC 8 hyperlinks section to
terminal/more-features/files-and-links.mdx.Why
Found by the
missing_docsdrift-watch audit: theOscHyperlinksfeature flag was promotedpreview → GA (it is now in the default cargo feature set), but OSC 8 support had no docs
coverage anywhere on the site.
Source of truth
app/src/terminal/model/ansi/mod.rs— OSC 8 dispatch.crates/warp_terminal/src/model/ansi/control_sequence_parameters.rs—Hyperlink::parse_osc_params,the 2083-byte URI cap, the 256-byte
idcap, close-form handling, and;rejoining.app/src/terminal/view.rs—open_hyperlink_uri(URL-parse guard), and the Open link /Copy link context menu for
GridHighlightedLink::Hyperlink.Deferred findings from this run
Nothing from the audit was silently dropped. The full deferral list lives in the companion
bookkeeping PR (
docs/missing-docs-audit-bookkeeping); in summary:sync-openapi-specskill rather than hand-written, per the skill's public/private guardrail.style_lintskill.report_external_reference) — reached only through the hiddenoz harness-supportCLI, so no public surface to document yet.Conversation: https://staging.warp.dev/conversation/c45bb2ea-d33b-4723-8249-478547f81a47
Run: https://oz.staging.warp.dev/runs/019fc891-7c04-779b-b006-328169d8a0d7
This PR was generated with Oz.