@agent-relay/sdk 11.6.8 → 11.6.10

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.
Binary file
Binary file
Binary file
Binary file
@@ -37,8 +37,8 @@ export interface RelaySpawnAgentInput {
37
37
  channel?: string;
38
38
  persona?: string;
39
39
  /**
40
- * Free-form spawn metadata forwarded to the broker (for example `{ model }`,
41
- * which the broker extracts to pass `--model` to the launched CLI).
40
+ * Free-form spawn metadata forwarded to the broker (for example `{ model,
41
+ * worker_cwd }`, which the broker extracts into launch settings).
42
42
  */
43
43
  metadata?: Record<string, unknown>;
44
44
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-relay/sdk",
3
- "version": "11.6.8",
3
+ "version": "11.6.10",
4
4
  "engines": {
5
5
  "node": ">=22.0.0"
6
6
  },