feat(tools): export slashcommand and skill tools from index

🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
This commit is contained in:
YeonGyu-Kim
2025-12-09 15:48:43 +09:00
parent 340eb30147
commit e5cdaa5192

View File

@@ -19,6 +19,8 @@ import {
import { grep } from "./grep"
import { glob } from "./glob"
import { slashcommand } from "./slashcommand"
import { skill } from "./skill"
export const builtinTools = {
lsp_hover,
@@ -36,4 +38,6 @@ export const builtinTools = {
ast_grep_replace,
grep,
glob,
slashcommand,
skill,
}