mirror of
https://github.com/zebbern/claude-code-guide.git
synced 2026-09-01 20:24:52 +08:00
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:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user