chore: rename smart-edit to edit (#15923)

This commit is contained in:
Abhi
2026-01-05 15:25:54 -05:00
committed by GitHub
parent 3c92666ec2
commit b13c6b57ae
14 changed files with 79 additions and 87 deletions

View File

@@ -7,7 +7,7 @@
import type { Content } from '@google/genai';
import type { GeminiClient } from '../core/client.js';
import type { BaseLlmClient } from '../core/baseLlmClient.js';
import type { EditToolParams } from '../tools/smart-edit.js';
import type { EditToolParams } from '../tools/edit.js';
import {
EDIT_TOOL_NAME,
GREP_TOOL_NAME,