Latest Anthropic release notes (2025-09-11)

- CHANGELOG.md (+5 / -1)
    • ## 1.0.111
    • - Fixed Bash tool crashes caused by malformed shell syntax parsing
    • ## 1.0.110
- api.md (+5 / -0)
    • #### September 10, 2025
    • * We've launched the web fetch tool in beta, allowing Claude to retrieve full content from specified web pages and PDF documents. Learn more in our [web fetch tool documentation](/en/docs/agents-and-tools/tool-use/web-fetch-tool).
    • * We've launched the [Claude Code Analytics API](/en/api/claude-code-analytics-api), enabling organizations to programmatically access daily aggregated usage metrics for Claude Code, including productivity metrics, tool usage statistics, and cost data.
This commit is contained in:
github-actions[bot]
2025-09-11 00:36:38 +00:00
parent 0194e197fd
commit 0260d32e31
3 changed files with 15 additions and 4 deletions
+5 -1
View File
@@ -1,8 +1,12 @@
# Changelog
## 1.0.111
- /model now validates provided model names
- Fixed Bash tool crashes caused by malformed shell syntax parsing
## 1.0.110
- /model now validates provided model names
- /terminal-setup command now supports WezTerm
- MCP: OAuth tokens now proactively refresh before expiration
- Fixed reliability issues with background Bash processes
+5 -3
View File
@@ -9,12 +9,14 @@ The status section below is updated by a daily GitHub Action.
<!-- sync-status:start -->
### 🔄 Last sync
- UTC: `2025-09-10 00:35 UTC`
- Europe/Oslo: `2025-09-10 02:35 CEST`
- UTC: `2025-09-11 00:36 UTC`
- Europe/Oslo: `2025-09-11 02:36 CEST`
### ✅ Files updated this run
- CHANGELOG.md (+11 / -0)<!-- sync-status:end -->
- CHANGELOG.md (+5 / -1)
- api.md (+5 / -0)<!-- sync-status:end -->
+5
View File
@@ -2,6 +2,11 @@
> Follow along with updates across Anthropic's API and Developer Console.
#### September 10, 2025
* We've launched the web fetch tool in beta, allowing Claude to retrieve full content from specified web pages and PDF documents. Learn more in our [web fetch tool documentation](/en/docs/agents-and-tools/tool-use/web-fetch-tool).
* We've launched the [Claude Code Analytics API](/en/api/claude-code-analytics-api), enabling organizations to programmatically access daily aggregated usage metrics for Claude Code, including productivity metrics, tool usage statistics, and cost data.
#### September 5, 2025
* We've launched [rate limit charts](/en/api/rate-limits#monitoring-your-rate-limits-in-the-console) in the Console [Usage](https://console.anthropic.com/settings/usage) page, allowing you to monitor your API rate limit usage and caching rates over time.