refactor: consolidate EditTool and SmartEditTool (#15857)

This commit is contained in:
Abhi
2026-01-04 23:52:14 -05:00
committed by GitHub
parent d3563e2f0e
commit f3625aab13
9 changed files with 139 additions and 1851 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ export * from './tools/ls.js';
export * from './tools/grep.js';
export * from './tools/ripGrep.js';
export * from './tools/glob.js';
export * from './tools/edit.js';
export * from './tools/smart-edit.js';
export * from './tools/write-file.js';
export * from './tools/web-fetch.js';
export * from './tools/memoryTool.js';