Latest Anthropic release notes (2025-09-05)

- api.md (+4 / -0)
    • #### September 3, 2025
    • * We've launched support for citable documents in client-side tool results. Learn more in our [tool use documentation](en/docs/agents-and-tools/tool-use/implement-tool-use.mdx).
This commit is contained in:
github-actions[bot]
2025-09-05 00:36:22 +00:00
parent 4b251ecd22
commit 8606d1a210
2 changed files with 9 additions and 4 deletions
+5 -4
View File
@@ -9,12 +9,13 @@ The status section below is updated by a daily GitHub Action.
<!-- sync-status:start -->
### 🔄 Last sync
- UTC: `2025-09-04 00:35 UTC`
- Europe/Oslo: `2025-09-04 02:35 CEST`
- UTC: `2025-09-05 00:36 UTC`
- Europe/Oslo: `2025-09-05 02:36 CEST`
### ️ No content changes in tracked files this run
### ✅ Files updated this run
- api.md (+4 / -0)<!-- sync-status:end -->
<!-- sync-status:end -->
+4
View File
@@ -2,6 +2,10 @@
> Follow along with updates across Anthropic's API and Developer Console.
#### September 3, 2025
* We've launched support for citable documents in client-side tool results. Learn more in our [tool use documentation](en/docs/agents-and-tools/tool-use/implement-tool-use.mdx).
#### September 2, 2025
* We've launched v2 of the [Code Execution Tool](/en/docs/agents-and-tools/tool-use/code-execution-tool) in public beta, replacing the original Python-only tool with Bash command execution and direct file manipulation capabilities, including writing code in other languages.