diff --git a/.changes/next-release/bugfix-f071cf54-2c8d-4504-9326-6bce9619cee6.json b/.changes/next-release/bugfix-f071cf54-2c8d-4504-9326-6bce9619cee6.json new file mode 100644 index 0000000000..02b329a7b1 --- /dev/null +++ b/.changes/next-release/bugfix-f071cf54-2c8d-4504-9326-6bce9619cee6.json @@ -0,0 +1,4 @@ +{ + "type" : "bugfix", + "description" : "DisplayFindings tool findings were not being populated in the display panel, instead sending json to chat" +} diff --git a/plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/FlareAdditionalFindings.kt b/plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/FlareAdditionalFindings.kt index a497bf5a59..6485c0e285 100644 --- a/plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/FlareAdditionalFindings.kt +++ b/plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/FlareAdditionalFindings.kt @@ -49,7 +49,7 @@ data class FlareCodeScanIssue( val language: String, val autoDetected: Boolean, val filePath: String, - val findingContext: String, + val findingContext: String?, ) data class AggregatedCodeScanIssue( diff --git a/plugins/core/resources/resources/software/aws/toolkits/resources/MessagesBundle.properties b/plugins/core/resources/resources/software/aws/toolkits/resources/MessagesBundle.properties index 275670848d..a3cac32bd4 100644 --- a/plugins/core/resources/resources/software/aws/toolkits/resources/MessagesBundle.properties +++ b/plugins/core/resources/resources/software/aws/toolkits/resources/MessagesBundle.properties @@ -910,7 +910,7 @@ codewhisperer.codescan.regenerate_fix_button_label=Regenerate Fix codewhisperer.codescan.run_scan_complete=
Code Review completed for {0, choice, 1#1 file|2#{0,number} files}. {1, choice, 0#No issues|1#1 issue|2#{1,number} issues} found in {2}. Last Run {4} codewhisperer.codescan.run_scan_error=Amazon Q encountered an error while reviewing for code issues. Please try again later. codewhisperer.codescan.run_scan_error_telemetry=Code Review failed. -codewhisperer.codescan.run_scan_info=Enter /review in Amazon Q Chat Panel to run code reviews. +codewhisperer.codescan.run_scan_info=Ask the agent in Amazon Q Chat Panel to run code reviews. codewhisperer.codescan.scan_complete_count=- {0}: `{1, choice, 1#{1,number} issue|2#{1,number} issues}` codewhisperer.codescan.scan_complete_file=Reviewing your File is complete. Here's what I found: codewhisperer.codescan.scan_complete_project=Reviewing your Project is complete. Here's what I found: