Latest Anthropic release notes (2025-09-06)

- CHANGELOG.md (+4 / -0)
    • ## 1.0.106
    • - Windows: Fixed path permission matching to consistently use POSIX format (e.g., `Read(//c/Users/...)`)
- api.md (+4 / -0)
    • #### 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.
This commit is contained in:
github-actions[bot]
2025-09-06 00:34:50 +00:00
parent 8606d1a210
commit 42ef49a38c
3 changed files with 12 additions and 2 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## 1.0.106
- Windows: Fixed path permission matching to consistently use POSIX format (e.g., `Read(//c/Users/...)`)
## 1.0.97
- Settings: /doctor now validates permission rule syntax and suggests corrections
+4 -2
View File
@@ -9,11 +9,12 @@ The status section below is updated by a daily GitHub Action.
<!-- sync-status:start -->
### 🔄 Last sync
- UTC: `2025-09-05 00:36 UTC`
- Europe/Oslo: `2025-09-05 02:36 CEST`
- UTC: `2025-09-06 00:34 UTC`
- Europe/Oslo: `2025-09-06 02:34 CEST`
### ✅ Files updated this run
- CHANGELOG.md (+4 / -0)
- api.md (+4 / -0)<!-- sync-status:end -->
@@ -32,3 +33,4 @@ The status section below is updated by a daily GitHub Action.
+4
View File
@@ -2,6 +2,10 @@
> Follow along with updates across Anthropic's API and Developer Console.
#### 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.
#### 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).