Files
oh-my-opencode/src/tools/ast-grep/index.ts
T

15 lines
188 B
TypeScript
Raw Normal View History

import {
ast_grep_search,
ast_grep_replace,
} from "./tools"
export const builtinTools = {
ast_grep_search,
ast_grep_replace,
}
export {
ast_grep_search,
ast_grep_replace,
}