diff --git a/Official Claude Releases/CHANGELOG.md b/Official Claude Releases/CHANGELOG.md index ec43393..e270bd4 100644 --- a/Official Claude Releases/CHANGELOG.md +++ b/Official Claude Releases/CHANGELOG.md @@ -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 diff --git a/Official Claude Releases/README.md b/Official Claude Releases/README.md index 31a5962..356edce 100644 --- a/Official Claude Releases/README.md +++ b/Official Claude Releases/README.md @@ -9,12 +9,14 @@ The status section below is updated by a daily GitHub Action. ### 🔄 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) +- CHANGELOG.md (+5 / -1) +- api.md (+5 / -0) + diff --git a/Official Claude Releases/api.md b/Official Claude Releases/api.md index 98ce983..846f6d2 100644 --- a/Official Claude Releases/api.md +++ b/Official Claude Releases/api.md @@ -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.