@opencode-ai/schema 0.0.0-next-14829 → 0.0.0-next-14834
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/durable-event-manifest.d.ts +142 -66
- package/dist/event-manifest.d.ts +304 -152
- package/dist/session-event.d.ts +740 -360
- package/dist/session-event.js +38 -38
- package/dist/session-message.d.ts +58 -6
- package/dist/session-message.js +3 -3
- package/package.json +1 -1
package/dist/event-manifest.d.ts
CHANGED
|
@@ -2491,7 +2491,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
2491
2491
|
};
|
|
2492
2492
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
2493
2493
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
2494
|
-
readonly type: import("effect/Schema").Literal<"agent.selected">;
|
|
2494
|
+
readonly type: import("effect/Schema").Literal<"session.agent.selected">;
|
|
2495
2495
|
readonly durable: import("effect/Schema").Struct<{
|
|
2496
2496
|
readonly aggregateID: import("effect/Schema").String;
|
|
2497
2497
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -2524,7 +2524,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
2524
2524
|
};
|
|
2525
2525
|
}>;
|
|
2526
2526
|
}> & {
|
|
2527
|
-
type: "agent.selected";
|
|
2527
|
+
type: "session.agent.selected";
|
|
2528
2528
|
durability: "durable";
|
|
2529
2529
|
durable: {
|
|
2530
2530
|
readonly version: number;
|
|
@@ -2543,7 +2543,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
2543
2543
|
};
|
|
2544
2544
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
2545
2545
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
2546
|
-
readonly type: import("effect/Schema").Literal<"model.selected">;
|
|
2546
|
+
readonly type: import("effect/Schema").Literal<"session.model.selected">;
|
|
2547
2547
|
readonly durable: import("effect/Schema").Struct<{
|
|
2548
2548
|
readonly aggregateID: import("effect/Schema").String;
|
|
2549
2549
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -2592,7 +2592,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
2592
2592
|
};
|
|
2593
2593
|
}>;
|
|
2594
2594
|
}> & {
|
|
2595
|
-
type: "model.selected";
|
|
2595
|
+
type: "session.model.selected";
|
|
2596
2596
|
durability: "durable";
|
|
2597
2597
|
durable: {
|
|
2598
2598
|
readonly version: number;
|
|
@@ -2699,7 +2699,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
2699
2699
|
};
|
|
2700
2700
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
2701
2701
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
2702
|
-
readonly type: import("effect/Schema").Literal<"renamed">;
|
|
2702
|
+
readonly type: import("effect/Schema").Literal<"session.renamed">;
|
|
2703
2703
|
readonly durable: import("effect/Schema").Struct<{
|
|
2704
2704
|
readonly aggregateID: import("effect/Schema").String;
|
|
2705
2705
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -2732,7 +2732,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
2732
2732
|
};
|
|
2733
2733
|
}>;
|
|
2734
2734
|
}> & {
|
|
2735
|
-
type: "renamed";
|
|
2735
|
+
type: "session.renamed";
|
|
2736
2736
|
durability: "durable";
|
|
2737
2737
|
durable: {
|
|
2738
2738
|
readonly version: number;
|
|
@@ -2751,7 +2751,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
2751
2751
|
};
|
|
2752
2752
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
2753
2753
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
2754
|
-
readonly type: import("effect/Schema").Literal<"forked">;
|
|
2754
|
+
readonly type: import("effect/Schema").Literal<"session.forked">;
|
|
2755
2755
|
readonly durable: import("effect/Schema").Struct<{
|
|
2756
2756
|
readonly aggregateID: import("effect/Schema").String;
|
|
2757
2757
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -2794,7 +2794,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
2794
2794
|
};
|
|
2795
2795
|
}>;
|
|
2796
2796
|
}> & {
|
|
2797
|
-
type: "forked";
|
|
2797
|
+
type: "session.forked";
|
|
2798
2798
|
durability: "durable";
|
|
2799
2799
|
durable: {
|
|
2800
2800
|
readonly version: number;
|
|
@@ -2823,7 +2823,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
2823
2823
|
};
|
|
2824
2824
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
2825
2825
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
2826
|
-
readonly type: import("effect/Schema").Literal<"prompt.promoted">;
|
|
2826
|
+
readonly type: import("effect/Schema").Literal<"session.prompt.promoted">;
|
|
2827
2827
|
readonly durable: import("effect/Schema").Struct<{
|
|
2828
2828
|
readonly aggregateID: import("effect/Schema").String;
|
|
2829
2829
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -2859,7 +2859,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
2859
2859
|
};
|
|
2860
2860
|
}>;
|
|
2861
2861
|
}> & {
|
|
2862
|
-
type: "prompt.promoted";
|
|
2862
|
+
type: "session.prompt.promoted";
|
|
2863
2863
|
durability: "durable";
|
|
2864
2864
|
durable: {
|
|
2865
2865
|
readonly version: number;
|
|
@@ -2881,7 +2881,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
2881
2881
|
};
|
|
2882
2882
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
2883
2883
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
2884
|
-
readonly type: import("effect/Schema").Literal<"prompt.admitted">;
|
|
2884
|
+
readonly type: import("effect/Schema").Literal<"session.prompt.admitted">;
|
|
2885
2885
|
readonly durable: import("effect/Schema").Struct<{
|
|
2886
2886
|
readonly aggregateID: import("effect/Schema").String;
|
|
2887
2887
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -3042,7 +3042,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
3042
3042
|
};
|
|
3043
3043
|
}>;
|
|
3044
3044
|
}> & {
|
|
3045
|
-
type: "prompt.admitted";
|
|
3045
|
+
type: "session.prompt.admitted";
|
|
3046
3046
|
durability: "durable";
|
|
3047
3047
|
durable: {
|
|
3048
3048
|
readonly version: number;
|
|
@@ -3189,7 +3189,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
3189
3189
|
};
|
|
3190
3190
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
3191
3191
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
3192
|
-
readonly type: import("effect/Schema").Literal<"execution.settled">;
|
|
3192
|
+
readonly type: import("effect/Schema").Literal<"session.execution.settled">;
|
|
3193
3193
|
readonly location: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Struct<{
|
|
3194
3194
|
readonly directory: import("effect/Schema").brand<import("effect/Schema").String, "AbsolutePath">;
|
|
3195
3195
|
readonly workspaceID: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").brand<import("effect/Schema").String, "WorkspaceV2.ID"> & {
|
|
@@ -3224,7 +3224,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
3224
3224
|
};
|
|
3225
3225
|
}>;
|
|
3226
3226
|
}> & {
|
|
3227
|
-
type: "execution.settled";
|
|
3227
|
+
type: "session.execution.settled";
|
|
3228
3228
|
durability: "ephemeral";
|
|
3229
3229
|
durable: undefined;
|
|
3230
3230
|
data: import("effect/Schema").Struct<{
|
|
@@ -3299,7 +3299,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
3299
3299
|
};
|
|
3300
3300
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
3301
3301
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
3302
|
-
readonly type: import("effect/Schema").Literal<"synthetic">;
|
|
3302
|
+
readonly type: import("effect/Schema").Literal<"session.synthetic">;
|
|
3303
3303
|
readonly durable: import("effect/Schema").Struct<{
|
|
3304
3304
|
readonly aggregateID: import("effect/Schema").String;
|
|
3305
3305
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -3334,7 +3334,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
3334
3334
|
};
|
|
3335
3335
|
}>;
|
|
3336
3336
|
}> & {
|
|
3337
|
-
type: "synthetic";
|
|
3337
|
+
type: "session.synthetic";
|
|
3338
3338
|
durability: "durable";
|
|
3339
3339
|
durable: {
|
|
3340
3340
|
readonly version: number;
|
|
@@ -3355,7 +3355,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
3355
3355
|
};
|
|
3356
3356
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
3357
3357
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
3358
|
-
readonly type: import("effect/Schema").Literal<"skill.activated">;
|
|
3358
|
+
readonly type: import("effect/Schema").Literal<"session.skill.activated">;
|
|
3359
3359
|
readonly durable: import("effect/Schema").Struct<{
|
|
3360
3360
|
readonly aggregateID: import("effect/Schema").String;
|
|
3361
3361
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -3389,7 +3389,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
3389
3389
|
};
|
|
3390
3390
|
}>;
|
|
3391
3391
|
}> & {
|
|
3392
|
-
type: "skill.activated";
|
|
3392
|
+
type: "session.skill.activated";
|
|
3393
3393
|
durability: "durable";
|
|
3394
3394
|
durable: {
|
|
3395
3395
|
readonly version: number;
|
|
@@ -3409,7 +3409,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
3409
3409
|
};
|
|
3410
3410
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
3411
3411
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
3412
|
-
readonly type: import("effect/Schema").Literal<"shell.started">;
|
|
3412
|
+
readonly type: import("effect/Schema").Literal<"session.shell.started">;
|
|
3413
3413
|
readonly durable: import("effect/Schema").Struct<{
|
|
3414
3414
|
readonly aggregateID: import("effect/Schema").String;
|
|
3415
3415
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -3435,23 +3435,55 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
3435
3435
|
}>, never, never>;
|
|
3436
3436
|
}>>, never, never>;
|
|
3437
3437
|
readonly data: import("effect/Schema").Struct<{
|
|
3438
|
-
readonly
|
|
3439
|
-
|
|
3438
|
+
readonly shell: import("effect/Schema").Struct<{
|
|
3439
|
+
readonly id: import("effect/Schema").brand<import("effect/Schema").String, "ShellID"> & {
|
|
3440
|
+
create: () => string & import("effect/Brand").Brand<"ShellID">;
|
|
3441
|
+
ascending: (id?: string) => string & import("effect/Brand").Brand<"ShellID">;
|
|
3442
|
+
};
|
|
3443
|
+
readonly status: import("effect/Schema").Literals<readonly ["running", "exited", "timeout", "killed"]>;
|
|
3444
|
+
readonly command: import("effect/Schema").String;
|
|
3445
|
+
readonly cwd: import("effect/Schema").String;
|
|
3446
|
+
readonly shell: import("effect/Schema").String;
|
|
3447
|
+
readonly file: import("effect/Schema").String;
|
|
3448
|
+
readonly pid: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Int>>, import("effect/Schema").optionalKey<import("effect/Schema").Int>, never, never>;
|
|
3449
|
+
readonly exit: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Number>>, import("effect/Schema").optionalKey<import("effect/Schema").Number>, never, never>;
|
|
3450
|
+
readonly metadata: import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>;
|
|
3451
|
+
readonly time: import("effect/Schema").Struct<{
|
|
3452
|
+
readonly started: import("effect/Schema").Number;
|
|
3453
|
+
readonly completed: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Number>>, import("effect/Schema").optionalKey<import("effect/Schema").Number>, never, never>;
|
|
3454
|
+
}>;
|
|
3455
|
+
}>;
|
|
3440
3456
|
readonly sessionID: import("effect/Schema").brand<import("effect/Schema").String, "SessionID"> & {
|
|
3441
3457
|
create: () => string & import("effect/Brand").Brand<"SessionID">;
|
|
3442
3458
|
descending: (id?: string) => string & import("effect/Brand").Brand<"SessionID">;
|
|
3443
3459
|
};
|
|
3444
3460
|
}>;
|
|
3445
3461
|
}> & {
|
|
3446
|
-
type: "shell.started";
|
|
3462
|
+
type: "session.shell.started";
|
|
3447
3463
|
durability: "durable";
|
|
3448
3464
|
durable: {
|
|
3449
3465
|
readonly version: number;
|
|
3450
3466
|
readonly aggregate: string;
|
|
3451
3467
|
};
|
|
3452
3468
|
data: import("effect/Schema").Struct<{
|
|
3453
|
-
readonly
|
|
3454
|
-
|
|
3469
|
+
readonly shell: import("effect/Schema").Struct<{
|
|
3470
|
+
readonly id: import("effect/Schema").brand<import("effect/Schema").String, "ShellID"> & {
|
|
3471
|
+
create: () => string & import("effect/Brand").Brand<"ShellID">;
|
|
3472
|
+
ascending: (id?: string) => string & import("effect/Brand").Brand<"ShellID">;
|
|
3473
|
+
};
|
|
3474
|
+
readonly status: import("effect/Schema").Literals<readonly ["running", "exited", "timeout", "killed"]>;
|
|
3475
|
+
readonly command: import("effect/Schema").String;
|
|
3476
|
+
readonly cwd: import("effect/Schema").String;
|
|
3477
|
+
readonly shell: import("effect/Schema").String;
|
|
3478
|
+
readonly file: import("effect/Schema").String;
|
|
3479
|
+
readonly pid: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Int>>, import("effect/Schema").optionalKey<import("effect/Schema").Int>, never, never>;
|
|
3480
|
+
readonly exit: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Number>>, import("effect/Schema").optionalKey<import("effect/Schema").Number>, never, never>;
|
|
3481
|
+
readonly metadata: import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>;
|
|
3482
|
+
readonly time: import("effect/Schema").Struct<{
|
|
3483
|
+
readonly started: import("effect/Schema").Number;
|
|
3484
|
+
readonly completed: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Number>>, import("effect/Schema").optionalKey<import("effect/Schema").Number>, never, never>;
|
|
3485
|
+
}>;
|
|
3486
|
+
}>;
|
|
3455
3487
|
readonly sessionID: import("effect/Schema").brand<import("effect/Schema").String, "SessionID"> & {
|
|
3456
3488
|
create: () => string & import("effect/Brand").Brand<"SessionID">;
|
|
3457
3489
|
descending: (id?: string) => string & import("effect/Brand").Brand<"SessionID">;
|
|
@@ -3463,7 +3495,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
3463
3495
|
};
|
|
3464
3496
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
3465
3497
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
3466
|
-
readonly type: import("effect/Schema").Literal<"shell.ended">;
|
|
3498
|
+
readonly type: import("effect/Schema").Literal<"session.shell.ended">;
|
|
3467
3499
|
readonly durable: import("effect/Schema").Struct<{
|
|
3468
3500
|
readonly aggregateID: import("effect/Schema").String;
|
|
3469
3501
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -3489,23 +3521,67 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
3489
3521
|
}>, never, never>;
|
|
3490
3522
|
}>>, never, never>;
|
|
3491
3523
|
readonly data: import("effect/Schema").Struct<{
|
|
3492
|
-
readonly
|
|
3493
|
-
|
|
3524
|
+
readonly shell: import("effect/Schema").Struct<{
|
|
3525
|
+
readonly id: import("effect/Schema").brand<import("effect/Schema").String, "ShellID"> & {
|
|
3526
|
+
create: () => string & import("effect/Brand").Brand<"ShellID">;
|
|
3527
|
+
ascending: (id?: string) => string & import("effect/Brand").Brand<"ShellID">;
|
|
3528
|
+
};
|
|
3529
|
+
readonly status: import("effect/Schema").Literals<readonly ["running", "exited", "timeout", "killed"]>;
|
|
3530
|
+
readonly command: import("effect/Schema").String;
|
|
3531
|
+
readonly cwd: import("effect/Schema").String;
|
|
3532
|
+
readonly shell: import("effect/Schema").String;
|
|
3533
|
+
readonly file: import("effect/Schema").String;
|
|
3534
|
+
readonly pid: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Int>>, import("effect/Schema").optionalKey<import("effect/Schema").Int>, never, never>;
|
|
3535
|
+
readonly exit: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Number>>, import("effect/Schema").optionalKey<import("effect/Schema").Number>, never, never>;
|
|
3536
|
+
readonly metadata: import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>;
|
|
3537
|
+
readonly time: import("effect/Schema").Struct<{
|
|
3538
|
+
readonly started: import("effect/Schema").Number;
|
|
3539
|
+
readonly completed: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Number>>, import("effect/Schema").optionalKey<import("effect/Schema").Number>, never, never>;
|
|
3540
|
+
}>;
|
|
3541
|
+
}>;
|
|
3542
|
+
readonly output: import("effect/Schema").Struct<{
|
|
3543
|
+
readonly output: import("effect/Schema").String;
|
|
3544
|
+
readonly cursor: import("effect/Schema").Int;
|
|
3545
|
+
readonly size: import("effect/Schema").Int;
|
|
3546
|
+
readonly truncated: import("effect/Schema").Boolean;
|
|
3547
|
+
}>;
|
|
3494
3548
|
readonly sessionID: import("effect/Schema").brand<import("effect/Schema").String, "SessionID"> & {
|
|
3495
3549
|
create: () => string & import("effect/Brand").Brand<"SessionID">;
|
|
3496
3550
|
descending: (id?: string) => string & import("effect/Brand").Brand<"SessionID">;
|
|
3497
3551
|
};
|
|
3498
3552
|
}>;
|
|
3499
3553
|
}> & {
|
|
3500
|
-
type: "shell.ended";
|
|
3554
|
+
type: "session.shell.ended";
|
|
3501
3555
|
durability: "durable";
|
|
3502
3556
|
durable: {
|
|
3503
3557
|
readonly version: number;
|
|
3504
3558
|
readonly aggregate: string;
|
|
3505
3559
|
};
|
|
3506
3560
|
data: import("effect/Schema").Struct<{
|
|
3507
|
-
readonly
|
|
3508
|
-
|
|
3561
|
+
readonly shell: import("effect/Schema").Struct<{
|
|
3562
|
+
readonly id: import("effect/Schema").brand<import("effect/Schema").String, "ShellID"> & {
|
|
3563
|
+
create: () => string & import("effect/Brand").Brand<"ShellID">;
|
|
3564
|
+
ascending: (id?: string) => string & import("effect/Brand").Brand<"ShellID">;
|
|
3565
|
+
};
|
|
3566
|
+
readonly status: import("effect/Schema").Literals<readonly ["running", "exited", "timeout", "killed"]>;
|
|
3567
|
+
readonly command: import("effect/Schema").String;
|
|
3568
|
+
readonly cwd: import("effect/Schema").String;
|
|
3569
|
+
readonly shell: import("effect/Schema").String;
|
|
3570
|
+
readonly file: import("effect/Schema").String;
|
|
3571
|
+
readonly pid: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Int>>, import("effect/Schema").optionalKey<import("effect/Schema").Int>, never, never>;
|
|
3572
|
+
readonly exit: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Number>>, import("effect/Schema").optionalKey<import("effect/Schema").Number>, never, never>;
|
|
3573
|
+
readonly metadata: import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>;
|
|
3574
|
+
readonly time: import("effect/Schema").Struct<{
|
|
3575
|
+
readonly started: import("effect/Schema").Number;
|
|
3576
|
+
readonly completed: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Number>>, import("effect/Schema").optionalKey<import("effect/Schema").Number>, never, never>;
|
|
3577
|
+
}>;
|
|
3578
|
+
}>;
|
|
3579
|
+
readonly output: import("effect/Schema").Struct<{
|
|
3580
|
+
readonly output: import("effect/Schema").String;
|
|
3581
|
+
readonly cursor: import("effect/Schema").Int;
|
|
3582
|
+
readonly size: import("effect/Schema").Int;
|
|
3583
|
+
readonly truncated: import("effect/Schema").Boolean;
|
|
3584
|
+
}>;
|
|
3509
3585
|
readonly sessionID: import("effect/Schema").brand<import("effect/Schema").String, "SessionID"> & {
|
|
3510
3586
|
create: () => string & import("effect/Brand").Brand<"SessionID">;
|
|
3511
3587
|
descending: (id?: string) => string & import("effect/Brand").Brand<"SessionID">;
|
|
@@ -3517,7 +3593,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
3517
3593
|
};
|
|
3518
3594
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
3519
3595
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
3520
|
-
readonly type: import("effect/Schema").Literal<"step.started">;
|
|
3596
|
+
readonly type: import("effect/Schema").Literal<"session.step.started">;
|
|
3521
3597
|
readonly durable: import("effect/Schema").Struct<{
|
|
3522
3598
|
readonly aggregateID: import("effect/Schema").String;
|
|
3523
3599
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -3572,7 +3648,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
3572
3648
|
};
|
|
3573
3649
|
}>;
|
|
3574
3650
|
}> & {
|
|
3575
|
-
type: "step.started";
|
|
3651
|
+
type: "session.step.started";
|
|
3576
3652
|
durability: "durable";
|
|
3577
3653
|
durable: {
|
|
3578
3654
|
readonly version: number;
|
|
@@ -3613,7 +3689,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
3613
3689
|
};
|
|
3614
3690
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
3615
3691
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
3616
|
-
readonly type: import("effect/Schema").Literal<"step.ended">;
|
|
3692
|
+
readonly type: import("effect/Schema").Literal<"session.step.ended">;
|
|
3617
3693
|
readonly durable: import("effect/Schema").Struct<{
|
|
3618
3694
|
readonly aggregateID: import("effect/Schema").String;
|
|
3619
3695
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -3662,7 +3738,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
3662
3738
|
};
|
|
3663
3739
|
}>;
|
|
3664
3740
|
}> & {
|
|
3665
|
-
type: "step.ended";
|
|
3741
|
+
type: "session.step.ended";
|
|
3666
3742
|
durability: "durable";
|
|
3667
3743
|
durable: {
|
|
3668
3744
|
readonly version: number;
|
|
@@ -3697,7 +3773,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
3697
3773
|
};
|
|
3698
3774
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
3699
3775
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
3700
|
-
readonly type: import("effect/Schema").Literal<"step.failed">;
|
|
3776
|
+
readonly type: import("effect/Schema").Literal<"session.step.failed">;
|
|
3701
3777
|
readonly durable: import("effect/Schema").Struct<{
|
|
3702
3778
|
readonly aggregateID: import("effect/Schema").String;
|
|
3703
3779
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -3737,7 +3813,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
3737
3813
|
};
|
|
3738
3814
|
}>;
|
|
3739
3815
|
}> & {
|
|
3740
|
-
type: "step.failed";
|
|
3816
|
+
type: "session.step.failed";
|
|
3741
3817
|
durability: "durable";
|
|
3742
3818
|
durable: {
|
|
3743
3819
|
readonly version: number;
|
|
@@ -3763,7 +3839,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
3763
3839
|
};
|
|
3764
3840
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
3765
3841
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
3766
|
-
readonly type: import("effect/Schema").Literal<"text.started">;
|
|
3842
|
+
readonly type: import("effect/Schema").Literal<"session.text.started">;
|
|
3767
3843
|
readonly durable: import("effect/Schema").Struct<{
|
|
3768
3844
|
readonly aggregateID: import("effect/Schema").String;
|
|
3769
3845
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -3800,7 +3876,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
3800
3876
|
};
|
|
3801
3877
|
}>;
|
|
3802
3878
|
}> & {
|
|
3803
|
-
type: "text.started";
|
|
3879
|
+
type: "session.text.started";
|
|
3804
3880
|
durability: "durable";
|
|
3805
3881
|
durable: {
|
|
3806
3882
|
readonly version: number;
|
|
@@ -3823,7 +3899,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
3823
3899
|
};
|
|
3824
3900
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
3825
3901
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
3826
|
-
readonly type: import("effect/Schema").Literal<"text.delta">;
|
|
3902
|
+
readonly type: import("effect/Schema").Literal<"session.text.delta">;
|
|
3827
3903
|
readonly location: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Struct<{
|
|
3828
3904
|
readonly directory: import("effect/Schema").brand<import("effect/Schema").String, "AbsolutePath">;
|
|
3829
3905
|
readonly workspaceID: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").brand<import("effect/Schema").String, "WorkspaceV2.ID"> & {
|
|
@@ -3856,7 +3932,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
3856
3932
|
};
|
|
3857
3933
|
}>;
|
|
3858
3934
|
}> & {
|
|
3859
|
-
type: "text.delta";
|
|
3935
|
+
type: "session.text.delta";
|
|
3860
3936
|
durability: "ephemeral";
|
|
3861
3937
|
durable: undefined;
|
|
3862
3938
|
data: import("effect/Schema").Struct<{
|
|
@@ -3877,7 +3953,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
3877
3953
|
};
|
|
3878
3954
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
3879
3955
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
3880
|
-
readonly type: import("effect/Schema").Literal<"text.ended">;
|
|
3956
|
+
readonly type: import("effect/Schema").Literal<"session.text.ended">;
|
|
3881
3957
|
readonly durable: import("effect/Schema").Struct<{
|
|
3882
3958
|
readonly aggregateID: import("effect/Schema").String;
|
|
3883
3959
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -3915,7 +3991,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
3915
3991
|
};
|
|
3916
3992
|
}>;
|
|
3917
3993
|
}> & {
|
|
3918
|
-
type: "text.ended";
|
|
3994
|
+
type: "session.text.ended";
|
|
3919
3995
|
durability: "durable";
|
|
3920
3996
|
durable: {
|
|
3921
3997
|
readonly version: number;
|
|
@@ -3939,7 +4015,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
3939
4015
|
};
|
|
3940
4016
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
3941
4017
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
3942
|
-
readonly type: import("effect/Schema").Literal<"reasoning.started">;
|
|
4018
|
+
readonly type: import("effect/Schema").Literal<"session.reasoning.started">;
|
|
3943
4019
|
readonly durable: import("effect/Schema").Struct<{
|
|
3944
4020
|
readonly aggregateID: import("effect/Schema").String;
|
|
3945
4021
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -3977,7 +4053,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
3977
4053
|
};
|
|
3978
4054
|
}>;
|
|
3979
4055
|
}> & {
|
|
3980
|
-
type: "reasoning.started";
|
|
4056
|
+
type: "session.reasoning.started";
|
|
3981
4057
|
durability: "durable";
|
|
3982
4058
|
durable: {
|
|
3983
4059
|
readonly version: number;
|
|
@@ -4001,7 +4077,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4001
4077
|
};
|
|
4002
4078
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
4003
4079
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
4004
|
-
readonly type: import("effect/Schema").Literal<"reasoning.delta">;
|
|
4080
|
+
readonly type: import("effect/Schema").Literal<"session.reasoning.delta">;
|
|
4005
4081
|
readonly location: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Struct<{
|
|
4006
4082
|
readonly directory: import("effect/Schema").brand<import("effect/Schema").String, "AbsolutePath">;
|
|
4007
4083
|
readonly workspaceID: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").brand<import("effect/Schema").String, "WorkspaceV2.ID"> & {
|
|
@@ -4034,7 +4110,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4034
4110
|
};
|
|
4035
4111
|
}>;
|
|
4036
4112
|
}> & {
|
|
4037
|
-
type: "reasoning.delta";
|
|
4113
|
+
type: "session.reasoning.delta";
|
|
4038
4114
|
durability: "ephemeral";
|
|
4039
4115
|
durable: undefined;
|
|
4040
4116
|
data: import("effect/Schema").Struct<{
|
|
@@ -4055,7 +4131,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4055
4131
|
};
|
|
4056
4132
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
4057
4133
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
4058
|
-
readonly type: import("effect/Schema").Literal<"reasoning.ended">;
|
|
4134
|
+
readonly type: import("effect/Schema").Literal<"session.reasoning.ended">;
|
|
4059
4135
|
readonly durable: import("effect/Schema").Struct<{
|
|
4060
4136
|
readonly aggregateID: import("effect/Schema").String;
|
|
4061
4137
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -4094,7 +4170,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4094
4170
|
};
|
|
4095
4171
|
}>;
|
|
4096
4172
|
}> & {
|
|
4097
|
-
type: "reasoning.ended";
|
|
4173
|
+
type: "session.reasoning.ended";
|
|
4098
4174
|
durability: "durable";
|
|
4099
4175
|
durable: {
|
|
4100
4176
|
readonly version: number;
|
|
@@ -4119,7 +4195,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4119
4195
|
};
|
|
4120
4196
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
4121
4197
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
4122
|
-
readonly type: import("effect/Schema").Literal<"tool.input.started">;
|
|
4198
|
+
readonly type: import("effect/Schema").Literal<"session.tool.input.started">;
|
|
4123
4199
|
readonly durable: import("effect/Schema").Struct<{
|
|
4124
4200
|
readonly aggregateID: import("effect/Schema").String;
|
|
4125
4201
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -4157,7 +4233,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4157
4233
|
};
|
|
4158
4234
|
}>;
|
|
4159
4235
|
}> & {
|
|
4160
|
-
type: "tool.input.started";
|
|
4236
|
+
type: "session.tool.input.started";
|
|
4161
4237
|
durability: "durable";
|
|
4162
4238
|
durable: {
|
|
4163
4239
|
readonly version: number;
|
|
@@ -4181,7 +4257,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4181
4257
|
};
|
|
4182
4258
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
4183
4259
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
4184
|
-
readonly type: import("effect/Schema").Literal<"tool.input.delta">;
|
|
4260
|
+
readonly type: import("effect/Schema").Literal<"session.tool.input.delta">;
|
|
4185
4261
|
readonly location: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Struct<{
|
|
4186
4262
|
readonly directory: import("effect/Schema").brand<import("effect/Schema").String, "AbsolutePath">;
|
|
4187
4263
|
readonly workspaceID: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").brand<import("effect/Schema").String, "WorkspaceV2.ID"> & {
|
|
@@ -4214,7 +4290,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4214
4290
|
};
|
|
4215
4291
|
}>;
|
|
4216
4292
|
}> & {
|
|
4217
|
-
type: "tool.input.delta";
|
|
4293
|
+
type: "session.tool.input.delta";
|
|
4218
4294
|
durability: "ephemeral";
|
|
4219
4295
|
durable: undefined;
|
|
4220
4296
|
data: import("effect/Schema").Struct<{
|
|
@@ -4235,7 +4311,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4235
4311
|
};
|
|
4236
4312
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
4237
4313
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
4238
|
-
readonly type: import("effect/Schema").Literal<"tool.input.ended">;
|
|
4314
|
+
readonly type: import("effect/Schema").Literal<"session.tool.input.ended">;
|
|
4239
4315
|
readonly durable: import("effect/Schema").Struct<{
|
|
4240
4316
|
readonly aggregateID: import("effect/Schema").String;
|
|
4241
4317
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -4273,7 +4349,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4273
4349
|
};
|
|
4274
4350
|
}>;
|
|
4275
4351
|
}> & {
|
|
4276
|
-
type: "tool.input.ended";
|
|
4352
|
+
type: "session.tool.input.ended";
|
|
4277
4353
|
durability: "durable";
|
|
4278
4354
|
durable: {
|
|
4279
4355
|
readonly version: number;
|
|
@@ -4297,7 +4373,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4297
4373
|
};
|
|
4298
4374
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
4299
4375
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
4300
|
-
readonly type: import("effect/Schema").Literal<"tool.called">;
|
|
4376
|
+
readonly type: import("effect/Schema").Literal<"session.tool.called">;
|
|
4301
4377
|
readonly durable: import("effect/Schema").Struct<{
|
|
4302
4378
|
readonly aggregateID: import("effect/Schema").String;
|
|
4303
4379
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -4340,7 +4416,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4340
4416
|
};
|
|
4341
4417
|
}>;
|
|
4342
4418
|
}> & {
|
|
4343
|
-
type: "tool.called";
|
|
4419
|
+
type: "session.tool.called";
|
|
4344
4420
|
durability: "durable";
|
|
4345
4421
|
durable: {
|
|
4346
4422
|
readonly version: number;
|
|
@@ -4369,7 +4445,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4369
4445
|
};
|
|
4370
4446
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
4371
4447
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
4372
|
-
readonly type: import("effect/Schema").Literal<"tool.progress">;
|
|
4448
|
+
readonly type: import("effect/Schema").Literal<"session.tool.progress">;
|
|
4373
4449
|
readonly durable: import("effect/Schema").Struct<{
|
|
4374
4450
|
readonly aggregateID: import("effect/Schema").String;
|
|
4375
4451
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -4416,7 +4492,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4416
4492
|
};
|
|
4417
4493
|
}>;
|
|
4418
4494
|
}> & {
|
|
4419
|
-
type: "tool.progress";
|
|
4495
|
+
type: "session.tool.progress";
|
|
4420
4496
|
durability: "durable";
|
|
4421
4497
|
durable: {
|
|
4422
4498
|
readonly version: number;
|
|
@@ -4449,7 +4525,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4449
4525
|
};
|
|
4450
4526
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
4451
4527
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
4452
|
-
readonly type: import("effect/Schema").Literal<"tool.success">;
|
|
4528
|
+
readonly type: import("effect/Schema").Literal<"session.tool.success">;
|
|
4453
4529
|
readonly durable: import("effect/Schema").Struct<{
|
|
4454
4530
|
readonly aggregateID: import("effect/Schema").String;
|
|
4455
4531
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -4502,7 +4578,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4502
4578
|
};
|
|
4503
4579
|
}>;
|
|
4504
4580
|
}> & {
|
|
4505
|
-
type: "tool.success";
|
|
4581
|
+
type: "session.tool.success";
|
|
4506
4582
|
durability: "durable";
|
|
4507
4583
|
durable: {
|
|
4508
4584
|
readonly version: number;
|
|
@@ -4541,7 +4617,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4541
4617
|
};
|
|
4542
4618
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
4543
4619
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
4544
|
-
readonly type: import("effect/Schema").Literal<"tool.failed">;
|
|
4620
|
+
readonly type: import("effect/Schema").Literal<"session.tool.failed">;
|
|
4545
4621
|
readonly durable: import("effect/Schema").Struct<{
|
|
4546
4622
|
readonly aggregateID: import("effect/Schema").String;
|
|
4547
4623
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -4587,7 +4663,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4587
4663
|
};
|
|
4588
4664
|
}>;
|
|
4589
4665
|
}> & {
|
|
4590
|
-
type: "tool.failed";
|
|
4666
|
+
type: "session.tool.failed";
|
|
4591
4667
|
durability: "durable";
|
|
4592
4668
|
durable: {
|
|
4593
4669
|
readonly version: number;
|
|
@@ -4619,7 +4695,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4619
4695
|
};
|
|
4620
4696
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
4621
4697
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
4622
|
-
readonly type: import("effect/Schema").Literal<"retried">;
|
|
4698
|
+
readonly type: import("effect/Schema").Literal<"session.retried">;
|
|
4623
4699
|
readonly durable: import("effect/Schema").Struct<{
|
|
4624
4700
|
readonly aggregateID: import("effect/Schema").String;
|
|
4625
4701
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -4660,7 +4736,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4660
4736
|
};
|
|
4661
4737
|
}>;
|
|
4662
4738
|
}> & {
|
|
4663
|
-
type: "retried";
|
|
4739
|
+
type: "session.retried";
|
|
4664
4740
|
durability: "durable";
|
|
4665
4741
|
durable: {
|
|
4666
4742
|
readonly version: number;
|
|
@@ -4687,7 +4763,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4687
4763
|
};
|
|
4688
4764
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
4689
4765
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
4690
|
-
readonly type: import("effect/Schema").Literal<"compaction.started">;
|
|
4766
|
+
readonly type: import("effect/Schema").Literal<"session.compaction.started">;
|
|
4691
4767
|
readonly durable: import("effect/Schema").Struct<{
|
|
4692
4768
|
readonly aggregateID: import("effect/Schema").String;
|
|
4693
4769
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -4720,7 +4796,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4720
4796
|
};
|
|
4721
4797
|
}>;
|
|
4722
4798
|
}> & {
|
|
4723
|
-
type: "compaction.started";
|
|
4799
|
+
type: "session.compaction.started";
|
|
4724
4800
|
durability: "durable";
|
|
4725
4801
|
durable: {
|
|
4726
4802
|
readonly version: number;
|
|
@@ -4739,7 +4815,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4739
4815
|
};
|
|
4740
4816
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
4741
4817
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
4742
|
-
readonly type: import("effect/Schema").Literal<"compaction.delta">;
|
|
4818
|
+
readonly type: import("effect/Schema").Literal<"session.compaction.delta">;
|
|
4743
4819
|
readonly location: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Struct<{
|
|
4744
4820
|
readonly directory: import("effect/Schema").brand<import("effect/Schema").String, "AbsolutePath">;
|
|
4745
4821
|
readonly workspaceID: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").brand<import("effect/Schema").String, "WorkspaceV2.ID"> & {
|
|
@@ -4767,7 +4843,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4767
4843
|
};
|
|
4768
4844
|
}>;
|
|
4769
4845
|
}> & {
|
|
4770
|
-
type: "compaction.delta";
|
|
4846
|
+
type: "session.compaction.delta";
|
|
4771
4847
|
durability: "ephemeral";
|
|
4772
4848
|
durable: undefined;
|
|
4773
4849
|
data: import("effect/Schema").Struct<{
|
|
@@ -4783,7 +4859,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4783
4859
|
};
|
|
4784
4860
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
4785
4861
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
4786
|
-
readonly type: import("effect/Schema").Literal<"compaction.ended">;
|
|
4862
|
+
readonly type: import("effect/Schema").Literal<"session.compaction.ended">;
|
|
4787
4863
|
readonly durable: import("effect/Schema").Struct<{
|
|
4788
4864
|
readonly aggregateID: import("effect/Schema").String;
|
|
4789
4865
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -4818,7 +4894,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4818
4894
|
};
|
|
4819
4895
|
}>;
|
|
4820
4896
|
}> & {
|
|
4821
|
-
type: "compaction.ended";
|
|
4897
|
+
type: "session.compaction.ended";
|
|
4822
4898
|
durability: "durable";
|
|
4823
4899
|
durable: {
|
|
4824
4900
|
readonly version: number;
|
|
@@ -4839,7 +4915,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4839
4915
|
};
|
|
4840
4916
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
4841
4917
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
4842
|
-
readonly type: import("effect/Schema").Literal<"revert.staged">;
|
|
4918
|
+
readonly type: import("effect/Schema").Literal<"session.revert.staged">;
|
|
4843
4919
|
readonly durable: import("effect/Schema").Struct<{
|
|
4844
4920
|
readonly aggregateID: import("effect/Schema").String;
|
|
4845
4921
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -4893,7 +4969,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4893
4969
|
};
|
|
4894
4970
|
}>;
|
|
4895
4971
|
}> & {
|
|
4896
|
-
type: "revert.staged";
|
|
4972
|
+
type: "session.revert.staged";
|
|
4897
4973
|
durability: "durable";
|
|
4898
4974
|
durable: {
|
|
4899
4975
|
readonly version: number;
|
|
@@ -4933,7 +5009,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4933
5009
|
};
|
|
4934
5010
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
4935
5011
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
4936
|
-
readonly type: import("effect/Schema").Literal<"revert.cleared">;
|
|
5012
|
+
readonly type: import("effect/Schema").Literal<"session.revert.cleared">;
|
|
4937
5013
|
readonly durable: import("effect/Schema").Struct<{
|
|
4938
5014
|
readonly aggregateID: import("effect/Schema").String;
|
|
4939
5015
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -4965,7 +5041,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4965
5041
|
};
|
|
4966
5042
|
}>;
|
|
4967
5043
|
}> & {
|
|
4968
|
-
type: "revert.cleared";
|
|
5044
|
+
type: "session.revert.cleared";
|
|
4969
5045
|
durability: "durable";
|
|
4970
5046
|
durable: {
|
|
4971
5047
|
readonly version: number;
|
|
@@ -4983,7 +5059,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
4983
5059
|
};
|
|
4984
5060
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
4985
5061
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
4986
|
-
readonly type: import("effect/Schema").Literal<"revert.committed">;
|
|
5062
|
+
readonly type: import("effect/Schema").Literal<"session.revert.committed">;
|
|
4987
5063
|
readonly durable: import("effect/Schema").Struct<{
|
|
4988
5064
|
readonly aggregateID: import("effect/Schema").String;
|
|
4989
5065
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -5019,7 +5095,7 @@ export declare const ServerDefinitions: readonly [import("effect/Schema").Struct
|
|
|
5019
5095
|
};
|
|
5020
5096
|
}>;
|
|
5021
5097
|
}> & {
|
|
5022
|
-
type: "revert.committed";
|
|
5098
|
+
type: "session.revert.committed";
|
|
5023
5099
|
durability: "durable";
|
|
5024
5100
|
durable: {
|
|
5025
5101
|
readonly version: number;
|
|
@@ -7408,7 +7484,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
7408
7484
|
};
|
|
7409
7485
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
7410
7486
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
7411
|
-
readonly type: import("effect/Schema").Literal<"agent.selected">;
|
|
7487
|
+
readonly type: import("effect/Schema").Literal<"session.agent.selected">;
|
|
7412
7488
|
readonly durable: import("effect/Schema").Struct<{
|
|
7413
7489
|
readonly aggregateID: import("effect/Schema").String;
|
|
7414
7490
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -7441,7 +7517,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
7441
7517
|
};
|
|
7442
7518
|
}>;
|
|
7443
7519
|
}> & {
|
|
7444
|
-
type: "agent.selected";
|
|
7520
|
+
type: "session.agent.selected";
|
|
7445
7521
|
durability: "durable";
|
|
7446
7522
|
durable: {
|
|
7447
7523
|
readonly version: number;
|
|
@@ -7460,7 +7536,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
7460
7536
|
};
|
|
7461
7537
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
7462
7538
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
7463
|
-
readonly type: import("effect/Schema").Literal<"model.selected">;
|
|
7539
|
+
readonly type: import("effect/Schema").Literal<"session.model.selected">;
|
|
7464
7540
|
readonly durable: import("effect/Schema").Struct<{
|
|
7465
7541
|
readonly aggregateID: import("effect/Schema").String;
|
|
7466
7542
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -7509,7 +7585,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
7509
7585
|
};
|
|
7510
7586
|
}>;
|
|
7511
7587
|
}> & {
|
|
7512
|
-
type: "model.selected";
|
|
7588
|
+
type: "session.model.selected";
|
|
7513
7589
|
durability: "durable";
|
|
7514
7590
|
durable: {
|
|
7515
7591
|
readonly version: number;
|
|
@@ -7616,7 +7692,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
7616
7692
|
};
|
|
7617
7693
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
7618
7694
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
7619
|
-
readonly type: import("effect/Schema").Literal<"renamed">;
|
|
7695
|
+
readonly type: import("effect/Schema").Literal<"session.renamed">;
|
|
7620
7696
|
readonly durable: import("effect/Schema").Struct<{
|
|
7621
7697
|
readonly aggregateID: import("effect/Schema").String;
|
|
7622
7698
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -7649,7 +7725,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
7649
7725
|
};
|
|
7650
7726
|
}>;
|
|
7651
7727
|
}> & {
|
|
7652
|
-
type: "renamed";
|
|
7728
|
+
type: "session.renamed";
|
|
7653
7729
|
durability: "durable";
|
|
7654
7730
|
durable: {
|
|
7655
7731
|
readonly version: number;
|
|
@@ -7668,7 +7744,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
7668
7744
|
};
|
|
7669
7745
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
7670
7746
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
7671
|
-
readonly type: import("effect/Schema").Literal<"forked">;
|
|
7747
|
+
readonly type: import("effect/Schema").Literal<"session.forked">;
|
|
7672
7748
|
readonly durable: import("effect/Schema").Struct<{
|
|
7673
7749
|
readonly aggregateID: import("effect/Schema").String;
|
|
7674
7750
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -7711,7 +7787,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
7711
7787
|
};
|
|
7712
7788
|
}>;
|
|
7713
7789
|
}> & {
|
|
7714
|
-
type: "forked";
|
|
7790
|
+
type: "session.forked";
|
|
7715
7791
|
durability: "durable";
|
|
7716
7792
|
durable: {
|
|
7717
7793
|
readonly version: number;
|
|
@@ -7740,7 +7816,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
7740
7816
|
};
|
|
7741
7817
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
7742
7818
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
7743
|
-
readonly type: import("effect/Schema").Literal<"prompt.promoted">;
|
|
7819
|
+
readonly type: import("effect/Schema").Literal<"session.prompt.promoted">;
|
|
7744
7820
|
readonly durable: import("effect/Schema").Struct<{
|
|
7745
7821
|
readonly aggregateID: import("effect/Schema").String;
|
|
7746
7822
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -7776,7 +7852,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
7776
7852
|
};
|
|
7777
7853
|
}>;
|
|
7778
7854
|
}> & {
|
|
7779
|
-
type: "prompt.promoted";
|
|
7855
|
+
type: "session.prompt.promoted";
|
|
7780
7856
|
durability: "durable";
|
|
7781
7857
|
durable: {
|
|
7782
7858
|
readonly version: number;
|
|
@@ -7798,7 +7874,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
7798
7874
|
};
|
|
7799
7875
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
7800
7876
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
7801
|
-
readonly type: import("effect/Schema").Literal<"prompt.admitted">;
|
|
7877
|
+
readonly type: import("effect/Schema").Literal<"session.prompt.admitted">;
|
|
7802
7878
|
readonly durable: import("effect/Schema").Struct<{
|
|
7803
7879
|
readonly aggregateID: import("effect/Schema").String;
|
|
7804
7880
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -7959,7 +8035,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
7959
8035
|
};
|
|
7960
8036
|
}>;
|
|
7961
8037
|
}> & {
|
|
7962
|
-
type: "prompt.admitted";
|
|
8038
|
+
type: "session.prompt.admitted";
|
|
7963
8039
|
durability: "durable";
|
|
7964
8040
|
durable: {
|
|
7965
8041
|
readonly version: number;
|
|
@@ -8106,7 +8182,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
8106
8182
|
};
|
|
8107
8183
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
8108
8184
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
8109
|
-
readonly type: import("effect/Schema").Literal<"execution.settled">;
|
|
8185
|
+
readonly type: import("effect/Schema").Literal<"session.execution.settled">;
|
|
8110
8186
|
readonly location: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Struct<{
|
|
8111
8187
|
readonly directory: import("effect/Schema").brand<import("effect/Schema").String, "AbsolutePath">;
|
|
8112
8188
|
readonly workspaceID: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").brand<import("effect/Schema").String, "WorkspaceV2.ID"> & {
|
|
@@ -8141,7 +8217,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
8141
8217
|
};
|
|
8142
8218
|
}>;
|
|
8143
8219
|
}> & {
|
|
8144
|
-
type: "execution.settled";
|
|
8220
|
+
type: "session.execution.settled";
|
|
8145
8221
|
durability: "ephemeral";
|
|
8146
8222
|
durable: undefined;
|
|
8147
8223
|
data: import("effect/Schema").Struct<{
|
|
@@ -8216,7 +8292,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
8216
8292
|
};
|
|
8217
8293
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
8218
8294
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
8219
|
-
readonly type: import("effect/Schema").Literal<"synthetic">;
|
|
8295
|
+
readonly type: import("effect/Schema").Literal<"session.synthetic">;
|
|
8220
8296
|
readonly durable: import("effect/Schema").Struct<{
|
|
8221
8297
|
readonly aggregateID: import("effect/Schema").String;
|
|
8222
8298
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -8251,7 +8327,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
8251
8327
|
};
|
|
8252
8328
|
}>;
|
|
8253
8329
|
}> & {
|
|
8254
|
-
type: "synthetic";
|
|
8330
|
+
type: "session.synthetic";
|
|
8255
8331
|
durability: "durable";
|
|
8256
8332
|
durable: {
|
|
8257
8333
|
readonly version: number;
|
|
@@ -8272,7 +8348,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
8272
8348
|
};
|
|
8273
8349
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
8274
8350
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
8275
|
-
readonly type: import("effect/Schema").Literal<"skill.activated">;
|
|
8351
|
+
readonly type: import("effect/Schema").Literal<"session.skill.activated">;
|
|
8276
8352
|
readonly durable: import("effect/Schema").Struct<{
|
|
8277
8353
|
readonly aggregateID: import("effect/Schema").String;
|
|
8278
8354
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -8306,7 +8382,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
8306
8382
|
};
|
|
8307
8383
|
}>;
|
|
8308
8384
|
}> & {
|
|
8309
|
-
type: "skill.activated";
|
|
8385
|
+
type: "session.skill.activated";
|
|
8310
8386
|
durability: "durable";
|
|
8311
8387
|
durable: {
|
|
8312
8388
|
readonly version: number;
|
|
@@ -8326,7 +8402,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
8326
8402
|
};
|
|
8327
8403
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
8328
8404
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
8329
|
-
readonly type: import("effect/Schema").Literal<"shell.started">;
|
|
8405
|
+
readonly type: import("effect/Schema").Literal<"session.shell.started">;
|
|
8330
8406
|
readonly durable: import("effect/Schema").Struct<{
|
|
8331
8407
|
readonly aggregateID: import("effect/Schema").String;
|
|
8332
8408
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -8352,23 +8428,55 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
8352
8428
|
}>, never, never>;
|
|
8353
8429
|
}>>, never, never>;
|
|
8354
8430
|
readonly data: import("effect/Schema").Struct<{
|
|
8355
|
-
readonly
|
|
8356
|
-
|
|
8431
|
+
readonly shell: import("effect/Schema").Struct<{
|
|
8432
|
+
readonly id: import("effect/Schema").brand<import("effect/Schema").String, "ShellID"> & {
|
|
8433
|
+
create: () => string & import("effect/Brand").Brand<"ShellID">;
|
|
8434
|
+
ascending: (id?: string) => string & import("effect/Brand").Brand<"ShellID">;
|
|
8435
|
+
};
|
|
8436
|
+
readonly status: import("effect/Schema").Literals<readonly ["running", "exited", "timeout", "killed"]>;
|
|
8437
|
+
readonly command: import("effect/Schema").String;
|
|
8438
|
+
readonly cwd: import("effect/Schema").String;
|
|
8439
|
+
readonly shell: import("effect/Schema").String;
|
|
8440
|
+
readonly file: import("effect/Schema").String;
|
|
8441
|
+
readonly pid: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Int>>, import("effect/Schema").optionalKey<import("effect/Schema").Int>, never, never>;
|
|
8442
|
+
readonly exit: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Number>>, import("effect/Schema").optionalKey<import("effect/Schema").Number>, never, never>;
|
|
8443
|
+
readonly metadata: import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>;
|
|
8444
|
+
readonly time: import("effect/Schema").Struct<{
|
|
8445
|
+
readonly started: import("effect/Schema").Number;
|
|
8446
|
+
readonly completed: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Number>>, import("effect/Schema").optionalKey<import("effect/Schema").Number>, never, never>;
|
|
8447
|
+
}>;
|
|
8448
|
+
}>;
|
|
8357
8449
|
readonly sessionID: import("effect/Schema").brand<import("effect/Schema").String, "SessionID"> & {
|
|
8358
8450
|
create: () => string & import("effect/Brand").Brand<"SessionID">;
|
|
8359
8451
|
descending: (id?: string) => string & import("effect/Brand").Brand<"SessionID">;
|
|
8360
8452
|
};
|
|
8361
8453
|
}>;
|
|
8362
8454
|
}> & {
|
|
8363
|
-
type: "shell.started";
|
|
8455
|
+
type: "session.shell.started";
|
|
8364
8456
|
durability: "durable";
|
|
8365
8457
|
durable: {
|
|
8366
8458
|
readonly version: number;
|
|
8367
8459
|
readonly aggregate: string;
|
|
8368
8460
|
};
|
|
8369
8461
|
data: import("effect/Schema").Struct<{
|
|
8370
|
-
readonly
|
|
8371
|
-
|
|
8462
|
+
readonly shell: import("effect/Schema").Struct<{
|
|
8463
|
+
readonly id: import("effect/Schema").brand<import("effect/Schema").String, "ShellID"> & {
|
|
8464
|
+
create: () => string & import("effect/Brand").Brand<"ShellID">;
|
|
8465
|
+
ascending: (id?: string) => string & import("effect/Brand").Brand<"ShellID">;
|
|
8466
|
+
};
|
|
8467
|
+
readonly status: import("effect/Schema").Literals<readonly ["running", "exited", "timeout", "killed"]>;
|
|
8468
|
+
readonly command: import("effect/Schema").String;
|
|
8469
|
+
readonly cwd: import("effect/Schema").String;
|
|
8470
|
+
readonly shell: import("effect/Schema").String;
|
|
8471
|
+
readonly file: import("effect/Schema").String;
|
|
8472
|
+
readonly pid: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Int>>, import("effect/Schema").optionalKey<import("effect/Schema").Int>, never, never>;
|
|
8473
|
+
readonly exit: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Number>>, import("effect/Schema").optionalKey<import("effect/Schema").Number>, never, never>;
|
|
8474
|
+
readonly metadata: import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>;
|
|
8475
|
+
readonly time: import("effect/Schema").Struct<{
|
|
8476
|
+
readonly started: import("effect/Schema").Number;
|
|
8477
|
+
readonly completed: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Number>>, import("effect/Schema").optionalKey<import("effect/Schema").Number>, never, never>;
|
|
8478
|
+
}>;
|
|
8479
|
+
}>;
|
|
8372
8480
|
readonly sessionID: import("effect/Schema").brand<import("effect/Schema").String, "SessionID"> & {
|
|
8373
8481
|
create: () => string & import("effect/Brand").Brand<"SessionID">;
|
|
8374
8482
|
descending: (id?: string) => string & import("effect/Brand").Brand<"SessionID">;
|
|
@@ -8380,7 +8488,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
8380
8488
|
};
|
|
8381
8489
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
8382
8490
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
8383
|
-
readonly type: import("effect/Schema").Literal<"shell.ended">;
|
|
8491
|
+
readonly type: import("effect/Schema").Literal<"session.shell.ended">;
|
|
8384
8492
|
readonly durable: import("effect/Schema").Struct<{
|
|
8385
8493
|
readonly aggregateID: import("effect/Schema").String;
|
|
8386
8494
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -8406,23 +8514,67 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
8406
8514
|
}>, never, never>;
|
|
8407
8515
|
}>>, never, never>;
|
|
8408
8516
|
readonly data: import("effect/Schema").Struct<{
|
|
8409
|
-
readonly
|
|
8410
|
-
|
|
8517
|
+
readonly shell: import("effect/Schema").Struct<{
|
|
8518
|
+
readonly id: import("effect/Schema").brand<import("effect/Schema").String, "ShellID"> & {
|
|
8519
|
+
create: () => string & import("effect/Brand").Brand<"ShellID">;
|
|
8520
|
+
ascending: (id?: string) => string & import("effect/Brand").Brand<"ShellID">;
|
|
8521
|
+
};
|
|
8522
|
+
readonly status: import("effect/Schema").Literals<readonly ["running", "exited", "timeout", "killed"]>;
|
|
8523
|
+
readonly command: import("effect/Schema").String;
|
|
8524
|
+
readonly cwd: import("effect/Schema").String;
|
|
8525
|
+
readonly shell: import("effect/Schema").String;
|
|
8526
|
+
readonly file: import("effect/Schema").String;
|
|
8527
|
+
readonly pid: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Int>>, import("effect/Schema").optionalKey<import("effect/Schema").Int>, never, never>;
|
|
8528
|
+
readonly exit: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Number>>, import("effect/Schema").optionalKey<import("effect/Schema").Number>, never, never>;
|
|
8529
|
+
readonly metadata: import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>;
|
|
8530
|
+
readonly time: import("effect/Schema").Struct<{
|
|
8531
|
+
readonly started: import("effect/Schema").Number;
|
|
8532
|
+
readonly completed: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Number>>, import("effect/Schema").optionalKey<import("effect/Schema").Number>, never, never>;
|
|
8533
|
+
}>;
|
|
8534
|
+
}>;
|
|
8535
|
+
readonly output: import("effect/Schema").Struct<{
|
|
8536
|
+
readonly output: import("effect/Schema").String;
|
|
8537
|
+
readonly cursor: import("effect/Schema").Int;
|
|
8538
|
+
readonly size: import("effect/Schema").Int;
|
|
8539
|
+
readonly truncated: import("effect/Schema").Boolean;
|
|
8540
|
+
}>;
|
|
8411
8541
|
readonly sessionID: import("effect/Schema").brand<import("effect/Schema").String, "SessionID"> & {
|
|
8412
8542
|
create: () => string & import("effect/Brand").Brand<"SessionID">;
|
|
8413
8543
|
descending: (id?: string) => string & import("effect/Brand").Brand<"SessionID">;
|
|
8414
8544
|
};
|
|
8415
8545
|
}>;
|
|
8416
8546
|
}> & {
|
|
8417
|
-
type: "shell.ended";
|
|
8547
|
+
type: "session.shell.ended";
|
|
8418
8548
|
durability: "durable";
|
|
8419
8549
|
durable: {
|
|
8420
8550
|
readonly version: number;
|
|
8421
8551
|
readonly aggregate: string;
|
|
8422
8552
|
};
|
|
8423
8553
|
data: import("effect/Schema").Struct<{
|
|
8424
|
-
readonly
|
|
8425
|
-
|
|
8554
|
+
readonly shell: import("effect/Schema").Struct<{
|
|
8555
|
+
readonly id: import("effect/Schema").brand<import("effect/Schema").String, "ShellID"> & {
|
|
8556
|
+
create: () => string & import("effect/Brand").Brand<"ShellID">;
|
|
8557
|
+
ascending: (id?: string) => string & import("effect/Brand").Brand<"ShellID">;
|
|
8558
|
+
};
|
|
8559
|
+
readonly status: import("effect/Schema").Literals<readonly ["running", "exited", "timeout", "killed"]>;
|
|
8560
|
+
readonly command: import("effect/Schema").String;
|
|
8561
|
+
readonly cwd: import("effect/Schema").String;
|
|
8562
|
+
readonly shell: import("effect/Schema").String;
|
|
8563
|
+
readonly file: import("effect/Schema").String;
|
|
8564
|
+
readonly pid: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Int>>, import("effect/Schema").optionalKey<import("effect/Schema").Int>, never, never>;
|
|
8565
|
+
readonly exit: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Number>>, import("effect/Schema").optionalKey<import("effect/Schema").Number>, never, never>;
|
|
8566
|
+
readonly metadata: import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>;
|
|
8567
|
+
readonly time: import("effect/Schema").Struct<{
|
|
8568
|
+
readonly started: import("effect/Schema").Number;
|
|
8569
|
+
readonly completed: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Number>>, import("effect/Schema").optionalKey<import("effect/Schema").Number>, never, never>;
|
|
8570
|
+
}>;
|
|
8571
|
+
}>;
|
|
8572
|
+
readonly output: import("effect/Schema").Struct<{
|
|
8573
|
+
readonly output: import("effect/Schema").String;
|
|
8574
|
+
readonly cursor: import("effect/Schema").Int;
|
|
8575
|
+
readonly size: import("effect/Schema").Int;
|
|
8576
|
+
readonly truncated: import("effect/Schema").Boolean;
|
|
8577
|
+
}>;
|
|
8426
8578
|
readonly sessionID: import("effect/Schema").brand<import("effect/Schema").String, "SessionID"> & {
|
|
8427
8579
|
create: () => string & import("effect/Brand").Brand<"SessionID">;
|
|
8428
8580
|
descending: (id?: string) => string & import("effect/Brand").Brand<"SessionID">;
|
|
@@ -8434,7 +8586,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
8434
8586
|
};
|
|
8435
8587
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
8436
8588
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
8437
|
-
readonly type: import("effect/Schema").Literal<"step.started">;
|
|
8589
|
+
readonly type: import("effect/Schema").Literal<"session.step.started">;
|
|
8438
8590
|
readonly durable: import("effect/Schema").Struct<{
|
|
8439
8591
|
readonly aggregateID: import("effect/Schema").String;
|
|
8440
8592
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -8489,7 +8641,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
8489
8641
|
};
|
|
8490
8642
|
}>;
|
|
8491
8643
|
}> & {
|
|
8492
|
-
type: "step.started";
|
|
8644
|
+
type: "session.step.started";
|
|
8493
8645
|
durability: "durable";
|
|
8494
8646
|
durable: {
|
|
8495
8647
|
readonly version: number;
|
|
@@ -8530,7 +8682,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
8530
8682
|
};
|
|
8531
8683
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
8532
8684
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
8533
|
-
readonly type: import("effect/Schema").Literal<"step.ended">;
|
|
8685
|
+
readonly type: import("effect/Schema").Literal<"session.step.ended">;
|
|
8534
8686
|
readonly durable: import("effect/Schema").Struct<{
|
|
8535
8687
|
readonly aggregateID: import("effect/Schema").String;
|
|
8536
8688
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -8579,7 +8731,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
8579
8731
|
};
|
|
8580
8732
|
}>;
|
|
8581
8733
|
}> & {
|
|
8582
|
-
type: "step.ended";
|
|
8734
|
+
type: "session.step.ended";
|
|
8583
8735
|
durability: "durable";
|
|
8584
8736
|
durable: {
|
|
8585
8737
|
readonly version: number;
|
|
@@ -8614,7 +8766,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
8614
8766
|
};
|
|
8615
8767
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
8616
8768
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
8617
|
-
readonly type: import("effect/Schema").Literal<"step.failed">;
|
|
8769
|
+
readonly type: import("effect/Schema").Literal<"session.step.failed">;
|
|
8618
8770
|
readonly durable: import("effect/Schema").Struct<{
|
|
8619
8771
|
readonly aggregateID: import("effect/Schema").String;
|
|
8620
8772
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -8654,7 +8806,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
8654
8806
|
};
|
|
8655
8807
|
}>;
|
|
8656
8808
|
}> & {
|
|
8657
|
-
type: "step.failed";
|
|
8809
|
+
type: "session.step.failed";
|
|
8658
8810
|
durability: "durable";
|
|
8659
8811
|
durable: {
|
|
8660
8812
|
readonly version: number;
|
|
@@ -8680,7 +8832,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
8680
8832
|
};
|
|
8681
8833
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
8682
8834
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
8683
|
-
readonly type: import("effect/Schema").Literal<"text.started">;
|
|
8835
|
+
readonly type: import("effect/Schema").Literal<"session.text.started">;
|
|
8684
8836
|
readonly durable: import("effect/Schema").Struct<{
|
|
8685
8837
|
readonly aggregateID: import("effect/Schema").String;
|
|
8686
8838
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -8717,7 +8869,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
8717
8869
|
};
|
|
8718
8870
|
}>;
|
|
8719
8871
|
}> & {
|
|
8720
|
-
type: "text.started";
|
|
8872
|
+
type: "session.text.started";
|
|
8721
8873
|
durability: "durable";
|
|
8722
8874
|
durable: {
|
|
8723
8875
|
readonly version: number;
|
|
@@ -8740,7 +8892,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
8740
8892
|
};
|
|
8741
8893
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
8742
8894
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
8743
|
-
readonly type: import("effect/Schema").Literal<"text.delta">;
|
|
8895
|
+
readonly type: import("effect/Schema").Literal<"session.text.delta">;
|
|
8744
8896
|
readonly location: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Struct<{
|
|
8745
8897
|
readonly directory: import("effect/Schema").brand<import("effect/Schema").String, "AbsolutePath">;
|
|
8746
8898
|
readonly workspaceID: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").brand<import("effect/Schema").String, "WorkspaceV2.ID"> & {
|
|
@@ -8773,7 +8925,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
8773
8925
|
};
|
|
8774
8926
|
}>;
|
|
8775
8927
|
}> & {
|
|
8776
|
-
type: "text.delta";
|
|
8928
|
+
type: "session.text.delta";
|
|
8777
8929
|
durability: "ephemeral";
|
|
8778
8930
|
durable: undefined;
|
|
8779
8931
|
data: import("effect/Schema").Struct<{
|
|
@@ -8794,7 +8946,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
8794
8946
|
};
|
|
8795
8947
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
8796
8948
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
8797
|
-
readonly type: import("effect/Schema").Literal<"text.ended">;
|
|
8949
|
+
readonly type: import("effect/Schema").Literal<"session.text.ended">;
|
|
8798
8950
|
readonly durable: import("effect/Schema").Struct<{
|
|
8799
8951
|
readonly aggregateID: import("effect/Schema").String;
|
|
8800
8952
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -8832,7 +8984,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
8832
8984
|
};
|
|
8833
8985
|
}>;
|
|
8834
8986
|
}> & {
|
|
8835
|
-
type: "text.ended";
|
|
8987
|
+
type: "session.text.ended";
|
|
8836
8988
|
durability: "durable";
|
|
8837
8989
|
durable: {
|
|
8838
8990
|
readonly version: number;
|
|
@@ -8856,7 +9008,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
8856
9008
|
};
|
|
8857
9009
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
8858
9010
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
8859
|
-
readonly type: import("effect/Schema").Literal<"reasoning.started">;
|
|
9011
|
+
readonly type: import("effect/Schema").Literal<"session.reasoning.started">;
|
|
8860
9012
|
readonly durable: import("effect/Schema").Struct<{
|
|
8861
9013
|
readonly aggregateID: import("effect/Schema").String;
|
|
8862
9014
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -8894,7 +9046,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
8894
9046
|
};
|
|
8895
9047
|
}>;
|
|
8896
9048
|
}> & {
|
|
8897
|
-
type: "reasoning.started";
|
|
9049
|
+
type: "session.reasoning.started";
|
|
8898
9050
|
durability: "durable";
|
|
8899
9051
|
durable: {
|
|
8900
9052
|
readonly version: number;
|
|
@@ -8918,7 +9070,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
8918
9070
|
};
|
|
8919
9071
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
8920
9072
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
8921
|
-
readonly type: import("effect/Schema").Literal<"reasoning.delta">;
|
|
9073
|
+
readonly type: import("effect/Schema").Literal<"session.reasoning.delta">;
|
|
8922
9074
|
readonly location: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Struct<{
|
|
8923
9075
|
readonly directory: import("effect/Schema").brand<import("effect/Schema").String, "AbsolutePath">;
|
|
8924
9076
|
readonly workspaceID: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").brand<import("effect/Schema").String, "WorkspaceV2.ID"> & {
|
|
@@ -8951,7 +9103,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
8951
9103
|
};
|
|
8952
9104
|
}>;
|
|
8953
9105
|
}> & {
|
|
8954
|
-
type: "reasoning.delta";
|
|
9106
|
+
type: "session.reasoning.delta";
|
|
8955
9107
|
durability: "ephemeral";
|
|
8956
9108
|
durable: undefined;
|
|
8957
9109
|
data: import("effect/Schema").Struct<{
|
|
@@ -8972,7 +9124,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
8972
9124
|
};
|
|
8973
9125
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
8974
9126
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
8975
|
-
readonly type: import("effect/Schema").Literal<"reasoning.ended">;
|
|
9127
|
+
readonly type: import("effect/Schema").Literal<"session.reasoning.ended">;
|
|
8976
9128
|
readonly durable: import("effect/Schema").Struct<{
|
|
8977
9129
|
readonly aggregateID: import("effect/Schema").String;
|
|
8978
9130
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -9011,7 +9163,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
9011
9163
|
};
|
|
9012
9164
|
}>;
|
|
9013
9165
|
}> & {
|
|
9014
|
-
type: "reasoning.ended";
|
|
9166
|
+
type: "session.reasoning.ended";
|
|
9015
9167
|
durability: "durable";
|
|
9016
9168
|
durable: {
|
|
9017
9169
|
readonly version: number;
|
|
@@ -9036,7 +9188,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
9036
9188
|
};
|
|
9037
9189
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
9038
9190
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
9039
|
-
readonly type: import("effect/Schema").Literal<"tool.input.started">;
|
|
9191
|
+
readonly type: import("effect/Schema").Literal<"session.tool.input.started">;
|
|
9040
9192
|
readonly durable: import("effect/Schema").Struct<{
|
|
9041
9193
|
readonly aggregateID: import("effect/Schema").String;
|
|
9042
9194
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -9074,7 +9226,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
9074
9226
|
};
|
|
9075
9227
|
}>;
|
|
9076
9228
|
}> & {
|
|
9077
|
-
type: "tool.input.started";
|
|
9229
|
+
type: "session.tool.input.started";
|
|
9078
9230
|
durability: "durable";
|
|
9079
9231
|
durable: {
|
|
9080
9232
|
readonly version: number;
|
|
@@ -9098,7 +9250,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
9098
9250
|
};
|
|
9099
9251
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
9100
9252
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
9101
|
-
readonly type: import("effect/Schema").Literal<"tool.input.delta">;
|
|
9253
|
+
readonly type: import("effect/Schema").Literal<"session.tool.input.delta">;
|
|
9102
9254
|
readonly location: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Struct<{
|
|
9103
9255
|
readonly directory: import("effect/Schema").brand<import("effect/Schema").String, "AbsolutePath">;
|
|
9104
9256
|
readonly workspaceID: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").brand<import("effect/Schema").String, "WorkspaceV2.ID"> & {
|
|
@@ -9131,7 +9283,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
9131
9283
|
};
|
|
9132
9284
|
}>;
|
|
9133
9285
|
}> & {
|
|
9134
|
-
type: "tool.input.delta";
|
|
9286
|
+
type: "session.tool.input.delta";
|
|
9135
9287
|
durability: "ephemeral";
|
|
9136
9288
|
durable: undefined;
|
|
9137
9289
|
data: import("effect/Schema").Struct<{
|
|
@@ -9152,7 +9304,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
9152
9304
|
};
|
|
9153
9305
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
9154
9306
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
9155
|
-
readonly type: import("effect/Schema").Literal<"tool.input.ended">;
|
|
9307
|
+
readonly type: import("effect/Schema").Literal<"session.tool.input.ended">;
|
|
9156
9308
|
readonly durable: import("effect/Schema").Struct<{
|
|
9157
9309
|
readonly aggregateID: import("effect/Schema").String;
|
|
9158
9310
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -9190,7 +9342,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
9190
9342
|
};
|
|
9191
9343
|
}>;
|
|
9192
9344
|
}> & {
|
|
9193
|
-
type: "tool.input.ended";
|
|
9345
|
+
type: "session.tool.input.ended";
|
|
9194
9346
|
durability: "durable";
|
|
9195
9347
|
durable: {
|
|
9196
9348
|
readonly version: number;
|
|
@@ -9214,7 +9366,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
9214
9366
|
};
|
|
9215
9367
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
9216
9368
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
9217
|
-
readonly type: import("effect/Schema").Literal<"tool.called">;
|
|
9369
|
+
readonly type: import("effect/Schema").Literal<"session.tool.called">;
|
|
9218
9370
|
readonly durable: import("effect/Schema").Struct<{
|
|
9219
9371
|
readonly aggregateID: import("effect/Schema").String;
|
|
9220
9372
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -9257,7 +9409,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
9257
9409
|
};
|
|
9258
9410
|
}>;
|
|
9259
9411
|
}> & {
|
|
9260
|
-
type: "tool.called";
|
|
9412
|
+
type: "session.tool.called";
|
|
9261
9413
|
durability: "durable";
|
|
9262
9414
|
durable: {
|
|
9263
9415
|
readonly version: number;
|
|
@@ -9286,7 +9438,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
9286
9438
|
};
|
|
9287
9439
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
9288
9440
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
9289
|
-
readonly type: import("effect/Schema").Literal<"tool.progress">;
|
|
9441
|
+
readonly type: import("effect/Schema").Literal<"session.tool.progress">;
|
|
9290
9442
|
readonly durable: import("effect/Schema").Struct<{
|
|
9291
9443
|
readonly aggregateID: import("effect/Schema").String;
|
|
9292
9444
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -9333,7 +9485,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
9333
9485
|
};
|
|
9334
9486
|
}>;
|
|
9335
9487
|
}> & {
|
|
9336
|
-
type: "tool.progress";
|
|
9488
|
+
type: "session.tool.progress";
|
|
9337
9489
|
durability: "durable";
|
|
9338
9490
|
durable: {
|
|
9339
9491
|
readonly version: number;
|
|
@@ -9366,7 +9518,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
9366
9518
|
};
|
|
9367
9519
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
9368
9520
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
9369
|
-
readonly type: import("effect/Schema").Literal<"tool.success">;
|
|
9521
|
+
readonly type: import("effect/Schema").Literal<"session.tool.success">;
|
|
9370
9522
|
readonly durable: import("effect/Schema").Struct<{
|
|
9371
9523
|
readonly aggregateID: import("effect/Schema").String;
|
|
9372
9524
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -9419,7 +9571,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
9419
9571
|
};
|
|
9420
9572
|
}>;
|
|
9421
9573
|
}> & {
|
|
9422
|
-
type: "tool.success";
|
|
9574
|
+
type: "session.tool.success";
|
|
9423
9575
|
durability: "durable";
|
|
9424
9576
|
durable: {
|
|
9425
9577
|
readonly version: number;
|
|
@@ -9458,7 +9610,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
9458
9610
|
};
|
|
9459
9611
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
9460
9612
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
9461
|
-
readonly type: import("effect/Schema").Literal<"tool.failed">;
|
|
9613
|
+
readonly type: import("effect/Schema").Literal<"session.tool.failed">;
|
|
9462
9614
|
readonly durable: import("effect/Schema").Struct<{
|
|
9463
9615
|
readonly aggregateID: import("effect/Schema").String;
|
|
9464
9616
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -9504,7 +9656,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
9504
9656
|
};
|
|
9505
9657
|
}>;
|
|
9506
9658
|
}> & {
|
|
9507
|
-
type: "tool.failed";
|
|
9659
|
+
type: "session.tool.failed";
|
|
9508
9660
|
durability: "durable";
|
|
9509
9661
|
durable: {
|
|
9510
9662
|
readonly version: number;
|
|
@@ -9536,7 +9688,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
9536
9688
|
};
|
|
9537
9689
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
9538
9690
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
9539
|
-
readonly type: import("effect/Schema").Literal<"retried">;
|
|
9691
|
+
readonly type: import("effect/Schema").Literal<"session.retried">;
|
|
9540
9692
|
readonly durable: import("effect/Schema").Struct<{
|
|
9541
9693
|
readonly aggregateID: import("effect/Schema").String;
|
|
9542
9694
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -9577,7 +9729,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
9577
9729
|
};
|
|
9578
9730
|
}>;
|
|
9579
9731
|
}> & {
|
|
9580
|
-
type: "retried";
|
|
9732
|
+
type: "session.retried";
|
|
9581
9733
|
durability: "durable";
|
|
9582
9734
|
durable: {
|
|
9583
9735
|
readonly version: number;
|
|
@@ -9604,7 +9756,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
9604
9756
|
};
|
|
9605
9757
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
9606
9758
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
9607
|
-
readonly type: import("effect/Schema").Literal<"compaction.started">;
|
|
9759
|
+
readonly type: import("effect/Schema").Literal<"session.compaction.started">;
|
|
9608
9760
|
readonly durable: import("effect/Schema").Struct<{
|
|
9609
9761
|
readonly aggregateID: import("effect/Schema").String;
|
|
9610
9762
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -9637,7 +9789,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
9637
9789
|
};
|
|
9638
9790
|
}>;
|
|
9639
9791
|
}> & {
|
|
9640
|
-
type: "compaction.started";
|
|
9792
|
+
type: "session.compaction.started";
|
|
9641
9793
|
durability: "durable";
|
|
9642
9794
|
durable: {
|
|
9643
9795
|
readonly version: number;
|
|
@@ -9656,7 +9808,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
9656
9808
|
};
|
|
9657
9809
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
9658
9810
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
9659
|
-
readonly type: import("effect/Schema").Literal<"compaction.delta">;
|
|
9811
|
+
readonly type: import("effect/Schema").Literal<"session.compaction.delta">;
|
|
9660
9812
|
readonly location: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").Struct<{
|
|
9661
9813
|
readonly directory: import("effect/Schema").brand<import("effect/Schema").String, "AbsolutePath">;
|
|
9662
9814
|
readonly workspaceID: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").brand<import("effect/Schema").String, "WorkspaceV2.ID"> & {
|
|
@@ -9684,7 +9836,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
9684
9836
|
};
|
|
9685
9837
|
}>;
|
|
9686
9838
|
}> & {
|
|
9687
|
-
type: "compaction.delta";
|
|
9839
|
+
type: "session.compaction.delta";
|
|
9688
9840
|
durability: "ephemeral";
|
|
9689
9841
|
durable: undefined;
|
|
9690
9842
|
data: import("effect/Schema").Struct<{
|
|
@@ -9700,7 +9852,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
9700
9852
|
};
|
|
9701
9853
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
9702
9854
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
9703
|
-
readonly type: import("effect/Schema").Literal<"compaction.ended">;
|
|
9855
|
+
readonly type: import("effect/Schema").Literal<"session.compaction.ended">;
|
|
9704
9856
|
readonly durable: import("effect/Schema").Struct<{
|
|
9705
9857
|
readonly aggregateID: import("effect/Schema").String;
|
|
9706
9858
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -9735,7 +9887,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
9735
9887
|
};
|
|
9736
9888
|
}>;
|
|
9737
9889
|
}> & {
|
|
9738
|
-
type: "compaction.ended";
|
|
9890
|
+
type: "session.compaction.ended";
|
|
9739
9891
|
durability: "durable";
|
|
9740
9892
|
durable: {
|
|
9741
9893
|
readonly version: number;
|
|
@@ -9756,7 +9908,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
9756
9908
|
};
|
|
9757
9909
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
9758
9910
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
9759
|
-
readonly type: import("effect/Schema").Literal<"revert.staged">;
|
|
9911
|
+
readonly type: import("effect/Schema").Literal<"session.revert.staged">;
|
|
9760
9912
|
readonly durable: import("effect/Schema").Struct<{
|
|
9761
9913
|
readonly aggregateID: import("effect/Schema").String;
|
|
9762
9914
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -9810,7 +9962,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
9810
9962
|
};
|
|
9811
9963
|
}>;
|
|
9812
9964
|
}> & {
|
|
9813
|
-
type: "revert.staged";
|
|
9965
|
+
type: "session.revert.staged";
|
|
9814
9966
|
durability: "durable";
|
|
9815
9967
|
durable: {
|
|
9816
9968
|
readonly version: number;
|
|
@@ -9850,7 +10002,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
9850
10002
|
};
|
|
9851
10003
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
9852
10004
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
9853
|
-
readonly type: import("effect/Schema").Literal<"revert.cleared">;
|
|
10005
|
+
readonly type: import("effect/Schema").Literal<"session.revert.cleared">;
|
|
9854
10006
|
readonly durable: import("effect/Schema").Struct<{
|
|
9855
10007
|
readonly aggregateID: import("effect/Schema").String;
|
|
9856
10008
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -9882,7 +10034,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
9882
10034
|
};
|
|
9883
10035
|
}>;
|
|
9884
10036
|
}> & {
|
|
9885
|
-
type: "revert.cleared";
|
|
10037
|
+
type: "session.revert.cleared";
|
|
9886
10038
|
durability: "durable";
|
|
9887
10039
|
durable: {
|
|
9888
10040
|
readonly version: number;
|
|
@@ -9900,7 +10052,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
9900
10052
|
};
|
|
9901
10053
|
readonly created: import("effect/Schema").decodeTo<import("effect/Schema").DateTimeUtc, import("effect/Schema").Finite, never, never>;
|
|
9902
10054
|
readonly metadata: import("effect/Schema").decodeTo<import("effect/Schema").optional<import("effect/Schema").toType<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>>, import("effect/Schema").optionalKey<import("effect/Schema").$Record<import("effect/Schema").String, import("effect/Schema").Unknown>>, never, never>;
|
|
9903
|
-
readonly type: import("effect/Schema").Literal<"revert.committed">;
|
|
10055
|
+
readonly type: import("effect/Schema").Literal<"session.revert.committed">;
|
|
9904
10056
|
readonly durable: import("effect/Schema").Struct<{
|
|
9905
10057
|
readonly aggregateID: import("effect/Schema").String;
|
|
9906
10058
|
readonly seq: import("effect/Schema").brand<import("effect/Schema").Int, "Event.Seq">;
|
|
@@ -9936,7 +10088,7 @@ export declare const Definitions: readonly [import("effect/Schema").Struct<{
|
|
|
9936
10088
|
};
|
|
9937
10089
|
}>;
|
|
9938
10090
|
}> & {
|
|
9939
|
-
type: "revert.committed";
|
|
10091
|
+
type: "session.revert.committed";
|
|
9940
10092
|
durability: "durable";
|
|
9941
10093
|
durable: {
|
|
9942
10094
|
readonly version: number;
|