@opencode-ai/protocol 0.0.0-dev-18252 → 0.0.0-dev-18257
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/groups/event.d.ts
CHANGED
|
@@ -1263,6 +1263,7 @@ export declare const EventGroup: HttpApiGroup.HttpApiGroup<"server.event", HttpA
|
|
|
1263
1263
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
1264
1264
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
1265
1265
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
1266
|
+
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
1266
1267
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
1267
1268
|
readonly start: Schema.Finite;
|
|
1268
1269
|
readonly end: Schema.Finite;
|
|
@@ -1275,6 +1276,7 @@ export declare const EventGroup: HttpApiGroup.HttpApiGroup<"server.event", HttpA
|
|
|
1275
1276
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
1276
1277
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
1277
1278
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
1279
|
+
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
1278
1280
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
1279
1281
|
readonly start: Schema.Finite;
|
|
1280
1282
|
readonly end: Schema.Finite;
|
|
@@ -1444,6 +1446,7 @@ export declare const EventGroup: HttpApiGroup.HttpApiGroup<"server.event", HttpA
|
|
|
1444
1446
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
1445
1447
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
1446
1448
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
1449
|
+
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
1447
1450
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
1448
1451
|
readonly start: Schema.Finite;
|
|
1449
1452
|
readonly end: Schema.Finite;
|
|
@@ -1456,6 +1459,7 @@ export declare const EventGroup: HttpApiGroup.HttpApiGroup<"server.event", HttpA
|
|
|
1456
1459
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
1457
1460
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
1458
1461
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
1462
|
+
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
1459
1463
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
1460
1464
|
readonly start: Schema.Finite;
|
|
1461
1465
|
readonly end: Schema.Finite;
|
|
@@ -6520,6 +6524,7 @@ export declare const EventGroup: HttpApiGroup.HttpApiGroup<"server.event", HttpA
|
|
|
6520
6524
|
readonly skills?: readonly {
|
|
6521
6525
|
readonly id: string & import("effect/Brand").Brand<"Skill.ID">;
|
|
6522
6526
|
readonly name: string & import("effect/Brand").Brand<"Skill.Name">;
|
|
6527
|
+
readonly text?: string | undefined;
|
|
6523
6528
|
readonly mention?: {
|
|
6524
6529
|
readonly start: number;
|
|
6525
6530
|
readonly end: number;
|
|
@@ -9152,6 +9157,7 @@ export declare const OpenCodeEvent: Schema.Union<readonly [Schema.Struct<{
|
|
|
9152
9157
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
9153
9158
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
9154
9159
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
9160
|
+
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
9155
9161
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
9156
9162
|
readonly start: Schema.Finite;
|
|
9157
9163
|
readonly end: Schema.Finite;
|
|
@@ -9164,6 +9170,7 @@ export declare const OpenCodeEvent: Schema.Union<readonly [Schema.Struct<{
|
|
|
9164
9170
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
9165
9171
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
9166
9172
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
9173
|
+
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
9167
9174
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
9168
9175
|
readonly start: Schema.Finite;
|
|
9169
9176
|
readonly end: Schema.Finite;
|
|
@@ -9333,6 +9340,7 @@ export declare const OpenCodeEvent: Schema.Union<readonly [Schema.Struct<{
|
|
|
9333
9340
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
9334
9341
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
9335
9342
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
9343
|
+
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
9336
9344
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
9337
9345
|
readonly start: Schema.Finite;
|
|
9338
9346
|
readonly end: Schema.Finite;
|
|
@@ -9345,6 +9353,7 @@ export declare const OpenCodeEvent: Schema.Union<readonly [Schema.Struct<{
|
|
|
9345
9353
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
9346
9354
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
9347
9355
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
9356
|
+
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
9348
9357
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
9349
9358
|
readonly start: Schema.Finite;
|
|
9350
9359
|
readonly end: Schema.Finite;
|
package/dist/groups/message.d.ts
CHANGED
|
@@ -272,6 +272,7 @@ export declare const MessageGroup: HttpApiGroup.HttpApiGroup<"server.message", H
|
|
|
272
272
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
273
273
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
274
274
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
275
|
+
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
275
276
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
276
277
|
readonly start: Schema.Finite;
|
|
277
278
|
readonly end: Schema.Finite;
|
|
@@ -284,6 +285,7 @@ export declare const MessageGroup: HttpApiGroup.HttpApiGroup<"server.message", H
|
|
|
284
285
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
285
286
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
286
287
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
288
|
+
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
287
289
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
288
290
|
readonly start: Schema.Finite;
|
|
289
291
|
readonly end: Schema.Finite;
|
package/dist/groups/session.d.ts
CHANGED
|
@@ -1146,6 +1146,7 @@ export declare const makeSessionGroup: <I extends HttpApiMiddleware.AnyId, S>(se
|
|
|
1146
1146
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
1147
1147
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
1148
1148
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
1149
|
+
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
1149
1150
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
1150
1151
|
readonly start: Schema.Finite;
|
|
1151
1152
|
readonly end: Schema.Finite;
|
|
@@ -1158,6 +1159,7 @@ export declare const makeSessionGroup: <I extends HttpApiMiddleware.AnyId, S>(se
|
|
|
1158
1159
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
1159
1160
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
1160
1161
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
1162
|
+
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
1161
1163
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
1162
1164
|
readonly start: Schema.Finite;
|
|
1163
1165
|
readonly end: Schema.Finite;
|
|
@@ -2069,6 +2071,7 @@ export declare const makeSessionGroup: <I extends HttpApiMiddleware.AnyId, S>(se
|
|
|
2069
2071
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
2070
2072
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
2071
2073
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
2074
|
+
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
2072
2075
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
2073
2076
|
readonly start: Schema.Finite;
|
|
2074
2077
|
readonly end: Schema.Finite;
|
|
@@ -2081,6 +2084,7 @@ export declare const makeSessionGroup: <I extends HttpApiMiddleware.AnyId, S>(se
|
|
|
2081
2084
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
2082
2085
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
2083
2086
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
2087
|
+
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
2084
2088
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
2085
2089
|
readonly start: Schema.Finite;
|
|
2086
2090
|
readonly end: Schema.Finite;
|
|
@@ -3037,6 +3041,7 @@ export declare const makeSessionGroup: <I extends HttpApiMiddleware.AnyId, S>(se
|
|
|
3037
3041
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
3038
3042
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
3039
3043
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
3044
|
+
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
3040
3045
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
3041
3046
|
readonly start: Schema.Finite;
|
|
3042
3047
|
readonly end: Schema.Finite;
|
|
@@ -3049,6 +3054,7 @@ export declare const makeSessionGroup: <I extends HttpApiMiddleware.AnyId, S>(se
|
|
|
3049
3054
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
3050
3055
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
3051
3056
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
3057
|
+
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
3052
3058
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
3053
3059
|
readonly start: Schema.Finite;
|
|
3054
3060
|
readonly end: Schema.Finite;
|
|
@@ -3567,6 +3573,7 @@ export declare const makeSessionGroup: <I extends HttpApiMiddleware.AnyId, S>(se
|
|
|
3567
3573
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
3568
3574
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
3569
3575
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
3576
|
+
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
3570
3577
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
3571
3578
|
readonly start: Schema.Finite;
|
|
3572
3579
|
readonly end: Schema.Finite;
|
|
@@ -3579,6 +3586,7 @@ export declare const makeSessionGroup: <I extends HttpApiMiddleware.AnyId, S>(se
|
|
|
3579
3586
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
3580
3587
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
3581
3588
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
3589
|
+
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
3582
3590
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
3583
3591
|
readonly start: Schema.Finite;
|
|
3584
3592
|
readonly end: Schema.Finite;
|
|
@@ -3994,6 +4002,7 @@ export declare const makeSessionGroup: <I extends HttpApiMiddleware.AnyId, S>(se
|
|
|
3994
4002
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
3995
4003
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
3996
4004
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
4005
|
+
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
3997
4006
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
3998
4007
|
readonly start: Schema.Finite;
|
|
3999
4008
|
readonly end: Schema.Finite;
|
|
@@ -4006,6 +4015,7 @@ export declare const makeSessionGroup: <I extends HttpApiMiddleware.AnyId, S>(se
|
|
|
4006
4015
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
4007
4016
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
4008
4017
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
4018
|
+
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
4009
4019
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
4010
4020
|
readonly start: Schema.Finite;
|
|
4011
4021
|
readonly end: Schema.Finite;
|
|
@@ -5120,6 +5130,7 @@ export declare const makeSessionGroup: <I extends HttpApiMiddleware.AnyId, S>(se
|
|
|
5120
5130
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
5121
5131
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
5122
5132
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
5133
|
+
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
5123
5134
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
5124
5135
|
readonly start: Schema.Finite;
|
|
5125
5136
|
readonly end: Schema.Finite;
|
|
@@ -5132,6 +5143,7 @@ export declare const makeSessionGroup: <I extends HttpApiMiddleware.AnyId, S>(se
|
|
|
5132
5143
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
5133
5144
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
5134
5145
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
5146
|
+
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
5135
5147
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
5136
5148
|
readonly start: Schema.Finite;
|
|
5137
5149
|
readonly end: Schema.Finite;
|
|
@@ -5301,6 +5313,7 @@ export declare const makeSessionGroup: <I extends HttpApiMiddleware.AnyId, S>(se
|
|
|
5301
5313
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
5302
5314
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
5303
5315
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
5316
|
+
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
5304
5317
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
5305
5318
|
readonly start: Schema.Finite;
|
|
5306
5319
|
readonly end: Schema.Finite;
|
|
@@ -5313,6 +5326,7 @@ export declare const makeSessionGroup: <I extends HttpApiMiddleware.AnyId, S>(se
|
|
|
5313
5326
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
5314
5327
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
5315
5328
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
5329
|
+
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
5316
5330
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
5317
5331
|
readonly start: Schema.Finite;
|
|
5318
5332
|
readonly end: Schema.Finite;
|
|
@@ -7846,6 +7860,7 @@ export declare const makeSessionGroup: <I extends HttpApiMiddleware.AnyId, S>(se
|
|
|
7846
7860
|
readonly skills?: readonly {
|
|
7847
7861
|
readonly id: string & import("effect/Brand").Brand<"Skill.ID">;
|
|
7848
7862
|
readonly name: string & import("effect/Brand").Brand<"Skill.Name">;
|
|
7863
|
+
readonly text?: string | undefined;
|
|
7849
7864
|
readonly mention?: {
|
|
7850
7865
|
readonly start: number;
|
|
7851
7866
|
readonly end: number;
|
|
@@ -8986,6 +9001,7 @@ export declare const makeSessionGroup: <I extends HttpApiMiddleware.AnyId, S>(se
|
|
|
8986
9001
|
readonly skills: Schema.decodeTo<Schema.optional<Schema.toType<Schema.$Array<Schema.Struct<{
|
|
8987
9002
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
8988
9003
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
9004
|
+
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
8989
9005
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
8990
9006
|
readonly start: Schema.Finite;
|
|
8991
9007
|
readonly end: Schema.Finite;
|
|
@@ -8998,6 +9014,7 @@ export declare const makeSessionGroup: <I extends HttpApiMiddleware.AnyId, S>(se
|
|
|
8998
9014
|
}>>>>, Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
8999
9015
|
readonly id: Schema.brand<Schema.String, "Skill.ID">;
|
|
9000
9016
|
readonly name: Schema.brand<Schema.String, "Skill.Name">;
|
|
9017
|
+
readonly text: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
9001
9018
|
readonly mention: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Struct<{
|
|
9002
9019
|
readonly start: Schema.Finite;
|
|
9003
9020
|
readonly end: Schema.Finite;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@opencode-ai/protocol",
|
|
4
|
-
"version": "0.0.0-dev-
|
|
4
|
+
"version": "0.0.0-dev-18257",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"typecheck": "tsgo --noEmit"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@opencode-ai/schema": "0.0.0-dev-
|
|
35
|
+
"@opencode-ai/schema": "0.0.0-dev-18257",
|
|
36
36
|
"effect": "4.0.0-rc.111"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|