File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -472,10 +472,12 @@ const getCommandsMap: (
472
472
const historyLength = await sidebar . webviewProtocol . request (
473
473
"getWebviewHistoryLength" ,
474
474
undefined ,
475
+ false ,
475
476
) ;
476
477
const isContinueInputFocused = await sidebar . webviewProtocol . request (
477
478
"isContinueInputFocused" ,
478
479
undefined ,
480
+ false ,
479
481
) ;
480
482
481
483
if ( isContinueInputFocused ) {
@@ -485,13 +487,15 @@ const getCommandsMap: (
485
487
void sidebar . webviewProtocol ?. request (
486
488
"focusContinueInputWithNewSession" ,
487
489
undefined ,
490
+ false ,
488
491
) ;
489
492
}
490
493
} else {
491
494
focusGUI ( ) ;
492
495
sidebar . webviewProtocol ?. request (
493
496
"focusContinueInputWithNewSession" ,
494
497
undefined ,
498
+ false ,
495
499
) ;
496
500
void addHighlightedCodeToContext ( sidebar . webviewProtocol ) ;
497
501
}
You can’t perform that action at this time.
0 commit comments