feat(tools): add slashcommand tool for executing slash commands

Provides 'slashcommand' tool that executes commands loaded by command-loader.
Handles shell injection and file reference resolution.

🤖 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:29 +09:00
parent 3c6ffe5d9c
commit e72b927ccb
3 changed files with 222 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
export * from "./types"
export { slashcommand } from "./tools"