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:
@@ -19,6 +19,8 @@ import {
|
|||||||
|
|
||||||
import { grep } from "./grep"
|
import { grep } from "./grep"
|
||||||
import { glob } from "./glob"
|
import { glob } from "./glob"
|
||||||
|
import { slashcommand } from "./slashcommand"
|
||||||
|
import { skill } from "./skill"
|
||||||
|
|
||||||
export const builtinTools = {
|
export const builtinTools = {
|
||||||
lsp_hover,
|
lsp_hover,
|
||||||
@@ -36,4 +38,6 @@ export const builtinTools = {
|
|||||||
ast_grep_replace,
|
ast_grep_replace,
|
||||||
grep,
|
grep,
|
||||||
glob,
|
glob,
|
||||||
|
slashcommand,
|
||||||
|
skill,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user