feat(core): expose mcp prompts as commands

This commit is contained in:
Aiden Cline 2026-06-29 18:53:36 -05:00
commit 1245420e53
5 changed files with 43 additions and 0 deletions

View file

@ -11,5 +11,6 @@ export const Info = Schema.Struct({
description: Schema.String.pipe(optional),
agent: Schema.String.pipe(optional),
model: Model.Ref.pipe(optional),
source: Schema.Literals(["command", "mcp", "skill"]).pipe(optional),
subtask: Schema.Boolean.pipe(optional),
}).annotate({ identifier: "CommandV2.Info" })