Merge upstream PR #119: deep select (Cmd+hover)#3
Merged
alexgorbatchev merged 4 commits intomainfrom Mar 10, 2026
Merged
Conversation
Close the loop on thread conversations in the browser. The MCP server already supports agentation_reply, but the UI never displayed thread messages or allowed human replies. Server-side: fix thread.message SSE event to emit the full Annotation instead of just the ThreadMessage so the browser can match by id. Browser-side: - Add postThreadReply() sync utility - Annotation popup switches to thread view when messages exist (read-only original comment, chronological messages, reply input) - SSE listener for thread.message updates live state - Purple badge on markers showing thread message count Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- sync-thread.test.ts: postThreadReply() sends correct request, handles errors - thread-view.test.tsx: popup thread view rendering, reply behavior, sending state - thread-sse.test.tsx: SSE listener updates state, thread badges, reply via popup Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ce overlays) Cherry-pick of benjitaylor#119 by stevysmith. Adds Cmd+hover to pierce through overlays, empty wrappers, and opacity:0 elements.
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
What's included
Tests added
deep-select.test.tsx— 13 tests for pierce mode (activation, two-pass algorithm, styling, click behavior, edge cases)element-identification.test.ts— 9 tests for direct text content preferencereact-detection.test.ts— tests for new Remotion/RefForwarding skip patternselement-identification.tsreact-detection.tsindex.tsxTest plan
🤖 Generated with Claude Code