refactor(tools): rename safe-grep to grep with override capability

This commit is contained in:
YeonGyu-Kim
2025-12-08 13:35:02 +09:00
parent 64b3564760
commit b77dd2fcdf
10 changed files with 14 additions and 16 deletions

View File

@@ -17,7 +17,7 @@ import {
ast_grep_replace,
} from "./ast-grep"
import { safe_grep } from "./safe-grep"
import { grep } from "./grep"
export const builtinTools = {
lsp_hover,
@@ -33,5 +33,5 @@ export const builtinTools = {
lsp_code_action_resolve,
ast_grep_search,
ast_grep_replace,
safe_grep,
grep,
}