Skip to content

Commit 9bc1e5b

Browse files
committed
Fix tests
1 parent 4235df8 commit 9bc1e5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shared/tools.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,13 +204,13 @@ export const TOOL_DISPLAY_NAMES: Record<ToolName, string> = {
204204

205205
export type { ToolGroup }
206206

207-
// Define available tool groups
207+
// Define available tool groups.
208208
export const TOOL_GROUPS: Record<ToolGroup, ToolGroupConfig> = {
209209
read: {
210210
tools: ["read_file", "fetch_instructions", "search_files", "list_files", "list_code_definition_names"],
211211
},
212212
edit: {
213-
tools: ["apply_diff", "write_to_file", "insert_content", "search_and_replace"],
213+
tools: ["apply_diff", "write_to_file", "append_to_file", "insert_content", "search_and_replace"],
214214
},
215215
browser: {
216216
tools: ["browser_action"],

0 commit comments

Comments
 (0)