-
Notifications
You must be signed in to change notification settings - Fork 485
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
fix(amazonq): User can view file diff by file click #6383
Conversation
|
@@ -35,6 +36,7 @@ export interface MessageData { | |||
} | |||
// TODO: Refactor testChatConnector, scanChatConnector and other apps connector files post RIV | |||
export class Connector extends BaseConnector { | |||
connector: any |
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.
What is this? Looks unused.
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.
addressed
messageId, | ||
tabType: 'testgen', | ||
}) | ||
this.onChatAnswerReceived?.( |
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.
Make the property required to remove the ?
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.
addressed
packages/amazonq/.changes/next-release/Bug Fix-34e877a1-d2ca-4c93-9dee-5dd2019769fe.json
Outdated
Show resolved
Hide resolved
…c93-9dee-5dd2019769fe.json update Changelog to mention the particular command Co-authored-by: Justin M. Keyes <[email protected]>
Problem
User can only view file diff by clicking the viewdiff button. This fix allows user view the file diff by clicking the file in file tree and update UI accordingly.
Screen.Recording.2025-01-16.at.12.57.17.PM.mov
Solution
Update the onFileDiff function on testChatConnector. Send the file diff open request there and implement the onChatAnswerReceived function to handle the followup functionality.
feature/x
branches will not be squash-merged at release time.