@ironcode-ai/sdk 1.19.2 → 1.20.1

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.
@@ -1909,6 +1909,7 @@ export type Command = {
1909
1909
  agent?: string;
1910
1910
  model?: string;
1911
1911
  source?: "command" | "mcp" | "skill";
1912
+ external?: boolean;
1912
1913
  template: string;
1913
1914
  subtask?: boolean;
1914
1915
  hints: Array<string>;
@@ -4316,6 +4317,7 @@ export type AppSkillsResponses = {
4316
4317
  description: string;
4317
4318
  location: string;
4318
4319
  content: string;
4320
+ external?: boolean;
4319
4321
  }>;
4320
4322
  };
4321
4323
  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": "@ironcode-ai/sdk",
4
- "version": "1.19.2",
4
+ "version": "1.20.1",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {