Skip to content

Commit 7d42021

Browse files
committed
fix: remove remaining search_and_replace references from localization and ExtensionMessage
1 parent 9b993ef commit 7d42021

File tree

20 files changed

+0
-75
lines changed

20 files changed

+0
-75
lines changed

src/shared/ExtensionMessage.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,6 @@ export interface ClineSayTool {
379379
| "switchMode"
380380
| "newTask"
381381
| "finishTask"
382-
| "searchAndReplace"
383382
| "insertContent"
384383
| "generateImage"
385384
| "imageGenerated"

webview-ui/src/i18n/locales/ca/settings.json

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/de/settings.json

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/en/chat.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,6 @@
192192
"wantsToGenerateImageProtected": "Roo wants to generate an image in a protected location",
193193
"didGenerateImage": "Roo generated an image",
194194
"wantsToCreate": "Roo wants to create a new file",
195-
"wantsToSearchReplace": "Roo wants to search and replace in this file",
196-
"didSearchReplace": "Roo performed search and replace on this file",
197195
"wantsToInsert": "Roo wants to insert content into this file",
198196
"wantsToInsertWithLineNumber": "Roo wants to insert content into this file at line {{lineNumber}}",
199197
"wantsToInsertAtEnd": "Roo wants to append content to the end of this file"

webview-ui/src/i18n/locales/en/settings.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -718,10 +718,6 @@
718718
"name": "Use experimental unified diff strategy",
719719
"description": "Enable the experimental unified diff strategy. This strategy might reduce the number of retries caused by model errors but may cause unexpected behavior or incorrect edits. Only enable if you understand the risks and are willing to carefully review all changes."
720720
},
721-
"SEARCH_AND_REPLACE": {
722-
"name": "Use experimental search and replace tool",
723-
"description": "Enable the experimental search and replace tool, allowing Roo to replace multiple instances of a search term in one request."
724-
},
725721
"INSERT_BLOCK": {
726722
"name": "Use experimental insert content tool",
727723
"description": "Enable the experimental insert content tool, allowing Roo to insert content at specific line numbers without needing to create a diff."

webview-ui/src/i18n/locales/es/settings.json

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/fr/settings.json

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/hi/settings.json

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/id/settings.json

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/it/settings.json

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)