@opencode-ai/client 0.0.0-next-16824 → 0.0.0-next-16830

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.
@@ -543,6 +543,7 @@ export type Endpoint5_26Output = ({
543
543
  readonly delta: {
544
544
  readonly [x: string]: (string & Brand.Brand<"Instruction.Hash">) | "removed";
545
545
  };
546
+ readonly text?: string | undefined;
546
547
  };
547
548
  } | {
548
549
  readonly id: Event.ID;
@@ -648,10 +648,11 @@ export declare const make: (options?: {
648
648
  } | {
649
649
  readonly id: string & import("effect/Brand").Brand<"Event.ID">;
650
650
  readonly data: {
651
+ readonly sessionID: string & import("effect/Brand").Brand<"SessionID">;
651
652
  readonly delta: {
652
653
  readonly [x: string]: (string & import("effect/Brand").Brand<"Instruction.Hash">) | "removed";
653
654
  };
654
- readonly sessionID: string & import("effect/Brand").Brand<"SessionID">;
655
+ readonly text?: string | undefined;
655
656
  };
656
657
  readonly durable: {
657
658
  readonly aggregateID: string;
@@ -1055,6 +1055,7 @@ export type SessionInstructionsUpdated = {
1055
1055
  delta: {
1056
1056
  [x: string]: string | "removed";
1057
1057
  };
1058
+ text?: string;
1058
1059
  };
1059
1060
  };
1060
1061
  export type SessionSynthetic = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@opencode-ai/client",
4
- "version": "0.0.0-next-16824",
4
+ "version": "0.0.0-next-16830",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -53,8 +53,8 @@
53
53
  "typecheck": "tsgo --noEmit"
54
54
  },
55
55
  "dependencies": {
56
- "@opencode-ai/schema": "0.0.0-next-16824",
57
- "@opencode-ai/protocol": "0.0.0-next-16824"
56
+ "@opencode-ai/schema": "0.0.0-next-16830",
57
+ "@opencode-ai/protocol": "0.0.0-next-16830"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "effect": "4.0.0-beta.101"
@@ -66,7 +66,7 @@
66
66
  },
67
67
  "devDependencies": {
68
68
  "@effect/platform-node": "4.0.0-beta.101",
69
- "@opencode-ai/httpapi-codegen": "0.0.0-next-16824",
69
+ "@opencode-ai/httpapi-codegen": "0.0.0-next-16830",
70
70
  "@tsconfig/bun": "1.0.9",
71
71
  "@types/bun": "1.3.13",
72
72
  "@typescript/native-preview": "7.0.0-dev.20251207.1",