File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/core/src/codewhispererChat Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1097,7 +1097,7 @@ export class ChatController {
10971097 filePath : context ?. activeFileContext ?. filePath ,
10981098 matchPolicy : context ?. activeFileContext ?. matchPolicy ,
10991099 codeQuery : context ?. focusAreaContext ?. names ,
1100- userIntent : this . userIntentRecognizer . getFromPromptChatMessage ( message ) ,
1100+ userIntent : undefined ,
11011101 customization : getSelectedCustomization ( ) ,
11021102 chatHistory : this . chatHistoryStorage . getTabHistory ( message . tabID ) . getHistory ( ) ,
11031103 origin : Origin . IDE ,
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export class ListDirectory {
4444
4545 public queueDescription ( updates : Writable ) : void {
4646 const fileName = path . basename ( this . fsPath )
47- updates . write ( `Listing directory on filePath : ${ fileName } ` )
47+ updates . write ( `Listing directory: ${ fileName } ` )
4848 updates . end ( )
4949 }
5050
You can’t perform that action at this time.
0 commit comments