Skip to content

Commit 48b894c

Browse files
committed
feat(amazonq): Add log for signalling the chat UI and server are ready
1 parent b76a20e commit 48b894c

File tree

1 file changed

+1
-0
lines changed
  • plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview

1 file changed

+1
-0
lines changed

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/BrowserConnector.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ class BrowserConnector(
303303
}
304304

305305
CHAT_READY -> {
306+
LOG.info { "Amazon Q Chat UI loaded and ready for input" }
306307
handleChat(AmazonQChatServer.chatReady, node) { params, invoke ->
307308
uiReady.complete(true)
308309
chatCommunicationManager.setUiReady()

0 commit comments

Comments
 (0)