@opencode-ai/sdk 1.1.47 → 1.1.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1868,7 +1868,7 @@ export type Command = {
|
|
|
1868
1868
|
description?: string;
|
|
1869
1869
|
agent?: string;
|
|
1870
1870
|
model?: string;
|
|
1871
|
-
|
|
1871
|
+
source?: "command" | "mcp" | "skill";
|
|
1872
1872
|
template: string;
|
|
1873
1873
|
subtask?: boolean;
|
|
1874
1874
|
hints: Array<string>;
|
|
@@ -4269,6 +4269,7 @@ export type AppSkillsResponses = {
|
|
|
4269
4269
|
name: string;
|
|
4270
4270
|
description: string;
|
|
4271
4271
|
location: string;
|
|
4272
|
+
content: string;
|
|
4272
4273
|
}>;
|
|
4273
4274
|
};
|
|
4274
4275
|
export type AppSkillsResponse = AppSkillsResponses[keyof AppSkillsResponses];
|