Skip to content

Commit a03ac13

Browse files
committed
Remove unimplemented tools (search_and_replace, edit_file)
1 parent 9fd0422 commit a03ac13

File tree

3 files changed

+0
-81
lines changed

3 files changed

+0
-81
lines changed

src/core/prompts/tools/native-tools/edit_file.ts

Lines changed: 0 additions & 31 deletions
This file was deleted.

src/core/prompts/tools/native-tools/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import askFollowupQuestion from "./ask_followup_question"
33
import attemptCompletion from "./attempt_completion"
44
import browserAction from "./browser_action"
55
import codebaseSearch from "./codebase_search"
6-
import editFile from "./edit_file"
76
import executeCommand from "./execute_command"
87
import fetchInstructions from "./fetch_instructions"
98
import generateImage from "./generate_image"
@@ -13,7 +12,6 @@ import listFiles from "./list_files"
1312
import newTask from "./new_task"
1413
import { read_file } from "./read_file"
1514
import runSlashCommand from "./run_slash_command"
16-
import searchAndReplace from "./search_and_replace"
1715
import searchFiles from "./search_files"
1816
import switchMode from "./switch_mode"
1917
import updateTodoList from "./update_todo_list"
@@ -29,7 +27,6 @@ export const nativeTools = [
2927
attemptCompletion,
3028
browserAction,
3129
codebaseSearch,
32-
editFile,
3330
executeCommand,
3431
fetchInstructions,
3532
generateImage,
@@ -39,7 +36,6 @@ export const nativeTools = [
3936
newTask,
4037
read_file,
4138
runSlashCommand,
42-
searchAndReplace,
4339
searchFiles,
4440
switchMode,
4541
updateTodoList,

src/core/prompts/tools/native-tools/search_and_replace.ts

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)