@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.
package/dist/effect/api/api.d.ts
CHANGED
|
@@ -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
|
|
655
|
+
readonly text?: string | undefined;
|
|
655
656
|
};
|
|
656
657
|
readonly durable: {
|
|
657
658
|
readonly aggregateID: string;
|
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-
|
|
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-
|
|
57
|
-
"@opencode-ai/protocol": "0.0.0-next-
|
|
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-
|
|
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",
|