Skip to content

Resolve transcript link clicks without the removed renderer hit-test - #1033

Merged
TheGreatAxios merged 1 commit into
mainfrom
cl-7948-link-hit-test
Sep 14, 2026
Merged

TheGreatAxios merged 1 commit into
mainfrom
cl-7948-link-hit-test

Conversation

@TheGreatAxios

Copy link
Copy Markdown
Collaborator

Summary

Transcript Ctrl+click resolves through a new source-text resolver instead of the removed renderer hit-test method, keeping existing behavior: Ctrl+click opens http(s) links, plain click does not, and non-http targets never open.

Verification

  • bun test src/tui/url-click.test.ts: 11 pass, 0 fail, twice consecutively.
  • bun run check (lint, typecheck, build, projects-dir guard): exit 0; embedded suite 7471 pass, 0 fail.

Fixes CL-7948

The renderer no longer exposes a link map, so the transcript-root
handler resolves clicks from each painted code block's own content
and line info instead.
@linear-code

linear-code Bot commented Sep 14, 2026

Copy link
Copy Markdown

CL-7948

@TheGreatAxios
TheGreatAxios merged commit f79c5cb into main Sep 14, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant