Skip to content

Commit 2017d37

Browse files
committed
chore: remove orphaned search_and_replace fields from ClineSayTool (ExtensionMessage.ts)
1 parent 06507ff commit 2017d37

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/shared/ExtensionMessage.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -393,12 +393,6 @@ export interface ClineSayTool {
393393
isOutsideWorkspace?: boolean
394394
isProtected?: boolean
395395
additionalFileCount?: number // Number of additional files in the same read_file request
396-
search?: string
397-
replace?: string
398-
useRegex?: boolean
399-
ignoreCase?: boolean
400-
startLine?: number
401-
endLine?: number
402396
lineNumber?: number
403397
query?: string
404398
batchFiles?: Array<{

0 commit comments

Comments
 (0)