@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
- mcp?: boolean;
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];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@opencode-ai/sdk",
4
- "version": "1.1.47",
4
+ "version": "1.1.48",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {