@opencode-ai/ai 0.0.0-dev-18341 → 0.0.0-dev-18343

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.
@@ -1,2 +1,2 @@
1
- export { chatModel as model } from "../amazon-bedrock-mantle.js";
1
+ export { responsesModel as model } from "../amazon-bedrock-mantle.js";
2
2
  export type { Settings } from "../amazon-bedrock-mantle.js";
@@ -1 +1 @@
1
- export { chatModel as model } from "../amazon-bedrock-mantle.js";
1
+ export { responsesModel as model } from "../amazon-bedrock-mantle.js";
@@ -48,7 +48,7 @@ export const configure = (input = {}) => {
48
48
  .model({ id: modelID });
49
49
  return {
50
50
  id,
51
- model: chat,
51
+ model: responses,
52
52
  chat,
53
53
  responses,
54
54
  configure,
@@ -73,4 +73,4 @@ const config = (settings) => {
73
73
  };
74
74
  export const chatModel = (modelID, settings) => configure(config(settings)).chat(modelID);
75
75
  export const responsesModel = (modelID, settings) => configure(config(settings)).responses(modelID);
76
- export const model = chatModel;
76
+ export const model = responsesModel;
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-18341",
3
+ "version": "0.0.0-dev-18343",
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-18341",
33
+ "@opencode-ai/http-recorder": "0.0.0-dev-18343",
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-18341",
42
+ "@opencode-ai/schema": "0.0.0-dev-18343",
43
43
  "aws4fetch": "1.0.20",
44
44
  "effect": "4.0.0-rc.111",
45
45
  "google-auth-library": "10.5.0"