From ee27e3b2f80f75ec130fd86e7ac99573cdf1bc88 Mon Sep 17 00:00:00 2001 From: Blake Lazarine Date: Tue, 2 Sep 2025 11:22:03 -0700 Subject: [PATCH] feat(amazonq): include recommendation text in the explain message --- packages/amazonq/src/lsp/chat/commands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/amazonq/src/lsp/chat/commands.ts b/packages/amazonq/src/lsp/chat/commands.ts index fca3a132f90..d4d76d493d3 100644 --- a/packages/amazonq/src/lsp/chat/commands.ts +++ b/packages/amazonq/src/lsp/chat/commands.ts @@ -30,7 +30,7 @@ export function registerCommands(provider: AmazonQChatViewProvider) { issue, filePath, 'Explain', - 'Provide a small description of the issue. You must not attempt to fix the issue. You should only give a small summary of it to the user.', + 'Provide a small description of the issue. You must not attempt to fix the issue. You should only give a small summary of it to the user. You must start with the information stored in the recommendation.text field if it is present.', provider, 'explainIssue' )