@opencode-ai/ai 0.0.0-dev-18209 → 0.0.0-dev-18211

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.
@@ -464,12 +464,7 @@ const lowerMessages = Effect.fn("OpenResponses.lowerMessages")(function* (reques
464
464
  });
465
465
  }
466
466
  }
467
- // With store:false, Responses APIs only accept previous reasoning items when the
468
- // complete item has encrypted state. Summary blocks for one item may carry
469
- // that state only on the last block, so filter after they have been joined.
470
- return store === false
471
- ? input.filter((item) => !("type" in item) || item.type !== "reasoning" || typeof item.encrypted_content === "string")
472
- : input;
467
+ return input;
473
468
  });
474
469
  const lowerOptions = (request) => {
475
470
  const options = OpenResponsesOptions.resolve(request);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
- "version": "0.0.0-dev-18209",
3
+ "version": "0.0.0-dev-18211",
4
4
  "name": "@opencode-ai/ai",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -30,7 +30,7 @@
30
30
  "devDependencies": {
31
31
  "@clack/prompts": "1.0.0-alpha.1",
32
32
  "@effect/platform-node": "4.0.0-rc.111",
33
- "@opencode-ai/http-recorder": "0.0.0-dev-18209",
33
+ "@opencode-ai/http-recorder": "0.0.0-dev-18211",
34
34
  "@tsconfig/bun": "1.0.9",
35
35
  "@types/bun": "1.3.13",
36
36
  "@typescript/native-preview": "7.0.0-dev.20251207.1",
@@ -39,7 +39,7 @@
39
39
  "dependencies": {
40
40
  "@smithy/eventstream-codec": "4.2.14",
41
41
  "@smithy/util-utf8": "4.2.2",
42
- "@opencode-ai/schema": "0.0.0-dev-18209",
42
+ "@opencode-ai/schema": "0.0.0-dev-18211",
43
43
  "aws4fetch": "1.0.20",
44
44
  "effect": "4.0.0-rc.111",
45
45
  "google-auth-library": "10.5.0"