mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 21:19:48 +00:00
feat: mcp prompts as slash commands (alternative) (#5767)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
This commit is contained in:
parent
977c9a3e2c
commit
57a2b5f444
4 changed files with 135 additions and 7 deletions
|
|
@ -1731,6 +1731,7 @@ export type Command = {
|
|||
model?: string
|
||||
template: string
|
||||
subtask?: boolean
|
||||
hints: Array<string>
|
||||
}
|
||||
|
||||
export type Model = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue