feat: make skills invokable as slash commands in the TUI (#11390)
This commit is contained in:
parent
c0e71c4261
commit
81ac41e089
5 changed files with 25 additions and 6 deletions
|
|
@ -2116,7 +2116,7 @@ export type Command = {
|
|||
description?: string
|
||||
agent?: string
|
||||
model?: string
|
||||
mcp?: boolean
|
||||
source?: "command" | "mcp" | "skill"
|
||||
template: string
|
||||
subtask?: boolean
|
||||
hints: Array<string>
|
||||
|
|
@ -4913,6 +4913,7 @@ export type AppSkillsResponses = {
|
|||
name: string
|
||||
description: string
|
||||
location: string
|
||||
content: string
|
||||
}>
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue