-
Notifications
You must be signed in to change notification settings - Fork 253
fix(amazonq): Enable stop button of chat #5671
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
Conversation
...s-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/BrowserConnector.kt
Outdated
Show resolved
Hide resolved
...s-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/BrowserConnector.kt
Outdated
Show resolved
Hide resolved
...s-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/BrowserConnector.kt
Outdated
Show resolved
Hide resolved
...s-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/BrowserConnector.kt
Fixed
Show fixed
Hide fixed
...s-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/BrowserConnector.kt
Fixed
Show fixed
Hide fixed
CI failure is not relevant to this PR |
/retryBuilds |
@@ -38,6 +38,7 @@ action.aws.toolkit.toolwindow.newConnection.text=Add Another Connection... | |||
action.dynamic.open.text=Open Resource... | |||
action.q.openchat.text=Open Chat Panel | |||
amazonqChat.project_context.index_in_progress=By the way, I'm still indexing this project for full context from your workspace. I may have a better response in a few minutes when it's complete if you'd like to try again then. | |||
amazonqChat.stopChatResponse=You stopped your current work, please provide additional examples or ask another question. |
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.
should use amazonq bundle instead @leigaol
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.
AmazonQBundle.properties
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.
There are lots of new messages checked in the core bundle... I was following previous commits.
Can do as a fast follow. This needs to go in for today's bug bash. I have 2nd PR depending on this!
Types of changes
stop_resp.mov
Description
Enable the stop chat button. Ref: https://github.com/aws/amazon-q-eclipse/blob/main/plugin/src/software/aws/toolkits/eclipse/amazonq/chat/ChatMessageProvider.java#L108-L114
Checklist
License
I confirm that my contribution is made under the terms of the Apache 2.0 license.