@otto-code/client 0.7.5 → 0.8.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.
package/dist/index.d.ts CHANGED
@@ -118,13 +118,13 @@ export interface OttoAgentCreateOptions extends OttoAgentConfigOverrides {
118
118
  provider?: CreateAgentRequestMessage["config"]["provider"];
119
119
  cwd?: string;
120
120
  workspaceId?: string;
121
+ callerAgentId?: string;
121
122
  initialPrompt?: string;
122
123
  clientMessageId?: string;
123
124
  outputSchema?: Record<string, unknown>;
124
125
  images?: CreateAgentRequestMessage["images"];
125
126
  attachments?: CreateAgentRequestMessage["attachments"];
126
127
  git?: CreateAgentRequestMessage["git"];
127
- worktreeName?: string;
128
128
  requestId?: string;
129
129
  labels?: Record<string, string>;
130
130
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otto-code/client",
3
- "version": "0.7.5",
3
+ "version": "0.8.0",
4
4
  "description": "Otto client SDK package",
5
5
  "license": "AGPL-3.0-or-later",
6
6
  "files": [
@@ -36,8 +36,8 @@
36
36
  "test": "vitest run"
37
37
  },
38
38
  "dependencies": {
39
- "@otto-code/protocol": "0.7.5",
40
- "@otto-code/relay": "0.7.5",
39
+ "@otto-code/protocol": "0.8.0",
40
+ "@otto-code/relay": "0.8.0",
41
41
  "zod": "^4.4.3"
42
42
  },
43
43
  "devDependencies": {