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

This reverts commit 85126556b8.
This commit is contained in:
Dax Raad
2026-01-30 20:37:41 -05:00
parent 85126556b8
commit 3542f3e406
4 changed files with 1 additions and 27 deletions

View File

@@ -2117,7 +2117,6 @@ export type Command = {
agent?: string
model?: string
mcp?: boolean
skill?: boolean
template: string
subtask?: boolean
hints: Array<string>