@otto-code/protocol 0.9.6 → 0.9.8
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/browser-automation/rpc-schemas.d.ts +32 -0
- package/dist/browser-automation/rpc-schemas.js +14 -0
- package/dist/generated/validation/ws-outbound.aot.js +45115 -44953
- package/dist/messages.d.ts +313 -0
- package/dist/messages.js +68 -0
- package/dist/validation/ws-outbound-schema-metadata.d.ts +41 -0
- package/package.json +1 -1
|
@@ -5195,9 +5195,22 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5195
5195
|
toolCallId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
5196
5196
|
cwd: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
5197
5197
|
subtitle: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
5198
|
+
archivedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5199
|
+
stopScope: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
5200
|
+
child: "child";
|
|
5201
|
+
parent: "parent";
|
|
5202
|
+
}>>;
|
|
5198
5203
|
}, import("zod/v4/core").$strip>>;
|
|
5199
5204
|
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
5200
5205
|
}, import("zod/v4/core").$strip>;
|
|
5206
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
5207
|
+
type: import("zod").ZodLiteral<"agent.provider_subagents.control.response">;
|
|
5208
|
+
payload: import("zod").ZodObject<{
|
|
5209
|
+
requestId: import("zod").ZodString;
|
|
5210
|
+
parentAgentId: import("zod").ZodString;
|
|
5211
|
+
subagentId: import("zod").ZodString;
|
|
5212
|
+
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
5213
|
+
}, import("zod/v4/core").$strip>;
|
|
5201
5214
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
5202
5215
|
type: import("zod").ZodLiteral<"agent.provider_subagents.timeline.get.response">;
|
|
5203
5216
|
payload: import("zod").ZodObject<{
|
|
@@ -5249,6 +5262,11 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5249
5262
|
toolCallId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
5250
5263
|
cwd: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
5251
5264
|
subtitle: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
5265
|
+
archivedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5266
|
+
stopScope: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
5267
|
+
child: "child";
|
|
5268
|
+
parent: "parent";
|
|
5269
|
+
}>>;
|
|
5252
5270
|
}, import("zod/v4/core").$strip>;
|
|
5253
5271
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
5254
5272
|
kind: import("zod").ZodLiteral<"timeline">;
|
|
@@ -13794,6 +13812,29 @@ export declare const WSOutboundMessageSchema: {
|
|
|
13794
13812
|
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
13795
13813
|
requestId: import("zod").ZodString;
|
|
13796
13814
|
}, import("zod/v4/core").$strip>;
|
|
13815
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
13816
|
+
type: import("zod").ZodLiteral<"browser.history.search.response">;
|
|
13817
|
+
payload: import("zod").ZodObject<{
|
|
13818
|
+
entries: import("zod").ZodArray<import("zod").ZodObject<{
|
|
13819
|
+
url: import("zod").ZodString;
|
|
13820
|
+
title: import("zod").ZodString;
|
|
13821
|
+
visitedAt: import("zod").ZodString;
|
|
13822
|
+
}, import("zod/v4/core").$strip>>;
|
|
13823
|
+
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
13824
|
+
requestId: import("zod").ZodString;
|
|
13825
|
+
}, import("zod/v4/core").$strip>;
|
|
13826
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
13827
|
+
type: import("zod").ZodLiteral<"browser.history.record.response">;
|
|
13828
|
+
payload: import("zod").ZodObject<{
|
|
13829
|
+
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
13830
|
+
requestId: import("zod").ZodString;
|
|
13831
|
+
}, import("zod/v4/core").$strip>;
|
|
13832
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
13833
|
+
type: import("zod").ZodLiteral<"browser.history.clear.response">;
|
|
13834
|
+
payload: import("zod").ZodObject<{
|
|
13835
|
+
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
13836
|
+
requestId: import("zod").ZodString;
|
|
13837
|
+
}, import("zod/v4/core").$strip>;
|
|
13797
13838
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
13798
13839
|
type: import("zod").ZodLiteral<"file_download_token_response">;
|
|
13799
13840
|
payload: import("zod").ZodObject<{
|