refactor(tools): rename all tools to snake_case for consistency

This commit is contained in:
YeonGyu-Kim
2025-12-04 22:54:13 +09:00
parent f78bdf6f67
commit ff3a7bfee0
12 changed files with 597 additions and 3 deletions

View File

@@ -20,6 +20,8 @@ import {
ast_grep_transform,
} from "./ast-grep"
import { safe_grep } from "./safe-grep"
export const builtinTools = {
lsp_hover,
lsp_goto_definition,
@@ -37,4 +39,5 @@ export const builtinTools = {
ast_grep_languages,
ast_grep_analyze,
ast_grep_transform,
safe_grep,
}