@cubos/agent-sdk 0.0.1137217 → 0.0.1138604

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.
@@ -12760,7 +12760,8 @@ export interface components {
12760
12760
  prompt: string;
12761
12761
  /**
12762
12762
  * Format: uuid
12763
- * @description User context the task runs in (memory, channels). Optional.
12763
+ * @description User context the task runs in (memory, channels, and the identity
12764
+ * forwarded to MCP servers). Optional; must belong to the tenant.
12764
12765
  */
12765
12766
  user_id?: string | null;
12766
12767
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubos/agent-sdk",
3
- "version": "0.0.1137217",
3
+ "version": "0.0.1138604",
4
4
  "type": "module",
5
5
  "description": "Client for the Cubos Agent conversation API. Runs anywhere fetch does.",
6
6
  "license": "SEE LICENSE IN LICENSE",