From da42e0e79984bf7f420e8ee032483209810cad69 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 00:35:48 +0000 Subject: [PATCH] Latest Anthropic release notes (2025-09-23) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - api.md (+1 / -1) • * We've launched tool helpers in beta for the Python and TypeScript SDKs, simplifying tool creation and execution with type-safe input validation and a tool runner for automated tool handling in conversations. For details, see the documentation for [the Python SDK](https://github.com/anthropics/anthropic-sdk-python/blob/main/tools.md) and [the TypeScript SDK](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/helpers.md#tool-helpers). --- Official Claude Releases/README.md | 5 +++-- Official Claude Releases/api.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Official Claude Releases/README.md b/Official Claude Releases/README.md index 85e0b59..f03b054 100644 --- a/Official Claude Releases/README.md +++ b/Official Claude Releases/README.md @@ -9,8 +9,8 @@ The status section below is updated by a daily GitHub Action. ### 🔄 Last sync -- UTC: `2025-09-22 00:39 UTC` -- Europe/Oslo: `2025-09-22 02:39 CEST` +- UTC: `2025-09-23 00:35 UTC` +- Europe/Oslo: `2025-09-23 02:35 CEST` ### ✅ Files updated this run @@ -47,5 +47,6 @@ The status section below is updated by a daily GitHub Action. + diff --git a/Official Claude Releases/api.md b/Official Claude Releases/api.md index b620647..861acfc 100644 --- a/Official Claude Releases/api.md +++ b/Official Claude Releases/api.md @@ -4,7 +4,7 @@ #### September 17, 2025 -* We've launched tool helpers in beta for the Python and TypeScript SDKs, simplifying tool creation and execution with automatic input validation and a tool runner for automated tool handling in conversations. For details, see the [`anthropic-sdk-python`](https://github.com/anthropics/anthropic-sdk-python/blob/main/helpers.md) and [`anthropic-sdk-typescript`](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/helpers.md) repos. To learn more about tool use, see our [tool use documentation](/en/docs/agents-and-tools/tool-use/overview). +* We've launched tool helpers in beta for the Python and TypeScript SDKs, simplifying tool creation and execution with type-safe input validation and a tool runner for automated tool handling in conversations. For details, see the documentation for [the Python SDK](https://github.com/anthropics/anthropic-sdk-python/blob/main/tools.md) and [the TypeScript SDK](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/helpers.md#tool-helpers). #### September 16, 2025