What's wrong with this entry?
What: Terminal output now supports clickable hyperlinks using the OSC 8 escape sequence standard, allowing tools to render URIs that users can click in compatible terminals.
How to use: Hyperlinks are automatically rendered when tools generate output with URIs. Compatible terminals (iTerm2, GNOME Terminal, Windows Terminal, etc.) will display these as clickable links.
Details:
- Screen buffer now tracks hyperlinks via a Map structure (
hyperlinks: new Map()at line 76624) - New functions:
Bk0()sets hyperlinks at screen positions (lines 76647-76651),d0A()retrieves them (lines 76652-76656) DJ1()tracks hyperlink state changes for diff generation (line 77362)gp9()encodes hyperlinks into ANSI escape sequences (lines 78736-78738)- Terminal output handler processes hyperlink diff entries (lines 78765-78767)
- Evidence:
Bk0() at line 76647,d0A() at line 76652,DJ1() at line 77362,gp9() at line 78736
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.