@fairyhunter13/ai-anthropic 3.0.74-fork.5 → 3.0.75-fork.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.
- package/CHANGELOG.md +13 -0
- package/dist/index.js +1 -4
- package/dist/index.js.map +1 -1
- package/dist/internal/index.js +0 -3
- package/dist/internal/index.js.map +1 -1
- package/package.json +3 -3
- package/src/anthropic-language-model.ts +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @ai-sdk/anthropic
|
|
2
2
|
|
|
3
|
+
## 4.0.0-canary.46
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e5c4f40: Remove stale `effort-2025-11-24` beta header — the extended thinking effort parameter is GA and no longer requires the beta flag. Vertex AI's strict validator was actively rejecting requests with this header.
|
|
8
|
+
|
|
9
|
+
## 4.0.0-canary.45
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [2427d88]
|
|
14
|
+
- @ai-sdk/provider-utils@5.0.0-canary.33
|
|
15
|
+
|
|
3
16
|
## 4.0.0-canary.44
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/dist/index.js
CHANGED
|
@@ -3797,9 +3797,6 @@ var AnthropicLanguageModel = class _AnthropicLanguageModel {
|
|
|
3797
3797
|
});
|
|
3798
3798
|
}
|
|
3799
3799
|
}
|
|
3800
|
-
if (anthropicOptions == null ? void 0 : anthropicOptions.effort) {
|
|
3801
|
-
betas.add("effort-2025-11-24");
|
|
3802
|
-
}
|
|
3803
3800
|
if (anthropicOptions == null ? void 0 : anthropicOptions.taskBudget) {
|
|
3804
3801
|
betas.add("task-budgets-2026-03-13");
|
|
3805
3802
|
}
|
|
@@ -5944,7 +5941,7 @@ var AnthropicSkills = class {
|
|
|
5944
5941
|
};
|
|
5945
5942
|
|
|
5946
5943
|
// src/version.ts
|
|
5947
|
-
var VERSION = true ? "4.0.0-canary.
|
|
5944
|
+
var VERSION = true ? "4.0.0-canary.46" : "0.0.0-test";
|
|
5948
5945
|
|
|
5949
5946
|
// src/anthropic-provider.ts
|
|
5950
5947
|
function createAnthropic(options = {}) {
|