Skip to content

Conversation

@Will-ShaoHua
Copy link
Contributor

@Will-ShaoHua Will-ShaoHua commented Jan 21, 2025

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Description

RC

It seems to be a small regression after RIV refactoring work and this code snippet will be never reached
https://github.com/aws/aws-toolkit-jetbrains/blob/main/plugins/amazonq/mynah-ui/src/mynah-ui/ui/connector.ts#L598-L627

from
https://github.com/aws/aws-toolkit-jetbrains/blob/main/plugins/amazonq/mynah-ui/src/mynah-ui/ui/connector.ts#L539-L563

Before

Screen.Recording.2025-01-21.at.3.07.59.PM.mov

After

Screen.Recording.2025-01-21.at.3.06.02.PM.mov

License

I confirm that my contribution is made under the terms of the Apache 2.0 license.

@Will-ShaoHua Will-ShaoHua requested a review from a team as a code owner January 21, 2025 23:04
@Will-ShaoHua Will-ShaoHua requested a review from rli January 21, 2025 23:12
Comment on lines -607 to -615
if (isFormButtonCodeTransform(action.id)) {
this.codeTransformChatConnector.onFormButtonClick(tabId, action)
} else if (isFormButtonCodeScan(action.id)) {
this.codeScanChatConnector.onFormButtonClick(tabId, action)
} else if (isFormButtonCodeTest(action.id)) {
this.codeTestChatConnector.onFormButtonClick(tabId, messageId, action)
} else if (action.id === 'doc') {
this.docChatConnector.onFormButtonClick(tabId, action)
}
Copy link
Contributor Author

@Will-ShaoHua Will-ShaoHua Jan 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rli rli merged commit f8b15b1 into aws:main Jan 22, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants