Skip to content

Commit f8004e8

Browse files
committed
Add the grep search tool.
1 parent 2bcc168 commit f8004e8

File tree

2 files changed

+364
-59
lines changed

2 files changed

+364
-59
lines changed

packages/core/src/codewhispererChat/tools/grepSearch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export class GrepSearch {
151151

152152
// If updates is provided, write the processed output
153153
if (updates) {
154-
updates.write(`\n\n(${totalMatchCount} matches found):\n\n`)
154+
updates.write(`\n\n${totalMatchCount} matches found:\n\n`)
155155
updates.write(sanitizedOutput)
156156
}
157157

0 commit comments

Comments
 (0)