@ai-sdk/anthropic 2.0.0-alpha.9 → 2.0.0-beta.1

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 CHANGED
@@ -1,5 +1,90 @@
1
1
  # @ai-sdk/anthropic
2
2
 
3
+ ## 2.0.0-beta.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 8f2854f: feat (provider/anthropic): send web search tool calls
8
+ - 5d959e7: refactor: updated openai + anthropic tool use server side
9
+ - 9f73965: feat (provider/anthropic): parse websearch tool args
10
+ - 399e056: fix: anthropic computer tool
11
+ - Updated dependencies [742b7be]
12
+ - Updated dependencies [7cddb72]
13
+ - Updated dependencies [ccce59b]
14
+ - Updated dependencies [e2b9e4b]
15
+ - Updated dependencies [45c1ea2]
16
+ - Updated dependencies [e025824]
17
+ - Updated dependencies [0d06df6]
18
+ - Updated dependencies [472524a]
19
+ - Updated dependencies [dd3ff01]
20
+ - Updated dependencies [7435eb5]
21
+ - Updated dependencies [cb68df0]
22
+ - Updated dependencies [bfdca8d]
23
+ - Updated dependencies [44f4aba]
24
+ - Updated dependencies [023ba40]
25
+ - Updated dependencies [5e57fae]
26
+ - Updated dependencies [71f938d]
27
+ - Updated dependencies [28a5ed5]
28
+ - @ai-sdk/provider@2.0.0-beta.1
29
+ - @ai-sdk/provider-utils@3.0.0-beta.1
30
+
31
+ ## 2.0.0-alpha.15
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies [48d257a]
36
+ - Updated dependencies [8ba77a7]
37
+ - @ai-sdk/provider@2.0.0-alpha.15
38
+ - @ai-sdk/provider-utils@3.0.0-alpha.15
39
+
40
+ ## 2.0.0-alpha.14
41
+
42
+ ### Patch Changes
43
+
44
+ - 2e13791: feat(anthropic): add server-side web search support
45
+ - 6392f60: fix(anthropic): resolve web search API validation errors with partial location + provider output
46
+ - Updated dependencies [b5da06a]
47
+ - Updated dependencies [63f9e9b]
48
+ - Updated dependencies [2e13791]
49
+ - @ai-sdk/provider@2.0.0-alpha.14
50
+ - @ai-sdk/provider-utils@3.0.0-alpha.14
51
+
52
+ ## 2.0.0-alpha.13
53
+
54
+ ### Patch Changes
55
+
56
+ - 8dfcb11: feat(anthropic/citation): text support for citations
57
+ - ee5a9c0: feat: streamText onChunk raw chunk support
58
+ - Updated dependencies [68ecf2f]
59
+ - @ai-sdk/provider@2.0.0-alpha.13
60
+ - @ai-sdk/provider-utils@3.0.0-alpha.13
61
+
62
+ ## 2.0.0-alpha.12
63
+
64
+ ### Patch Changes
65
+
66
+ - e2aceaf: feat: add raw chunk support
67
+ - Updated dependencies [e2aceaf]
68
+ - @ai-sdk/provider@2.0.0-alpha.12
69
+ - @ai-sdk/provider-utils@3.0.0-alpha.12
70
+
71
+ ## 2.0.0-alpha.11
72
+
73
+ ### Patch Changes
74
+
75
+ - 25f3454: feat(provider/anthropic): add PDF citation support with document sources for streamText
76
+ - Updated dependencies [c1e6647]
77
+ - @ai-sdk/provider@2.0.0-alpha.11
78
+ - @ai-sdk/provider-utils@3.0.0-alpha.11
79
+
80
+ ## 2.0.0-alpha.10
81
+
82
+ ### Patch Changes
83
+
84
+ - Updated dependencies [c4df419]
85
+ - @ai-sdk/provider@2.0.0-alpha.10
86
+ - @ai-sdk/provider-utils@3.0.0-alpha.10
87
+
3
88
  ## 2.0.0-alpha.9
4
89
 
5
90
  ### Patch Changes