@opencode-ai/protocol 0.0.0-next-16042 → 0.0.0-next-16046

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.
@@ -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.Union<readonly [Schema.String, Schema.Literals<readonly ["primary", "secondary", "accent", "success", "warning", "error", "info"]>]>>>, Schema.optionalKey<Schema.Union<readonly [Schema.String, Schema.Literals<readonly ["primary", "secondary", "accent", "success", "warning", "error", "info"]>]>>, never, never>;
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;
@@ -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" | "warning" | "info";
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-16042",
4
+ "version": "0.0.0-next-16046",
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-16042",
29
+ "@opencode-ai/schema": "0.0.0-next-16046",
30
30
  "effect": "4.0.0-beta.98"
31
31
  },
32
32
  "devDependencies": {