-
Notifications
You must be signed in to change notification settings - Fork 331
Resolve grabs to app source instead of UI library wrappers #446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 52 commits
Commits
Show all changes
67 commits
Select commit
Hold shift + click to select a range
fa992f7
Skip package sourcemap frames for source resolution
cursoragent fd6e488
Limit react-grab unit test scope
cursoragent 0030f5c
Address package frame quality findings
cursoragent 4d8048b
Address review feedback on package stack frames
cursoragent ea15420
Fix package frame dedupe typecheck
cursoragent a8373db
Ignore shadcn ui source frames
cursoragent 190cd69
Add configurable source frame policy
cursoragent b916094
Reset source ignore regex state
cursoragent 67f2294
Skip ignored app frames in stack output
cursoragent 8189395
Preserve leading dedupe for ignored frames
cursoragent 6652b88
Reduce source frame classification overhead
cursoragent bc020d8
Preserve package labels for bundled frames
cursoragent 84aaeea
Pass source policy options explicitly
cursoragent 8f07296
Apply source policy to stack context API
cursoragent 0a0836b
Cache default fiber source resolution
cursoragent a014313
Merge remote-tracking branch 'origin/main' into cursor/skip-package-s…
cursoragent 7e90512
Simplify source policy boundaries
cursoragent d3f9f9c
Rank cached fiber source as fallback
cursoragent 12f0d89
Extract pure source selection and add unit tests
aidenybai 281a4c7
Document source-frame classification heuristics
aidenybai 926fbcd
Consolidate package-name parsing and extract stack frame formatter
aidenybai 5c67617
Classify fiber source from its raw path
aidenybai e18b4f6
Surface ignored fallback source in copied snippet
aidenybai cf79167
Keep UI-component frames as named context
aidenybai e70714d
fix
aidenybai 2924723
Move unit tests into tests/ folder
aidenybai 7076ea7
Remove unnecessary import/export aliasing
aidenybai 56e5080
Improve HTML preview text extraction
cursoragent 3ee3f97
Stabilize code block preview regression
cursoragent 14c9799
Cover nested link HTML previews
cursoragent a039a96
Format link preview regression
cursoragent 3d929e7
Add selector hints for low-signal traces
cursoragent 92afd4d
Prefer link attributes for selector hints
cursoragent 4f309bb
Expect compact href selector hint
cursoragent e1b635d
Clean up preview context formatting boundaries
cursoragent 80a3a08
Format trace context result type
cursoragent 015d4e6
Respect hidden roots in preview text
cursoragent e648c55
Keep preview text formatting compact
cursoragent 73fea85
Include mixed inline preview text
cursoragent 17c3cff
Simplify selector hint trace heuristic
cursoragent b2addcf
Format simplified trace heuristic
cursoragent 39e0b55
Minimize preview text policy changes
cursoragent c2d16f3
Fold in #461: Improve HTML previews for syntax-highlighted code blocks
aidenybai d1b5fe0
Update formatStackContext tests for TraceContextResult return
aidenybai 990bbe7
Unify source-trust check through classifySourcePath
aidenybai 18967aa
Remove unreachable getFallbackContext
aidenybai 2f8c801
Move preview text tag sets to constants
aidenybai 7b046e2
fix
aidenybai b5d59cd
Dig past low-signal frames for a real app source
aidenybai ce4a72c
Trim comments that restate code
aidenybai 34c89d4
Raise trace context hard cap to 20 frames
aidenybai b3ca773
Retry fiber-source resolution after a null result
aidenybai c20d702
Remove configurable source.ignorePaths option
aidenybai ec3fa39
Clarify hardMaxLines uses max not min
aidenybai 2fe43bf
Include stack metadata in custom grab payload
cursoragent 67f4f22
Fix nullable custom payload entries
cursoragent a34d457
Clarify source path fields
cursoragent 5a9c268
Clarify file path and file name comment
cursoragent 74536dd
Avoid selector hints after app source
cursoragent d42fdea
Keep custom grab entries aligned
cursoragent f8e25f0
Allow custom copy payload without entries
cursoragent 73cea2f
Simplify source-frame PR and split context.ts into focused modules
aidenybai e14a25e
Deduplicate copy payload types and clarify names
aidenybai fb29e48
Replace ignored-path handling with line budget extension
aidenybai 830693d
Rename source classification kind to source with shorter values
aidenybai 80a506b
Rename source classification field to origin
aidenybai a149248
Keep per-entry metadata when multi-element copy content is transformed
aidenybai File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.