@ai-sdk/anthropic 2.0.0-alpha.9 → 2.0.0-beta.10
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 +156 -0
- package/dist/index.d.mts +123 -480
- package/dist/index.d.ts +123 -480
- package/dist/index.js +975 -503
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +938 -477
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.d.mts +119 -365
- package/dist/internal/index.d.ts +119 -365
- package/dist/internal/index.js +971 -499
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs +938 -477
- package/dist/internal/index.mjs.map +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,161 @@
|
|
|
1
1
|
# @ai-sdk/anthropic
|
|
2
2
|
|
|
3
|
+
## 2.0.0-beta.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 269683f: Add raw Anthropic usage information to provider metadata
|
|
8
|
+
- Updated dependencies [e7fcc86]
|
|
9
|
+
- @ai-sdk/provider-utils@3.0.0-beta.7
|
|
10
|
+
|
|
11
|
+
## 2.0.0-beta.9
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 4f26d59: feat(provider/anthropic): add disable parallel tool use option
|
|
16
|
+
- a753b3a: feat (provider/anthropic): cache control for tools
|
|
17
|
+
- Updated dependencies [ac34802]
|
|
18
|
+
- @ai-sdk/provider-utils@3.0.0-beta.6
|
|
19
|
+
|
|
20
|
+
## 2.0.0-beta.8
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies [57edfcb]
|
|
25
|
+
- Updated dependencies [383cbfa]
|
|
26
|
+
- @ai-sdk/provider-utils@3.0.0-beta.5
|
|
27
|
+
|
|
28
|
+
## 2.0.0-beta.7
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- 205077b: fix: improve Zod compatibility
|
|
33
|
+
- Updated dependencies [205077b]
|
|
34
|
+
- @ai-sdk/provider-utils@3.0.0-beta.4
|
|
35
|
+
|
|
36
|
+
## 2.0.0-beta.6
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- Updated dependencies [05d2819]
|
|
41
|
+
- @ai-sdk/provider-utils@3.0.0-beta.3
|
|
42
|
+
|
|
43
|
+
## 2.0.0-beta.5
|
|
44
|
+
|
|
45
|
+
### Patch Changes
|
|
46
|
+
|
|
47
|
+
- b9ddcdd: feat(anthropic): add text_editor_20250429 tool for Claude 4 models
|
|
48
|
+
|
|
49
|
+
## 2.0.0-beta.4
|
|
50
|
+
|
|
51
|
+
### Patch Changes
|
|
52
|
+
|
|
53
|
+
- fdff8a4: fix(provider/anthropic): correct Claude 4 model ID format
|
|
54
|
+
- 84577c8: fix (providers/anthropic): remove fine grained tool streaming beta
|
|
55
|
+
|
|
56
|
+
## 2.0.0-beta.3
|
|
57
|
+
|
|
58
|
+
### Patch Changes
|
|
59
|
+
|
|
60
|
+
- a85c85f: fix (provider/anthropic): streaming json output
|
|
61
|
+
- d1a034f: feature: using Zod 4 for internal stuff
|
|
62
|
+
- 0b678b2: feat (provider/anthropic): enable streaming tool calls
|
|
63
|
+
- Updated dependencies [0571b98]
|
|
64
|
+
- Updated dependencies [39a4fab]
|
|
65
|
+
- Updated dependencies [d1a034f]
|
|
66
|
+
- @ai-sdk/provider-utils@3.0.0-beta.2
|
|
67
|
+
|
|
68
|
+
## 2.0.0-beta.2
|
|
69
|
+
|
|
70
|
+
### Patch Changes
|
|
71
|
+
|
|
72
|
+
- d601ed9: fix (provider/anthropic): send tool call id in tool-input-start chunk
|
|
73
|
+
|
|
74
|
+
## 2.0.0-beta.1
|
|
75
|
+
|
|
76
|
+
### Patch Changes
|
|
77
|
+
|
|
78
|
+
- 8f2854f: feat (provider/anthropic): send web search tool calls
|
|
79
|
+
- 5d959e7: refactor: updated openai + anthropic tool use server side
|
|
80
|
+
- 9f73965: feat (provider/anthropic): parse websearch tool args
|
|
81
|
+
- 399e056: fix: anthropic computer tool
|
|
82
|
+
- Updated dependencies [742b7be]
|
|
83
|
+
- Updated dependencies [7cddb72]
|
|
84
|
+
- Updated dependencies [ccce59b]
|
|
85
|
+
- Updated dependencies [e2b9e4b]
|
|
86
|
+
- Updated dependencies [45c1ea2]
|
|
87
|
+
- Updated dependencies [e025824]
|
|
88
|
+
- Updated dependencies [0d06df6]
|
|
89
|
+
- Updated dependencies [472524a]
|
|
90
|
+
- Updated dependencies [dd3ff01]
|
|
91
|
+
- Updated dependencies [7435eb5]
|
|
92
|
+
- Updated dependencies [cb68df0]
|
|
93
|
+
- Updated dependencies [bfdca8d]
|
|
94
|
+
- Updated dependencies [44f4aba]
|
|
95
|
+
- Updated dependencies [023ba40]
|
|
96
|
+
- Updated dependencies [5e57fae]
|
|
97
|
+
- Updated dependencies [71f938d]
|
|
98
|
+
- Updated dependencies [28a5ed5]
|
|
99
|
+
- @ai-sdk/provider@2.0.0-beta.1
|
|
100
|
+
- @ai-sdk/provider-utils@3.0.0-beta.1
|
|
101
|
+
|
|
102
|
+
## 2.0.0-alpha.15
|
|
103
|
+
|
|
104
|
+
### Patch Changes
|
|
105
|
+
|
|
106
|
+
- Updated dependencies [48d257a]
|
|
107
|
+
- Updated dependencies [8ba77a7]
|
|
108
|
+
- @ai-sdk/provider@2.0.0-alpha.15
|
|
109
|
+
- @ai-sdk/provider-utils@3.0.0-alpha.15
|
|
110
|
+
|
|
111
|
+
## 2.0.0-alpha.14
|
|
112
|
+
|
|
113
|
+
### Patch Changes
|
|
114
|
+
|
|
115
|
+
- 2e13791: feat(anthropic): add server-side web search support
|
|
116
|
+
- 6392f60: fix(anthropic): resolve web search API validation errors with partial location + provider output
|
|
117
|
+
- Updated dependencies [b5da06a]
|
|
118
|
+
- Updated dependencies [63f9e9b]
|
|
119
|
+
- Updated dependencies [2e13791]
|
|
120
|
+
- @ai-sdk/provider@2.0.0-alpha.14
|
|
121
|
+
- @ai-sdk/provider-utils@3.0.0-alpha.14
|
|
122
|
+
|
|
123
|
+
## 2.0.0-alpha.13
|
|
124
|
+
|
|
125
|
+
### Patch Changes
|
|
126
|
+
|
|
127
|
+
- 8dfcb11: feat(anthropic/citation): text support for citations
|
|
128
|
+
- ee5a9c0: feat: streamText onChunk raw chunk support
|
|
129
|
+
- Updated dependencies [68ecf2f]
|
|
130
|
+
- @ai-sdk/provider@2.0.0-alpha.13
|
|
131
|
+
- @ai-sdk/provider-utils@3.0.0-alpha.13
|
|
132
|
+
|
|
133
|
+
## 2.0.0-alpha.12
|
|
134
|
+
|
|
135
|
+
### Patch Changes
|
|
136
|
+
|
|
137
|
+
- e2aceaf: feat: add raw chunk support
|
|
138
|
+
- Updated dependencies [e2aceaf]
|
|
139
|
+
- @ai-sdk/provider@2.0.0-alpha.12
|
|
140
|
+
- @ai-sdk/provider-utils@3.0.0-alpha.12
|
|
141
|
+
|
|
142
|
+
## 2.0.0-alpha.11
|
|
143
|
+
|
|
144
|
+
### Patch Changes
|
|
145
|
+
|
|
146
|
+
- 25f3454: feat(provider/anthropic): add PDF citation support with document sources for streamText
|
|
147
|
+
- Updated dependencies [c1e6647]
|
|
148
|
+
- @ai-sdk/provider@2.0.0-alpha.11
|
|
149
|
+
- @ai-sdk/provider-utils@3.0.0-alpha.11
|
|
150
|
+
|
|
151
|
+
## 2.0.0-alpha.10
|
|
152
|
+
|
|
153
|
+
### Patch Changes
|
|
154
|
+
|
|
155
|
+
- Updated dependencies [c4df419]
|
|
156
|
+
- @ai-sdk/provider@2.0.0-alpha.10
|
|
157
|
+
- @ai-sdk/provider-utils@3.0.0-alpha.10
|
|
158
|
+
|
|
3
159
|
## 2.0.0-alpha.9
|
|
4
160
|
|
|
5
161
|
### Patch Changes
|