Skip to content

Commit 86a17f5

Browse files
fix: extra line when user run the command (#1499)
1 parent 0a4ab2c commit 86a17f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/aws-lsp-codewhisperer/src/language-server/agenticChat/agenticChatController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,7 @@ export class AgenticChatController implements ChatHandlers {
14151415
return {
14161416
messageId: toolUse.toolUseId,
14171417
type: 'tool',
1418-
body: '```shell\n' + (toolUse.input as unknown as ExecuteBashParams).command + '\n',
1418+
body: '```shell\n' + (toolUse.input as unknown as ExecuteBashParams).command,
14191419
header: {
14201420
body: 'shell',
14211421
...(isAccept

0 commit comments

Comments
 (0)