File tree Expand file tree Collapse file tree 3 files changed +0
-81
lines changed
src/core/prompts/tools/native-tools Expand file tree Collapse file tree 3 files changed +0
-81
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import askFollowupQuestion from "./ask_followup_question"
33import attemptCompletion from "./attempt_completion"
44import browserAction from "./browser_action"
55import codebaseSearch from "./codebase_search"
6- import editFile from "./edit_file"
76import executeCommand from "./execute_command"
87import fetchInstructions from "./fetch_instructions"
98import generateImage from "./generate_image"
@@ -13,7 +12,6 @@ import listFiles from "./list_files"
1312import newTask from "./new_task"
1413import { read_file } from "./read_file"
1514import runSlashCommand from "./run_slash_command"
16- import searchAndReplace from "./search_and_replace"
1715import searchFiles from "./search_files"
1816import switchMode from "./switch_mode"
1917import 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 ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments