@core-ai/anthropic 0.17.0 → 0.18.0

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -210,6 +210,7 @@ var ADAPTIVE_MAX_EFFORT_MODELS = /* @__PURE__ */ new Set([
210
210
  "claude-fable-5",
211
211
  "claude-mythos-5",
212
212
  "claude-mythos-preview",
213
+ "claude-opus-5",
213
214
  "claude-opus-4-8",
214
215
  "claude-opus-4-7",
215
216
  "claude-opus-4-6",
@@ -236,6 +237,7 @@ var ALWAYS_RESTRICTED_SAMPLING_MODELS = /* @__PURE__ */ new Set([
236
237
  "claude-fable-5",
237
238
  "claude-mythos-5",
238
239
  "claude-mythos-preview",
240
+ "claude-opus-5",
239
241
  "claude-opus-4-8",
240
242
  "claude-opus-4-7",
241
243
  "claude-sonnet-5"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@core-ai/anthropic",
3
- "version": "0.17.0",
3
+ "version": "0.18.0",
4
4
  "description": "Anthropic provider package for @core-ai/core-ai",
5
5
  "license": "MIT",
6
6
  "author": "Omnifact (https://omnifact.ai)",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@anthropic-ai/sdk": "^0.110.0",
48
- "@core-ai/core-ai": "^0.17.0"
48
+ "@core-ai/core-ai": "^0.18.0"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "zod": "^4.0.0"