-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat(chat-ui): add smart apply to chat panel #3112
Merged
Merged
Conversation
This file contains 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
…nction add provideSmartApplyLineRange functionality to TabbyAgent and ChatEditProvider a
add ChatFeature to ChatViewProvider for smart apply functionality
wsxiaoys
reviewed
Sep 12, 2024
…onents, adding smart bool to on apply edit
fix(vscode): correct comment for line number range in ChatViewProviderundefined
c4428c0
to
27c3677
Compare
also adding default data config fix: remove test
27c3677
to
55220c3
Compare
…ands.ts and extension.ts files.
…nclude additional parameters.
- move some chat status to chat global - move smart apply function to smart apply feature - update prompt
…ions, also remove indent param
…n and logger updates.
icycodes
reviewed
Oct 21, 2024
@Sma1lboy, could you please rebase this pull request on the main branch and resolve conflicts? |
icycodes
reviewed
Oct 24, 2024
Hi @Sma1lboy, I have created a PR at Sma1lboy#2 that makes some updates to the code style. Please check it out. Thank you. |
fix: update code style for pr 3113.
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.
Demo (last update: 10/17/2024):
Screen.Recording.2024-10-17.at.03.19.27.mov
Three general way using smart apply
Steps
WorkspaceFeature
in VSCodeprovideSmartApplyEdit
, consider still using it in situations where the current smartApply is not working