feat(diff): add diff line selection and quoting#80
Merged
Conversation
- let users select whole diff lines in previews and the diff panel - add reply, copy, and clear actions for selected diff ranges - add quote-building tests and browser coverage for selection flow
tyulyukov
added a commit
that referenced
this pull request
May 1, 2026
PR #81's run hit the 10-minute cap during the post-job cache uploads (Playwright 261MB + Turbo 328MB at ~2 MB/s on hosted runners). The actual quality work — fmt/lint/typecheck/test/browser/build — finished in 8m25s; the timeout fired during the second cache save, mid-stream. Recent main pushes have been creeping toward the limit (7m24s, 7m28s, 8m0s for PR #80) so the cap was already on the edge before this PR's extra upstream-sync work pushed it over. Bumping to 15 leaves headroom without trading away the safety net entirely. The release_smoke job stays at 10 — it consistently runs in ~1m and isn't affected by the cache layer.
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.
Summary
Testing
apps/web/src/lib/diffLineQuote.test.ts.apps/web/src/components/chat/InlineDiffPreview.browser.tsx.apps/web/src/featureGuards.test.ts.