@ironcode-ai/sdk 1.19.1 → 1.20.0
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];
|