@anthropic-ai/sdk 0.78.0 → 0.80.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 (116) hide show
  1. package/CHANGELOG.md +49 -0
  2. package/README.md +12 -791
  3. package/client.d.mts +6 -5
  4. package/client.d.mts.map +1 -1
  5. package/client.d.ts +6 -5
  6. package/client.d.ts.map +1 -1
  7. package/client.js +8 -17
  8. package/client.js.map +1 -1
  9. package/client.mjs +9 -18
  10. package/client.mjs.map +1 -1
  11. package/helpers/beta/zod.js +1 -1
  12. package/helpers/beta/zod.js.map +1 -1
  13. package/helpers/beta/zod.mjs +1 -1
  14. package/helpers/beta/zod.mjs.map +1 -1
  15. package/helpers/zod.js +1 -1
  16. package/helpers/zod.js.map +1 -1
  17. package/helpers/zod.mjs +1 -1
  18. package/helpers/zod.mjs.map +1 -1
  19. package/internal/utils/query.d.mts +5 -0
  20. package/internal/utils/query.d.mts.map +1 -0
  21. package/internal/utils/query.d.ts +5 -0
  22. package/internal/utils/query.d.ts.map +1 -0
  23. package/internal/utils/query.js +23 -0
  24. package/internal/utils/query.js.map +1 -0
  25. package/internal/utils/query.mjs +20 -0
  26. package/internal/utils/query.mjs.map +1 -0
  27. package/internal/utils.d.mts +1 -0
  28. package/internal/utils.d.ts +1 -0
  29. package/internal/utils.js +1 -0
  30. package/internal/utils.js.map +1 -1
  31. package/internal/utils.mjs +1 -0
  32. package/package.json +22 -1
  33. package/resources/beta/beta.d.mts +4 -4
  34. package/resources/beta/beta.d.mts.map +1 -1
  35. package/resources/beta/beta.d.ts +4 -4
  36. package/resources/beta/beta.d.ts.map +1 -1
  37. package/resources/beta/beta.js.map +1 -1
  38. package/resources/beta/beta.mjs +1 -1
  39. package/resources/beta/beta.mjs.map +1 -1
  40. package/resources/beta/index.d.mts +2 -2
  41. package/resources/beta/index.d.mts.map +1 -1
  42. package/resources/beta/index.d.ts +2 -2
  43. package/resources/beta/index.d.ts.map +1 -1
  44. package/resources/beta/index.js.map +1 -1
  45. package/resources/beta/index.mjs.map +1 -1
  46. package/resources/beta/messages/index.d.mts +1 -1
  47. package/resources/beta/messages/index.d.mts.map +1 -1
  48. package/resources/beta/messages/index.d.ts +1 -1
  49. package/resources/beta/messages/index.d.ts.map +1 -1
  50. package/resources/beta/messages/index.js.map +1 -1
  51. package/resources/beta/messages/index.mjs.map +1 -1
  52. package/resources/beta/messages/messages.d.mts +76 -8
  53. package/resources/beta/messages/messages.d.mts.map +1 -1
  54. package/resources/beta/messages/messages.d.ts +76 -8
  55. package/resources/beta/messages/messages.d.ts.map +1 -1
  56. package/resources/beta/messages/messages.js.map +1 -1
  57. package/resources/beta/messages/messages.mjs.map +1 -1
  58. package/resources/beta/models.d.mts +135 -1
  59. package/resources/beta/models.d.mts.map +1 -1
  60. package/resources/beta/models.d.ts +135 -1
  61. package/resources/beta/models.d.ts.map +1 -1
  62. package/resources/index.d.mts +2 -2
  63. package/resources/index.d.mts.map +1 -1
  64. package/resources/index.d.ts +2 -2
  65. package/resources/index.d.ts.map +1 -1
  66. package/resources/index.js.map +1 -1
  67. package/resources/index.mjs.map +1 -1
  68. package/resources/messages/index.d.mts +1 -1
  69. package/resources/messages/index.d.mts.map +1 -1
  70. package/resources/messages/index.d.ts +1 -1
  71. package/resources/messages/index.d.ts.map +1 -1
  72. package/resources/messages/index.js.map +1 -1
  73. package/resources/messages/index.mjs.map +1 -1
  74. package/resources/messages/messages.d.mts +72 -4
  75. package/resources/messages/messages.d.mts.map +1 -1
  76. package/resources/messages/messages.d.ts +72 -4
  77. package/resources/messages/messages.d.ts.map +1 -1
  78. package/resources/messages/messages.js.map +1 -1
  79. package/resources/messages/messages.mjs.map +1 -1
  80. package/resources/models.d.mts +135 -1
  81. package/resources/models.d.mts.map +1 -1
  82. package/resources/models.d.ts +135 -1
  83. package/resources/models.d.ts.map +1 -1
  84. package/resources/shared.d.mts +1 -0
  85. package/resources/shared.d.mts.map +1 -1
  86. package/resources/shared.d.ts +1 -0
  87. package/resources/shared.d.ts.map +1 -1
  88. package/src/client.ts +33 -23
  89. package/src/helpers/beta/zod.ts +1 -1
  90. package/src/helpers/zod.ts +1 -1
  91. package/src/internal/utils/query.ts +23 -0
  92. package/src/internal/utils.ts +1 -0
  93. package/src/resources/beta/beta.ts +21 -1
  94. package/src/resources/beta/index.ts +7 -0
  95. package/src/resources/beta/messages/index.ts +1 -0
  96. package/src/resources/beta/messages/messages.ts +90 -5
  97. package/src/resources/beta/models.ts +166 -0
  98. package/src/resources/index.ts +7 -0
  99. package/src/resources/messages/index.ts +1 -0
  100. package/src/resources/messages/messages.ts +91 -13
  101. package/src/resources/models.ts +166 -0
  102. package/src/resources/shared.ts +11 -0
  103. package/src/tools/memory/node.ts +392 -0
  104. package/src/version.ts +1 -1
  105. package/tools/memory/node.d.mts +18 -0
  106. package/tools/memory/node.d.mts.map +1 -0
  107. package/tools/memory/node.d.ts +18 -0
  108. package/tools/memory/node.d.ts.map +1 -0
  109. package/tools/memory/node.js +324 -0
  110. package/tools/memory/node.js.map +1 -0
  111. package/tools/memory/node.mjs +318 -0
  112. package/tools/memory/node.mjs.map +1 -0
  113. package/version.d.mts +1 -1
  114. package/version.d.ts +1 -1
  115. package/version.js +1 -1
  116. package/version.mjs +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,54 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.80.0 (2026-03-18)
4
+
5
+ Full Changelog: [sdk-v0.79.0...sdk-v0.80.0](https://github.com/anthropics/anthropic-sdk-typescript/compare/sdk-v0.79.0...sdk-v0.80.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** manual updates ([dd12f1a](https://github.com/anthropics/anthropic-sdk-typescript/commit/dd12f1a29c4a8f4554caa8c7023bddadfb69e9b0))
10
+ * **api:** manual updates ([9c0a077](https://github.com/anthropics/anthropic-sdk-typescript/commit/9c0a0778d73ffe2f84cf4a3d593f8f645d776b02))
11
+
12
+
13
+ ### Chores
14
+
15
+ * **internal:** tweak CI branches ([4a5819e](https://github.com/anthropics/anthropic-sdk-typescript/commit/4a5819e9e820a926add4df134a6a4d6d0e65c196))
16
+
17
+ ## 0.79.0 (2026-03-16)
18
+
19
+ Full Changelog: [sdk-v0.78.0...sdk-v0.79.0](https://github.com/anthropics/anthropic-sdk-typescript/compare/sdk-v0.78.0...sdk-v0.79.0)
20
+
21
+ ### Features
22
+
23
+ * add support for filesystem memory tools ([#599](https://github.com/anthropics/anthropic-sdk-typescript/issues/599)) ([1064199](https://github.com/anthropics/anthropic-sdk-typescript/commit/106419918ec0098cd74df5541dd7fd9134268f6e))
24
+ * **api:** chore(config): clean up model enum list ([#31](https://github.com/anthropics/anthropic-sdk-typescript/issues/31)) ([07727a6](https://github.com/anthropics/anthropic-sdk-typescript/commit/07727a63c4d3685a20de3067a563396b2d2adbb2))
25
+ * **api:** GA thinking-display-setting ([4dc8df4](https://github.com/anthropics/anthropic-sdk-typescript/commit/4dc8df4b7d098b7e748ca952ac18e5e22264a4c8))
26
+ * **tests:** update mock server ([e5c3be9](https://github.com/anthropics/anthropic-sdk-typescript/commit/e5c3be981177874b4f9ab5d1a56e4c8cfb7a6744))
27
+
28
+
29
+ ### Bug Fixes
30
+
31
+ * **docs/contributing:** correct pnpm link command ([16bf66c](https://github.com/anthropics/anthropic-sdk-typescript/commit/16bf66c4ab9334f2f817f29e8834ff82f1689e9e))
32
+ * **internal:** skip tests that depend on mock server ([07417e5](https://github.com/anthropics/anthropic-sdk-typescript/commit/07417e521b35b01670cb0334aa3f23e77ba38cbc))
33
+ * **zod:** use v4 import path for Zod ^3.25 compatibility ([#925](https://github.com/anthropics/anthropic-sdk-typescript/issues/925)) ([c6c0ac8](https://github.com/anthropics/anthropic-sdk-typescript/commit/c6c0ac8a3091ad83890fb6813e4a0ee2a6e45bba))
34
+
35
+
36
+ ### Chores
37
+
38
+ * **client:** remove unused import ([3827ab5](https://github.com/anthropics/anthropic-sdk-typescript/commit/3827ab5d56d37b659cfa7b25f16a42f41ad99b29))
39
+ * **internal:** codegen related update ([2c1fc10](https://github.com/anthropics/anthropic-sdk-typescript/commit/2c1fc106f8c83a13bda1a7f755e53120b3c3919d))
40
+ * **internal:** improve import alias names ([5b9615b](https://github.com/anthropics/anthropic-sdk-typescript/commit/5b9615b51007cc0bb9cea9de9dc5f2acc9fa77e8))
41
+ * **internal:** move stringifyQuery implementation to internal function ([16239f3](https://github.com/anthropics/anthropic-sdk-typescript/commit/16239f3bd4efddaf01a35a182014131e983ee738))
42
+ * **internal:** update dependencies to address dependabot vulnerabilities ([6fdea5e](https://github.com/anthropics/anthropic-sdk-typescript/commit/6fdea5ebdf767da93bff7e55a7035772610ba287))
43
+ * **mcp-server:** improve instructions ([66e5363](https://github.com/anthropics/anthropic-sdk-typescript/commit/66e5363c114c2c5950a4a1674c1264c30619bc43))
44
+ * remove accidentally committed file ([#929](https://github.com/anthropics/anthropic-sdk-typescript/issues/929)) ([0989113](https://github.com/anthropics/anthropic-sdk-typescript/commit/0989113a5a34fbf85a2a0f87b5ab78ea7d297fd4))
45
+ * **tests:** unskip tests that are now supported in steady ([616a98a](https://github.com/anthropics/anthropic-sdk-typescript/commit/616a98a2363b3c77ebd4bc54eaae1b9003d323f9))
46
+
47
+
48
+ ### Documentation
49
+
50
+ * streamline and standardize docs ([#687](https://github.com/anthropics/anthropic-sdk-typescript/issues/687)) ([dbdc5d3](https://github.com/anthropics/anthropic-sdk-typescript/commit/dbdc5d3c8246732c9b477a1503618243e13e9bd6))
51
+
3
52
  ## 0.78.0 (2026-02-19)
4
53
 
5
54
  Full Changelog: [sdk-v0.77.0...sdk-v0.78.0](https://github.com/anthropics/anthropic-sdk-typescript/compare/sdk-v0.77.0...sdk-v0.78.0)