-
Notifications
You must be signed in to change notification settings - Fork 2.6k
feat(human-relay): add clipboard monitoring for AI responses #1490
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
Closed
Closed
Changes from 2 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
9697f6f
feat(human-relay): add clipboard monitoring for AI responses
NyxJae d1b34c7
Fixed: Remove unnecessary variables
NyxJae b1553bb
Merge branch 'RooVetGit:main' into human-relay
NyxJae 717477a
Merge branch 'main' of github.com:NyxJae/Roo-Code into human-relay
NyxJae a9b50ad
feat: Optimize Human-relay UI prompts and add format validation for c…
NyxJae d7256fc
feat: Add toggle options for clipboard monitoring of human relay prov…
NyxJae 75d1477
feat: Optimize clipboard monitoring logic
NyxJae 004f8e3
Merge branch 'main' of github.com:NyxJae/Roo-Code into human-relay
NyxJae c90d4d0
Merge branch 'RooVetGit:main' into human-relay
NyxJae 1d1cf54
feat: Add human relay monitoring related configuration keys
NyxJae 2ed74f9
fix: Add VSCode progress ring component to HumanRelayDialog instead o…
NyxJae fb1550c
Merge branch 'RooVetGit:main' into human-relay
NyxJae 161480b
feat: Add commands and shortcut keys to send clipboard content to hum…
NyxJae 6dbaf15
Doc:Fix spelling errors in comments
NyxJae dd5e65d
Merge branch 'main' of github.com:NyxJae/Roo-Code into human-relay
NyxJae 17a97a7
Merge branch 'main' of github.com:NyxJae/Roo-Code into human-relay
NyxJae a1a2380
fix: Update human-computer interaction warning information to use req…
NyxJae c1d68a2
feat(i8n): Add multilingual support for manual relay dialog text
NyxJae 9daca17
fix(i18n): Correct the expression of "web page AI" in Chinese prompt …
NyxJae 0987f63
Merge branch 'main' of github.com:NyxJae/Roo-Code into human-relay
NyxJae fee34c4
Merge branch 'main' of github.com:NyxJae/Roo-Code into human-relay
NyxJae 23c2154
Merge branch 'main' of github.com:NyxJae/Roo-Code into human-relay
NyxJae ab7847f
Add Vietnamese (vi) translation for humanRelay.json
NyxJae 4c3100f
Merge branch 'main' of github.com:NyxJae/Roo-Code into human-relay
NyxJae d8f612d
Merge branch 'main' of github.com:NyxJae/Roo-Code into human-relay
NyxJae 7eb42d0
fix:Added human relay monitoring clipboard and monitoring interval co…
NyxJae bb7ac3e
Merge branch 'main' of github.com:NyxJae/Roo-Code into human-relay
NyxJae 5f51d80
Merge branch 'main' of github.com:NyxJae/Roo-Code into human-relay
NyxJae 385ebf7
fix:Supplement Human Relay related configurations
NyxJae 51f63a0
fix: Fix Human-relay international translation
NyxJae 107d16e
fix: Optimize the display of Human-relay Dialog
NyxJae 5d19c97
fix(test): add missing CodeActionKind mock in vscode.js
NyxJae 7b3bfca
Merge branch 'main' of github.com:NyxJae/Roo-Code into human-relay
NyxJae e60355f
Merge branch 'main' into human-relay
NyxJae 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ensure unit/integration tests cover the new clipboard monitoring functionality, including duplicate response detection.