@getpaseo/protocol 0.1.109 → 0.2.0-beta.1
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/agent-types.d.ts +1 -0
- package/dist/forge-manifest.d.ts +66 -0
- package/dist/forge-manifest.js +92 -0
- package/dist/generated/validation/ws-outbound.aot.js +9001 -7859
- package/dist/git-remote.js +2 -1
- package/dist/messages.d.ts +2178 -80
- package/dist/messages.js +347 -21
- package/dist/provider-manifest.d.ts +1 -0
- package/dist/provider-manifest.js +21 -4
- package/dist/validation/ws-outbound-schema-metadata.d.ts +266 -16
- package/package.json +1 -1
|
@@ -101,6 +101,23 @@ const OPENCODE_MODES = [
|
|
|
101
101
|
colorTier: "planning",
|
|
102
102
|
},
|
|
103
103
|
];
|
|
104
|
+
export const OMP_MODES = [
|
|
105
|
+
{
|
|
106
|
+
id: "full",
|
|
107
|
+
label: "Full Access",
|
|
108
|
+
description: "Launches OMP with yolo approval mode so tools run without prompts.",
|
|
109
|
+
icon: "ShieldOff",
|
|
110
|
+
colorTier: "dangerous",
|
|
111
|
+
isUnattended: true,
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
id: "ask",
|
|
115
|
+
label: "Always Ask",
|
|
116
|
+
description: "Launches OMP with always-ask approval mode for write and exec tools.",
|
|
117
|
+
icon: "ShieldCheck",
|
|
118
|
+
colorTier: "safe",
|
|
119
|
+
},
|
|
120
|
+
];
|
|
104
121
|
const MOCK_LOAD_TEST_MODES = [
|
|
105
122
|
{
|
|
106
123
|
id: "load-test",
|
|
@@ -174,11 +191,11 @@ export const AGENT_PROVIDER_DEFINITIONS = [
|
|
|
174
191
|
},
|
|
175
192
|
{
|
|
176
193
|
id: "omp",
|
|
177
|
-
label: "
|
|
178
|
-
description: "
|
|
194
|
+
label: "Oh My Pi",
|
|
195
|
+
description: "Multi-provider coding agent with native approvals, host tools, and subagents",
|
|
179
196
|
enabledByDefault: false,
|
|
180
|
-
defaultModeId:
|
|
181
|
-
modes:
|
|
197
|
+
defaultModeId: "full",
|
|
198
|
+
modes: OMP_MODES,
|
|
182
199
|
},
|
|
183
200
|
];
|
|
184
201
|
export const DEV_AGENT_PROVIDER_DEFINITIONS = [
|
|
@@ -547,6 +547,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
547
547
|
}, import("zod/v4/core").$strip>>>;
|
|
548
548
|
refreshedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
549
549
|
}, import("zod/v4/core").$strip>>>;
|
|
550
|
+
forge: import("zod").ZodOptional<import("zod").ZodString>;
|
|
550
551
|
project: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
551
552
|
projectKey: import("zod").ZodString;
|
|
552
553
|
projectName: import("zod").ZodString;
|
|
@@ -700,6 +701,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
700
701
|
} | null | undefined;
|
|
701
702
|
refreshedAt?: string | null | undefined;
|
|
702
703
|
} | null | undefined;
|
|
704
|
+
forge?: string | undefined;
|
|
703
705
|
project?: {
|
|
704
706
|
projectKey: string;
|
|
705
707
|
projectName: string;
|
|
@@ -805,6 +807,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
805
807
|
} | null | undefined;
|
|
806
808
|
refreshedAt?: string | null | undefined;
|
|
807
809
|
} | null | undefined;
|
|
810
|
+
forge?: string | undefined;
|
|
808
811
|
project?: {
|
|
809
812
|
projectKey: string;
|
|
810
813
|
projectName: string;
|
|
@@ -1522,6 +1525,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1522
1525
|
}, import("zod/v4/core").$strip>>>;
|
|
1523
1526
|
refreshedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1524
1527
|
}, import("zod/v4/core").$strip>>>;
|
|
1528
|
+
forge: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1525
1529
|
project: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1526
1530
|
projectKey: import("zod").ZodString;
|
|
1527
1531
|
projectName: import("zod").ZodString;
|
|
@@ -1675,6 +1679,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1675
1679
|
} | null | undefined;
|
|
1676
1680
|
refreshedAt?: string | null | undefined;
|
|
1677
1681
|
} | null | undefined;
|
|
1682
|
+
forge?: string | undefined;
|
|
1678
1683
|
project?: {
|
|
1679
1684
|
projectKey: string;
|
|
1680
1685
|
projectName: string;
|
|
@@ -1780,6 +1785,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1780
1785
|
} | null | undefined;
|
|
1781
1786
|
refreshedAt?: string | null | undefined;
|
|
1782
1787
|
} | null | undefined;
|
|
1788
|
+
forge?: string | undefined;
|
|
1783
1789
|
project?: {
|
|
1784
1790
|
projectKey: string;
|
|
1785
1791
|
projectName: string;
|
|
@@ -1989,6 +1995,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1989
1995
|
}, import("zod/v4/core").$strip>>>;
|
|
1990
1996
|
refreshedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1991
1997
|
}, import("zod/v4/core").$strip>>>;
|
|
1998
|
+
forge: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1992
1999
|
project: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1993
2000
|
projectKey: import("zod").ZodString;
|
|
1994
2001
|
projectName: import("zod").ZodString;
|
|
@@ -2142,6 +2149,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2142
2149
|
} | null | undefined;
|
|
2143
2150
|
refreshedAt?: string | null | undefined;
|
|
2144
2151
|
} | null | undefined;
|
|
2152
|
+
forge?: string | undefined;
|
|
2145
2153
|
project?: {
|
|
2146
2154
|
projectKey: string;
|
|
2147
2155
|
projectName: string;
|
|
@@ -2247,6 +2255,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2247
2255
|
} | null | undefined;
|
|
2248
2256
|
refreshedAt?: string | null | undefined;
|
|
2249
2257
|
} | null | undefined;
|
|
2258
|
+
forge?: string | undefined;
|
|
2250
2259
|
project?: {
|
|
2251
2260
|
projectKey: string;
|
|
2252
2261
|
projectName: string;
|
|
@@ -3049,6 +3058,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3049
3058
|
}, import("zod/v4/core").$strip>>>;
|
|
3050
3059
|
refreshedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3051
3060
|
}, import("zod/v4/core").$strip>>>;
|
|
3061
|
+
forge: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3052
3062
|
project: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3053
3063
|
projectKey: import("zod").ZodString;
|
|
3054
3064
|
projectName: import("zod").ZodString;
|
|
@@ -3202,6 +3212,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3202
3212
|
} | null | undefined;
|
|
3203
3213
|
refreshedAt?: string | null | undefined;
|
|
3204
3214
|
} | null | undefined;
|
|
3215
|
+
forge?: string | undefined;
|
|
3205
3216
|
project?: {
|
|
3206
3217
|
projectKey: string;
|
|
3207
3218
|
projectName: string;
|
|
@@ -3307,6 +3318,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3307
3318
|
} | null | undefined;
|
|
3308
3319
|
refreshedAt?: string | null | undefined;
|
|
3309
3320
|
} | null | undefined;
|
|
3321
|
+
forge?: string | undefined;
|
|
3310
3322
|
project?: {
|
|
3311
3323
|
projectKey: string;
|
|
3312
3324
|
projectName: string;
|
|
@@ -3699,6 +3711,31 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3699
3711
|
pinnedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
|
3700
3712
|
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
3701
3713
|
}, import("zod/v4/core").$strip>;
|
|
3714
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
3715
|
+
type: import("zod").ZodLiteral<"workspace.recovery.inspect.response">;
|
|
3716
|
+
payload: import("zod").ZodObject<{
|
|
3717
|
+
requestId: import("zod").ZodString;
|
|
3718
|
+
state: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
3719
|
+
kind: import("zod").ZodLiteral<"recoverable">;
|
|
3720
|
+
workspaceId: import("zod").ZodString;
|
|
3721
|
+
workspaceName: import("zod").ZodString;
|
|
3722
|
+
action: import("zod").ZodString;
|
|
3723
|
+
branch: import("zod").ZodNullable<import("zod").ZodString>;
|
|
3724
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
3725
|
+
kind: import("zod").ZodLiteral<"unavailable">;
|
|
3726
|
+
workspaceId: import("zod").ZodString;
|
|
3727
|
+
reason: import("zod").ZodString;
|
|
3728
|
+
message: import("zod").ZodString;
|
|
3729
|
+
}, import("zod/v4/core").$strip>], "kind">;
|
|
3730
|
+
}, import("zod/v4/core").$strip>;
|
|
3731
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
3732
|
+
type: import("zod").ZodLiteral<"workspace.recovery.restore.response">;
|
|
3733
|
+
payload: import("zod").ZodObject<{
|
|
3734
|
+
requestId: import("zod").ZodString;
|
|
3735
|
+
workspaceId: import("zod").ZodString;
|
|
3736
|
+
accepted: import("zod").ZodBoolean;
|
|
3737
|
+
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
3738
|
+
}, import("zod/v4/core").$strip>;
|
|
3702
3739
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
3703
3740
|
type: import("zod").ZodLiteral<"wait_for_finish_response">;
|
|
3704
3741
|
payload: import("zod").ZodObject<{
|
|
@@ -3976,6 +4013,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3976
4013
|
prStatus: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3977
4014
|
cwd: import("zod").ZodString;
|
|
3978
4015
|
status: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
4016
|
+
forge: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
4017
|
+
projectPath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3979
4018
|
number: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3980
4019
|
url: import("zod").ZodString;
|
|
3981
4020
|
title: import("zod").ZodString;
|
|
@@ -4023,8 +4062,11 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4023
4062
|
isMergeQueueEnabled: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
4024
4063
|
isInMergeQueue: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
4025
4064
|
}, import("zod/v4/core").$strip>>;
|
|
4065
|
+
forgeSpecific: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
4026
4066
|
}, import("zod/v4/core").$strip>>;
|
|
4027
4067
|
githubFeaturesEnabled: import("zod").ZodBoolean;
|
|
4068
|
+
authState: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
4069
|
+
forge: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
4028
4070
|
error: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
4029
4071
|
code: import("zod").ZodEnum<{
|
|
4030
4072
|
NOT_GIT_REPO: "NOT_GIT_REPO";
|
|
@@ -4259,6 +4301,23 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4259
4301
|
}, import("zod/v4/core").$strip>>;
|
|
4260
4302
|
requestId: import("zod").ZodString;
|
|
4261
4303
|
}, import("zod/v4/core").$strip>;
|
|
4304
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
4305
|
+
type: import("zod").ZodLiteral<"checkout.forge.set_auto_merge.response">;
|
|
4306
|
+
payload: import("zod").ZodObject<{
|
|
4307
|
+
cwd: import("zod").ZodString;
|
|
4308
|
+
enabled: import("zod").ZodBoolean;
|
|
4309
|
+
success: import("zod").ZodBoolean;
|
|
4310
|
+
error: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
4311
|
+
code: import("zod").ZodEnum<{
|
|
4312
|
+
NOT_GIT_REPO: "NOT_GIT_REPO";
|
|
4313
|
+
NOT_ALLOWED: "NOT_ALLOWED";
|
|
4314
|
+
MERGE_CONFLICT: "MERGE_CONFLICT";
|
|
4315
|
+
UNKNOWN: "UNKNOWN";
|
|
4316
|
+
}>;
|
|
4317
|
+
message: import("zod").ZodString;
|
|
4318
|
+
}, import("zod/v4/core").$strip>>;
|
|
4319
|
+
requestId: import("zod").ZodString;
|
|
4320
|
+
}, import("zod/v4/core").$strip>;
|
|
4262
4321
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
4263
4322
|
type: import("zod").ZodLiteral<"checkout.github.set_auto_merge.response">;
|
|
4264
4323
|
payload: import("zod").ZodObject<{
|
|
@@ -4276,6 +4335,160 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4276
4335
|
}, import("zod/v4/core").$strip>>;
|
|
4277
4336
|
requestId: import("zod").ZodString;
|
|
4278
4337
|
}, import("zod/v4/core").$strip>;
|
|
4338
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
4339
|
+
type: import("zod").ZodLiteral<"checkout.commits.list.response">;
|
|
4340
|
+
payload: import("zod").ZodObject<{
|
|
4341
|
+
cwd: import("zod").ZodString;
|
|
4342
|
+
baseRef: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4343
|
+
commits: import("zod").ZodArray<import("zod").ZodObject<{
|
|
4344
|
+
sha: import("zod").ZodString;
|
|
4345
|
+
shortSha: import("zod").ZodString;
|
|
4346
|
+
subject: import("zod").ZodString;
|
|
4347
|
+
authorName: import("zod").ZodString;
|
|
4348
|
+
authorDate: import("zod").ZodString;
|
|
4349
|
+
isOnRemote: import("zod").ZodBoolean;
|
|
4350
|
+
files: import("zod").ZodArray<import("zod").ZodObject<{
|
|
4351
|
+
path: import("zod").ZodString;
|
|
4352
|
+
additions: import("zod").ZodNumber;
|
|
4353
|
+
deletions: import("zod").ZodNumber;
|
|
4354
|
+
status: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
4355
|
+
added: "added";
|
|
4356
|
+
modified: "modified";
|
|
4357
|
+
deleted: "deleted";
|
|
4358
|
+
renamed: "renamed";
|
|
4359
|
+
}>>;
|
|
4360
|
+
}, import("zod/v4/core").$strip>>;
|
|
4361
|
+
}, import("zod/v4/core").$strip>>;
|
|
4362
|
+
error: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
4363
|
+
code: import("zod").ZodEnum<{
|
|
4364
|
+
NOT_GIT_REPO: "NOT_GIT_REPO";
|
|
4365
|
+
NOT_ALLOWED: "NOT_ALLOWED";
|
|
4366
|
+
MERGE_CONFLICT: "MERGE_CONFLICT";
|
|
4367
|
+
UNKNOWN: "UNKNOWN";
|
|
4368
|
+
}>;
|
|
4369
|
+
message: import("zod").ZodString;
|
|
4370
|
+
}, import("zod/v4/core").$strip>>;
|
|
4371
|
+
requestId: import("zod").ZodString;
|
|
4372
|
+
}, import("zod/v4/core").$strip>;
|
|
4373
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
4374
|
+
type: import("zod").ZodLiteral<"checkout.commits.file_diff.response">;
|
|
4375
|
+
payload: import("zod").ZodObject<{
|
|
4376
|
+
cwd: import("zod").ZodString;
|
|
4377
|
+
sha: import("zod").ZodString;
|
|
4378
|
+
path: import("zod").ZodString;
|
|
4379
|
+
file: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
4380
|
+
path: import("zod").ZodString;
|
|
4381
|
+
isNew: import("zod").ZodBoolean;
|
|
4382
|
+
isDeleted: import("zod").ZodBoolean;
|
|
4383
|
+
additions: import("zod").ZodNumber;
|
|
4384
|
+
deletions: import("zod").ZodNumber;
|
|
4385
|
+
hunks: import("zod").ZodArray<import("zod").ZodObject<{
|
|
4386
|
+
oldStart: import("zod").ZodNumber;
|
|
4387
|
+
oldCount: import("zod").ZodNumber;
|
|
4388
|
+
newStart: import("zod").ZodNumber;
|
|
4389
|
+
newCount: import("zod").ZodNumber;
|
|
4390
|
+
lines: import("zod").ZodArray<import("zod").ZodObject<{
|
|
4391
|
+
type: import("zod").ZodEnum<{
|
|
4392
|
+
context: "context";
|
|
4393
|
+
add: "add";
|
|
4394
|
+
remove: "remove";
|
|
4395
|
+
header: "header";
|
|
4396
|
+
}>;
|
|
4397
|
+
content: import("zod").ZodString;
|
|
4398
|
+
tokens: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4399
|
+
text: import("zod").ZodString;
|
|
4400
|
+
style: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4401
|
+
}, import("zod/v4/core").$strip>>>;
|
|
4402
|
+
}, import("zod/v4/core").$strip>>;
|
|
4403
|
+
}, import("zod/v4/core").$strip>>;
|
|
4404
|
+
status: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
4405
|
+
ok: "ok";
|
|
4406
|
+
too_large: "too_large";
|
|
4407
|
+
binary: "binary";
|
|
4408
|
+
}>>;
|
|
4409
|
+
}, import("zod/v4/core").$strip>>;
|
|
4410
|
+
error: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
4411
|
+
code: import("zod").ZodEnum<{
|
|
4412
|
+
NOT_GIT_REPO: "NOT_GIT_REPO";
|
|
4413
|
+
NOT_ALLOWED: "NOT_ALLOWED";
|
|
4414
|
+
MERGE_CONFLICT: "MERGE_CONFLICT";
|
|
4415
|
+
UNKNOWN: "UNKNOWN";
|
|
4416
|
+
}>;
|
|
4417
|
+
message: import("zod").ZodString;
|
|
4418
|
+
}, import("zod/v4/core").$strip>>;
|
|
4419
|
+
requestId: import("zod").ZodString;
|
|
4420
|
+
}, import("zod/v4/core").$strip>;
|
|
4421
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
4422
|
+
type: import("zod").ZodLiteral<"checkout.forge.get_check_details.response">;
|
|
4423
|
+
payload: import("zod").ZodObject<{
|
|
4424
|
+
cwd: import("zod").ZodString;
|
|
4425
|
+
success: import("zod").ZodBoolean;
|
|
4426
|
+
details: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
4427
|
+
checkRunId: import("zod").ZodNumber;
|
|
4428
|
+
workflowRunId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
4429
|
+
name: import("zod").ZodString;
|
|
4430
|
+
status: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4431
|
+
conclusion: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4432
|
+
url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4433
|
+
detailsUrl: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4434
|
+
output: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
4435
|
+
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4436
|
+
summary: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4437
|
+
text: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4438
|
+
}, import("zod/v4/core").$strip>>>;
|
|
4439
|
+
annotations: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4440
|
+
path: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4441
|
+
startLine: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4442
|
+
endLine: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4443
|
+
annotationLevel: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4444
|
+
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4445
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4446
|
+
rawDetails: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4447
|
+
}, import("zod/v4/core").$strip>>>>;
|
|
4448
|
+
failedJobs: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4449
|
+
jobId: import("zod").ZodNumber;
|
|
4450
|
+
name: import("zod").ZodString;
|
|
4451
|
+
status: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4452
|
+
conclusion: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4453
|
+
url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4454
|
+
logTail: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4455
|
+
logTruncated: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4456
|
+
}, import("zod/v4/core").$strip>>>>;
|
|
4457
|
+
truncated: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
4458
|
+
pipeline: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
4459
|
+
id: import("zod").ZodNumber;
|
|
4460
|
+
status: import("zod").ZodString;
|
|
4461
|
+
rawStatus: import("zod").ZodString;
|
|
4462
|
+
url: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
4463
|
+
ref: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
4464
|
+
sha: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
4465
|
+
stages: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4466
|
+
name: import("zod").ZodString;
|
|
4467
|
+
status: import("zod").ZodString;
|
|
4468
|
+
jobs: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4469
|
+
id: import("zod").ZodNumber;
|
|
4470
|
+
name: import("zod").ZodString;
|
|
4471
|
+
stage: import("zod").ZodString;
|
|
4472
|
+
status: import("zod").ZodString;
|
|
4473
|
+
rawStatus: import("zod").ZodString;
|
|
4474
|
+
url: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
4475
|
+
allowFailure: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
4476
|
+
durationSeconds: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
4477
|
+
}, import("zod/v4/core").$strip>>>>;
|
|
4478
|
+
}, import("zod/v4/core").$strip>>>>;
|
|
4479
|
+
}, import("zod/v4/core").$strip>>>;
|
|
4480
|
+
}, import("zod/v4/core").$strip>>>>;
|
|
4481
|
+
error: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
4482
|
+
code: import("zod").ZodEnum<{
|
|
4483
|
+
NOT_GIT_REPO: "NOT_GIT_REPO";
|
|
4484
|
+
NOT_ALLOWED: "NOT_ALLOWED";
|
|
4485
|
+
MERGE_CONFLICT: "MERGE_CONFLICT";
|
|
4486
|
+
UNKNOWN: "UNKNOWN";
|
|
4487
|
+
}>;
|
|
4488
|
+
message: import("zod").ZodString;
|
|
4489
|
+
}, import("zod/v4/core").$strip>>;
|
|
4490
|
+
requestId: import("zod").ZodString;
|
|
4491
|
+
}, import("zod/v4/core").$strip>;
|
|
4279
4492
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
4280
4493
|
type: import("zod").ZodLiteral<"checkout.github.get_check_details.response">;
|
|
4281
4494
|
payload: import("zod").ZodObject<{
|
|
@@ -4313,6 +4526,28 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4313
4526
|
logTruncated: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4314
4527
|
}, import("zod/v4/core").$strip>>>>;
|
|
4315
4528
|
truncated: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
4529
|
+
pipeline: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
4530
|
+
id: import("zod").ZodNumber;
|
|
4531
|
+
status: import("zod").ZodString;
|
|
4532
|
+
rawStatus: import("zod").ZodString;
|
|
4533
|
+
url: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
4534
|
+
ref: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
4535
|
+
sha: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
4536
|
+
stages: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4537
|
+
name: import("zod").ZodString;
|
|
4538
|
+
status: import("zod").ZodString;
|
|
4539
|
+
jobs: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4540
|
+
id: import("zod").ZodNumber;
|
|
4541
|
+
name: import("zod").ZodString;
|
|
4542
|
+
stage: import("zod").ZodString;
|
|
4543
|
+
status: import("zod").ZodString;
|
|
4544
|
+
rawStatus: import("zod").ZodString;
|
|
4545
|
+
url: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
4546
|
+
allowFailure: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
4547
|
+
durationSeconds: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
4548
|
+
}, import("zod/v4/core").$strip>>>>;
|
|
4549
|
+
}, import("zod/v4/core").$strip>>>>;
|
|
4550
|
+
}, import("zod/v4/core").$strip>>>;
|
|
4316
4551
|
}, import("zod/v4/core").$strip>>>>;
|
|
4317
4552
|
error: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
4318
4553
|
code: import("zod").ZodEnum<{
|
|
@@ -4330,6 +4565,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4330
4565
|
payload: import("zod").ZodObject<{
|
|
4331
4566
|
cwd: import("zod").ZodString;
|
|
4332
4567
|
status: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
4568
|
+
forge: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
4569
|
+
projectPath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4333
4570
|
number: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4334
4571
|
url: import("zod").ZodString;
|
|
4335
4572
|
title: import("zod").ZodString;
|
|
@@ -4377,8 +4614,11 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4377
4614
|
isMergeQueueEnabled: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
4378
4615
|
isInMergeQueue: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
4379
4616
|
}, import("zod/v4/core").$strip>>;
|
|
4617
|
+
forgeSpecific: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
4380
4618
|
}, import("zod/v4/core").$strip>>;
|
|
4381
4619
|
githubFeaturesEnabled: import("zod").ZodBoolean;
|
|
4620
|
+
authState: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
4621
|
+
forge: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
4382
4622
|
error: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
4383
4623
|
code: import("zod").ZodEnum<{
|
|
4384
4624
|
NOT_GIT_REPO: "NOT_GIT_REPO";
|
|
@@ -4419,6 +4659,8 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4419
4659
|
createdAt: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
4420
4660
|
url: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
4421
4661
|
reviewId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4662
|
+
threadId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4663
|
+
threadIsResolved: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4422
4664
|
location: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4423
4665
|
path: import("zod").ZodString;
|
|
4424
4666
|
line: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -4441,6 +4683,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4441
4683
|
}, import("zod/v4/core").$strip>], "kind">>>>>;
|
|
4442
4684
|
requestId: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
4443
4685
|
githubFeaturesEnabled: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
4686
|
+
authState: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
4444
4687
|
}, import("zod/v4/core").$strip>>>;
|
|
4445
4688
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
4446
4689
|
type: import("zod").ZodLiteral<"checkout_switch_branch_response">;
|
|
@@ -4555,25 +4798,21 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4555
4798
|
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4556
4799
|
requestId: import("zod").ZodString;
|
|
4557
4800
|
}, import("zod/v4/core").$strip>;
|
|
4801
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
4802
|
+
type: import("zod").ZodLiteral<"forge.search.response">;
|
|
4803
|
+
payload: import("zod").ZodObject<{
|
|
4804
|
+
items: import("zod").ZodArray<import("zod").ZodUnknown>;
|
|
4805
|
+
authState: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
4806
|
+
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4807
|
+
requestId: import("zod").ZodString;
|
|
4808
|
+
}, import("zod/v4/core").$strip>;
|
|
4558
4809
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
4559
4810
|
type: import("zod").ZodLiteral<"github_search_response">;
|
|
4560
4811
|
payload: import("zod").ZodObject<{
|
|
4561
|
-
items: import("zod").ZodArray<import("zod").
|
|
4562
|
-
|
|
4563
|
-
|
|
4564
|
-
|
|
4565
|
-
}>;
|
|
4566
|
-
number: import("zod").ZodNumber;
|
|
4567
|
-
title: import("zod").ZodString;
|
|
4568
|
-
url: import("zod").ZodString;
|
|
4569
|
-
state: import("zod").ZodString;
|
|
4570
|
-
body: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4571
|
-
labels: import("zod").ZodArray<import("zod").ZodString>;
|
|
4572
|
-
baseRefName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4573
|
-
headRefName: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4574
|
-
updatedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4575
|
-
}, import("zod/v4/core").$strip>>;
|
|
4576
|
-
githubFeaturesEnabled: import("zod").ZodBoolean;
|
|
4812
|
+
items: import("zod").ZodArray<import("zod").ZodUnknown>;
|
|
4813
|
+
featuresEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4814
|
+
authState: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
4815
|
+
githubFeaturesEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4577
4816
|
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4578
4817
|
requestId: import("zod").ZodString;
|
|
4579
4818
|
}, import("zod/v4/core").$strip>;
|
|
@@ -4748,6 +4987,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4748
4987
|
}, import("zod/v4/core").$strip>>>;
|
|
4749
4988
|
refreshedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4750
4989
|
}, import("zod/v4/core").$strip>>>;
|
|
4990
|
+
forge: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4751
4991
|
project: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4752
4992
|
projectKey: import("zod").ZodString;
|
|
4753
4993
|
projectName: import("zod").ZodString;
|
|
@@ -4901,6 +5141,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4901
5141
|
} | null | undefined;
|
|
4902
5142
|
refreshedAt?: string | null | undefined;
|
|
4903
5143
|
} | null | undefined;
|
|
5144
|
+
forge?: string | undefined;
|
|
4904
5145
|
project?: {
|
|
4905
5146
|
projectKey: string;
|
|
4906
5147
|
projectName: string;
|
|
@@ -5006,6 +5247,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5006
5247
|
} | null | undefined;
|
|
5007
5248
|
refreshedAt?: string | null | undefined;
|
|
5008
5249
|
} | null | undefined;
|
|
5250
|
+
forge?: string | undefined;
|
|
5009
5251
|
project?: {
|
|
5010
5252
|
projectKey: string;
|
|
5011
5253
|
projectName: string;
|
|
@@ -5190,6 +5432,10 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5190
5432
|
provider: import("zod").ZodString;
|
|
5191
5433
|
status: import("zod").ZodType<import("../agent-types.js").ProviderStatus, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").ProviderStatus, unknown>>;
|
|
5192
5434
|
enabled: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
5435
|
+
source: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
5436
|
+
builtin: "builtin";
|
|
5437
|
+
custom: "custom";
|
|
5438
|
+
}>>;
|
|
5193
5439
|
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5194
5440
|
models: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodType<import("../agent-types.js").AgentModelDefinition, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").AgentModelDefinition, unknown>>>>;
|
|
5195
5441
|
modes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodType<import("../agent-types.js").AgentMode, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").AgentMode, unknown>>>>;
|
|
@@ -5209,6 +5455,10 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5209
5455
|
provider: import("zod").ZodString;
|
|
5210
5456
|
status: import("zod").ZodType<import("../agent-types.js").ProviderStatus, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").ProviderStatus, unknown>>;
|
|
5211
5457
|
enabled: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
5458
|
+
source: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
5459
|
+
builtin: "builtin";
|
|
5460
|
+
custom: "custom";
|
|
5461
|
+
}>>;
|
|
5212
5462
|
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5213
5463
|
models: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodType<import("../agent-types.js").AgentModelDefinition, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").AgentModelDefinition, unknown>>>>;
|
|
5214
5464
|
modes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodType<import("../agent-types.js").AgentMode, unknown, import("zod/v4/core").$ZodTypeInternals<import("../agent-types.js").AgentMode, unknown>>>>;
|