Revert "feat: make skills invokable as slash commands in the TUI"

This reverts commit c8418faea0.
This commit is contained in:
Dax Raad
2026-01-30 20:37:41 -05:00
parent c8418faea0
commit f6d9bbe779
4 changed files with 1 additions and 27 deletions
-1
View File
@@ -2117,7 +2117,6 @@ export type Command = {
agent?: string
model?: string
mcp?: boolean
skill?: boolean
template: string
subtask?: boolean
hints: Array<string>