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
@@ -23,7 +23,7 @@ import type {
ToolResult,
} from './tools.js';
import { ToolConfirmationOutcome } from './tools.js';
import { type EditToolParams } from './edit.js';
import { type EditToolParams } from './smart-edit.js';
import type { Config } from '../config/config.js';
import { ApprovalMode } from '../policy/types.js';
import type { ToolRegistry } from './tool-registry.js';