You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(amazonq): History button in chat lists conversation history and opens tab when one selected (#5662)
* send openTab to browser
* initial
* Show options to for chat history and export in tab bar
* add requestID and mapping
* remove println
* clicking button shows history list of conversations
* detekt
* feedback
* move tab request map into ChatCommunicationManager
* update enum classes
* revert enum update
* refactor for consistency
* strings for enums
* simplify
* revert to working impl
* detekt
* fix serialization
* unused function
* detekt
---------
Co-authored-by: Manodnya Bhoite <[email protected]>
Copy file name to clipboardExpand all lines: plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/BrowserConnector.kt
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/AmazonQLanguageServer.kt
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/model/aws/chat/FlareChatCommands.kt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ const val PROMPT_INPUT_OPTIONS_CHANGE = "aws/chat/promptInputOptionChange"
0 commit comments