@ericsanchezok/synergy-sdk 1.2.11 → 1.2.13

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.
@@ -2201,6 +2201,7 @@ export type Command = {
2201
2201
  agent?: string;
2202
2202
  model?: string;
2203
2203
  mcp?: boolean;
2204
+ source?: "command" | "mcp" | "skill";
2204
2205
  template: string;
2205
2206
  hints: Array<string>;
2206
2207
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@ericsanchezok/synergy-sdk",
4
- "version": "1.2.11",
4
+ "version": "1.2.13",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "repository": {