File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
controllers/chat/messenger Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 522
522
"@aws-sdk/s3-request-presigner" : " <3.731.0" ,
523
523
"@aws-sdk/smithy-client" : " <3.731.0" ,
524
524
"@aws-sdk/util-arn-parser" : " <3.731.0" ,
525
- "@aws/mynah-ui" : " ^4.26.1 " ,
525
+ "@aws/mynah-ui" : " ^4.28.0 " ,
526
526
"@gerhobbelt/gitignore-parser" : " ^0.2.0-9" ,
527
527
"@iarna/toml" : " ^2.2.5" ,
528
528
"@smithy/fetch-http-handler" : " ^5.0.1" ,
Original file line number Diff line number Diff line change @@ -235,6 +235,10 @@ export class Messenger {
235
235
} else {
236
236
// TODO: Handle the error
237
237
}
238
+ } else if ( cwChatEvent . toolUseEvent ?. stop === undefined ) {
239
+ if ( toolUseInput !== '' ) {
240
+ this . sendInitalStream ( tabID , triggerID , undefined )
241
+ }
238
242
}
239
243
240
244
if (
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ export class ExecuteBash {
208
208
209
209
public queueDescription ( updates : Writable ) : void {
210
210
updates . write ( `I will run the following shell command:\n` )
211
- updates . write ( '```bash \n' + this . command + '\n```' )
211
+ updates . write ( '```shell \n' + this . command + '\n```' )
212
212
updates . end ( )
213
213
}
214
214
}
You can’t perform that action at this time.
0 commit comments