@opencode-ai/protocol 0.0.0-next-16042 → 0.0.0-next-16045
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/agent.d.ts +1 -1
- package/dist/groups/event.d.ts +1 -1
- package/package.json +2 -2
package/dist/groups/agent.d.ts
CHANGED
|
@@ -66,7 +66,7 @@ export declare const AgentGroup: HttpApiGroup.HttpApiGroup<"server.agent", HttpA
|
|
|
66
66
|
readonly description: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
67
67
|
readonly mode: Schema.Literals<readonly ["subagent", "primary", "all"]>;
|
|
68
68
|
readonly hidden: Schema.Boolean;
|
|
69
|
-
readonly color: Schema.decodeTo<Schema.optional<Schema.toType<Schema.
|
|
69
|
+
readonly color: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
|
|
70
70
|
readonly steps: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Int>>, Schema.optionalKey<Schema.Int>, never, never>;
|
|
71
71
|
readonly permissions: Schema.$Array<Schema.Struct<{
|
|
72
72
|
readonly action: Schema.String;
|
package/dist/groups/event.d.ts
CHANGED
|
@@ -11254,7 +11254,7 @@ export declare const EventGroup: HttpApiGroup.HttpApiGroup<"server.event", HttpA
|
|
|
11254
11254
|
readonly id: string & import("effect/Brand").Brand<"Event.ID">;
|
|
11255
11255
|
readonly data: {
|
|
11256
11256
|
readonly message: string;
|
|
11257
|
-
readonly variant: "error" | "success" | "
|
|
11257
|
+
readonly variant: "error" | "success" | "info" | "warning";
|
|
11258
11258
|
readonly duration: number;
|
|
11259
11259
|
readonly title?: string | undefined;
|
|
11260
11260
|
};
|
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-next-
|
|
4
|
+
"version": "0.0.0-next-16045",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"typecheck": "tsgo --noEmit"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@opencode-ai/schema": "0.0.0-next-
|
|
29
|
+
"@opencode-ai/schema": "0.0.0-next-16045",
|
|
30
30
|
"effect": "4.0.0-beta.98"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|