-
Notifications
You must be signed in to change notification settings - Fork 472
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(amazonq): add view summary button in chat #6270
Conversation
|
packages/core/src/codewhisperer/service/transformByQ/transformationResultsViewProvider.ts
Outdated
Show resolved
Hide resolved
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.
Can we add an e2e test for this as well?
/runIntegrationTests |
Note to self: try setting |
if (!disableJobActions) { | ||
// Note: buttons can only be clicked once. | ||
// To get around this, we remove the card after it's clicked and then resubmit the message. |
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.
Not true. We can set disabled: false
to allow buttons to be re-clicked, removing the need to call sendJobSubmittedMessage
redundantly on line 386 in the file above.
/runIntegrationTests |
Problem
A "View summary" button was missing in the chat, which made it difficult for users to re-open their transformation summary once they closed it.
Solution
Add the button.
feature/x
branches will not be squash-merged at release time.License: I confirm that my contribution is made under the terms of the Apache 2.0 license.