feat(UX/DX Improvement): copy Inspect violation details - #274
Open
Xapollon430 wants to merge 2 commits into
Open
feat(UX/DX Improvement): copy Inspect violation details#274Xapollon430 wants to merge 2 commits into
Xapollon430 wants to merge 2 commits into
Conversation
Xapollon430
marked this pull request as ready for review
August 25, 2026 00:47
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.
Background
During debugging of violations, I end up copying and pasting manually a lot from
bombadil inspectinto my agent. A copy button would make it really easy to do so. Sometimes the snapshots can be really long and harder to copy to clipboard.Demo
Screen.Recording.2026-08-24.at.2.19.45.PM.mov
The changes end up adding
NavigatorandClipboardas new crates. Because I implemented a copy feedback with a checkmark, the callbacks, timers, andJsFutureseems to add some extra code to support that functionality. Open to feedback if its too verbose and we can trim it away and just have a static copy button. Also tagging that this is LLM-aided work since I am new to Rust