-
Couldn't load subscription status.
- Fork 273
feat(amazonq): Export chat conversations #5663
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
Qodana Community for JVM5 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at [email protected]
|
| import kotlinx.coroutines.flow.launchIn | ||
| import kotlinx.coroutines.flow.merge | ||
| import kotlinx.coroutines.flow.onEach | ||
| import kotlinx.coroutines.future.await |
Check warning
Code scanning / QDJVMC
Unused import directive Warning
...s-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/BrowserConnector.kt
Fixed
Show fixed
Hide fixed
...munity/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/AmazonQLanguageClientImpl.kt
Fixed
Show fixed
Hide fixed
| } | ||
|
|
||
| enum class SerializedChatFormat(val value: String) { | ||
| HTML("html"), |
Check warning
Code scanning / QDJVMC
Unused symbol Warning
|
|
||
| enum class SerializedChatFormat(val value: String) { | ||
| HTML("html"), | ||
| MARKDOWN("markdown"), |
Check warning
Code scanning / QDJVMC
Unused symbol Warning
| val content: String, | ||
| ) | ||
|
|
||
| data class GetSerializedChatRequest( |
Check warning
Code scanning / QDJVMC
Unused symbol Warning
| } | ||
|
|
||
| enum class TabBarAction(val value: String) { | ||
| EXPORT("export"), |
Check warning
Code scanning / QDJVMC
Unused symbol Warning
...munity/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/AmazonQLanguageClientImpl.kt
Outdated
Show resolved
Hide resolved
...munity/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/AmazonQLanguageClientImpl.kt
Outdated
Show resolved
Hide resolved
...munity/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/AmazonQLanguageClientImpl.kt
Outdated
Show resolved
Hide resolved
…manodnyb/addSaveAndExport
| AsyncChatUiListener.notifyPartialMessageUpdate(uiMessage) | ||
| } | ||
| } | ||
| companion object { |
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.
Does this need to be in companion object? I moved my openTab map into ChatCommunicationManager but just made it part of the class.
https://github.com/aws/aws-toolkit-jetbrains/pull/5658/files
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.
-- might be going away anyways. I'll move mine to companion so we are aligned
License
I confirm that my contribution is made under the terms of the Apache 2.0 license.