Commit Graph

198 Commits

Author SHA1 Message Date
github-actions[bot] 8987442f42 Latest Anthropic release notes (2025-09-21)
No release-note content changes; updated status in 'Official Claude Releases/README.md'.
2025-09-21 00:40:05 +00:00
github-actions[bot] 321f1b55f7 Latest Anthropic release notes (2025-09-20)
- CHANGELOG.md (+21 / -2)
    • ## 1.0.120
    • - Fix input lag during typing, especially noticeable with large prompts
    • ## 1.0.119
    • - Fix Windows issue where process visually freezes on entering interactive mode
    • - Support dynamic headers for MCP servers via headersHelper configuration
    • - Fix thinking mode not working in headless sessions
- api.md (+1 / -1)
    • * We've launched tool helpers in beta for the Python and TypeScript SDKs, simplifying tool creation and execution with type-safe input validation and a tool runner for automated tool handling in conversations. For details, see the documentation for [the Python SDK](https://github.com/anthropics/anthropic-sdk-python/blob/main/tools.md) and [the TypeScript SDK](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/helpers.md#tool-helpers).
2025-09-20 00:34:26 +00:00
github-actions[bot] 994149fbc2 Latest Anthropic release notes (2025-09-19)
No release-note content changes; updated status in 'Official Claude Releases/README.md'.
2025-09-19 00:36:26 +00:00
github-actions[bot] e0ef602c51 Latest Anthropic release notes (2025-09-18)
- api.md (+4 / -0)
    • #### September 17, 2025
    • * We've launched tool helpers in beta for the Python and TypeScript SDKs, simplifying tool creation and execution with automatic input validation and a tool runner for automated tool handling in conversations. For details, see the [`anthropic-sdk-python`](https://github.com/anthropics/anthropic-sdk-python/blob/main/helpers.md) and [`anthropic-sdk-typescript`](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/helpers.md) repos. To learn more about tool use, see our [tool use documentation](/en/docs/agents-and-tools/tool-use/overview).
2025-09-18 00:35:28 +00:00
github-actions[bot] 3d1526d515 Latest Anthropic release notes (2025-09-17)
- CHANGELOG.md (+9 / -0)
    • ## 1.0.115
    • - Improve thinking mode display with enhanced visual effects
    • - Type /t to temporarily disable thinking mode in your prompt
    • - Improve path validation for glob and grep tools
    • - Show condensed output for post-tool hooks to reduce visual clutter
    • - Fix visual feedback when loading state completes
- api.md (+27 / -15)
    • # Claude Developer Platform
    • #### September 16, 2025
    • * We've unified our developer offerings under the Claude brand. You should see updated naming and URLs across our platform and documentation, but **our developer interfaces will remain the same**. Here are some notable changes:
    • * We've increased rate limits on the [1M token context window](/en/docs/build-with-claude/context-windows#1m-token-context-window) for Claude Sonnet 4 on the Claude API. For more information, see [Long context rate limits](/en/api/rate-limits#long-context-rate-limits).
    • * We've launched beta support for a [1M token context window](/en/docs/build-with-claude/context-windows#1m-token-context-window) in Claude Sonnet 4 on the Claude API and Amazon Bedrock.
    • * Search result content blocks are now generally available on the Claude API and Google Cloud's Vertex AI. This feature enables natural citations for RAG applications with proper source attribution. The beta header `search-results-2025-06-09` is no longer required. Learn more in our [search results documentation](/en/docs/build-with-claude/search-results).
2025-09-17 00:35:56 +00:00
github-actions[bot] 27cdd3881c Latest Anthropic release notes (2025-09-16)
- api.md (+4 / -0)
    • #### September 8, 2025
    • * We launched a beta version of the [C# SDK](https://github.com/anthropics/anthropic-sdk-csharp).
2025-09-16 00:35:16 +00:00
zebbern dc63d8a397 Update README.md 2025-09-15 13:22:05 +02:00
github-actions[bot] 07f4aaccf3 Latest Anthropic release notes (2025-09-15)
No release-note content changes; updated status in 'Official Claude Releases/README.md'.
2025-09-15 00:39:18 +00:00
github-actions[bot] 565b8f5aff Latest Anthropic release notes (2025-09-14)
- CHANGELOG.md (+5 / -0)
    • ## 1.0.113
    • - Deprecated piped input in interactive mode
    • - Move Ctrl+R keybinding for toggling transcript to Ctrl+O
2025-09-14 00:38:52 +00:00
github-actions[bot] b831450efe Latest Anthropic release notes (2025-09-13)
- CHANGELOG.md (+8 / -0)
    • ## 1.0.112
    • - Transcript mode (Ctrl+R): Added the model used to generate each assistant message
    • - Addressed issue where some Claude Max users were incorrectly recognized as Claude Pro users
    • - Hooks: Added systemMessage support for SessionEnd hooks
    • - Added `spinnerTipsEnabled` setting to disable spinner tips
    • - IDE: Various improvements and bug fixes
- api.md (+1 / -1)
    • * Some customers might encounter 429 (`rate_limit_error`) [errors](/en/api/errors) following a sharp increase in API usage due to acceleration limits on the API. Previously, 529 (`overloaded_error`) errors would occur in similar scenarios.
2025-09-13 00:33:31 +00:00
zebbern f99400d3da Update command line flags in README 2025-09-12 18:29:11 +02:00
github-actions[bot] 7bb0a096bc Latest Anthropic release notes (2025-09-12)
No release-note content changes; updated status in 'Official Claude Releases/README.md'.
2025-09-12 00:35:40 +00:00
github-actions[bot] 0260d32e31 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.
2025-09-11 00:36:38 +00:00
github-actions[bot] 0194e197fd Latest Anthropic release notes (2025-09-10)
- CHANGELOG.md (+11 / -0)
    • ## 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
    • ## 1.0.109
2025-09-10 00:35:57 +00:00
github-actions[bot] 5e50b96aaa Latest Anthropic release notes (2025-09-09)
No release-note content changes; updated status in 'Official Claude Releases/README.md'.
2025-09-09 00:36:36 +00:00
github-actions[bot] 7866b41877 Latest Anthropic release notes (2025-09-08)
No release-note content changes; updated status in 'Official Claude Releases/README.md'.
2025-09-08 00:38:47 +00:00
github-actions[bot] ddc9b625f4 Latest Anthropic release notes (2025-09-07)
No release-note content changes; updated status in 'Official Claude Releases/README.md'.
2025-09-07 00:39:50 +00:00
github-actions[bot] 42ef49a38c 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.
2025-09-06 00:34:50 +00:00
github-actions[bot] 8606d1a210 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).
2025-09-05 00:36:22 +00:00
github-actions[bot] 4b251ecd22 Latest Anthropic release notes (2025-09-04)
No release-note content changes; updated status in 'Official Claude Releases/README.md'.
2025-09-04 00:35:28 +00:00
github-actions[bot] 6786672835 Latest Anthropic release notes (2025-09-03)
- api.md (+4 / -0)
    • #### 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.
2025-09-03 00:34:54 +00:00
github-actions[bot] 6641452f24 Latest Anthropic release notes (2025-09-02)
No release-note content changes; updated status in 'Official Claude Releases/README.md'.
2025-09-02 00:37:05 +00:00
github-actions[bot] 360b92da4c Latest Anthropic release notes (2025-09-01)
No release-note content changes; updated status in 'Official Claude Releases/README.md'.
2025-09-01 00:45:24 +00:00
github-actions[bot] 98e1a112bd Latest Anthropic release notes (2025-08-31)
No release-note content changes; updated status in 'Official Claude Releases/README.md'.
2025-08-31 00:40:18 +00:00
github-actions[bot] 2a5df5bb30 Latest Anthropic release notes (2025-08-30)
- CHANGELOG.md (+4 / -0)
    • ## 1.0.97
    • - Settings: /doctor now validates permission rule syntax and suggests corrections
2025-08-30 00:34:59 +00:00
zebbern 5e3ac0e1b7 Add Discord usage instructions for Claude code
Added section on using Claude code via Discord.
2025-08-29 05:46:01 +02:00
zebbern e5ec14abf6 Revise table of contents for better clarity
Updated the table of contents in README.md to reflect changes and improve navigation.
2025-08-29 05:29:43 +02:00
github-actions[bot] 7450b3b711 Latest Anthropic release notes (2025-08-29)
- claude-apps.md (+8 / -0)
    • #### August 28, 2025
    • * Updated Consumer Terms and Privacy Policy:
2025-08-29 00:36:57 +00:00
zebbern 42a05f77bb Add files via upload 2025-08-28 20:15:21 +02:00
zebbern 5b8a5dac7d Delete Guide On CLAUDE.md/CLAUDE.md Collection/Html-CSS-JS directory 2025-08-28 20:14:27 +02:00
zebbern 0eaee430d1 Update description of CLAUDE.md Collection 2025-08-28 20:14:06 +02:00
zebbern 12275c32cd Add files via upload 2025-08-28 20:10:34 +02:00
zebbern ba1e774d78 Delete Guide On CLAUDE.md/CLAUDE.md Collection/React directory 2025-08-28 20:10:13 +02:00
zebbern ed6188bff1 Add feature implementation system guidelines
Added guidelines for feature implementation, including priority rules, workflow, context optimization, and general guidelines.
2025-08-28 20:02:30 +02:00
zebbern e5f6613b06 Delete feature implementation system guidelines
Removed outdated feature implementation guidelines and rules.
2025-08-28 20:02:19 +02:00
zebbern 1bc7ee59d0 Create Quick Search Official Links document
Added a comprehensive list of official Claude resources, including documentation, SDKs, and community links.
2025-08-28 19:56:27 +02:00
zebbern 3ced7f1198 Update README.md 2025-08-28 19:22:02 +02:00
github-actions[bot] 4526bdf273 Latest Anthropic release notes (2025-08-28)
- CHANGELOG.md (+8 / -0)
    • ## 1.0.94
    • - Vertex: add support for global endpoints for supported models
    • - /memory command now allows direct editing of all imported memory files
    • - SDK: Add custom tools as callbacks
    • - Added /todos command to list current todo items
    • - Support NO_PROXY environment variable to bypass proxy for specified hostnames and IPs
- api.md (+4 / -0)
    • #### August 27, 2025
    • * We launched a beta version of the [PHP SDK](https://github.com/anthropics/anthropic-sdk-php).
2025-08-28 00:36:57 +00:00
github-actions[bot] 603c71612e Latest Anthropic release notes (2025-08-27)
- CHANGELOG.md (+4 / -0)
    • ## 1.0.93
    • - Windows: Add alt + v shortcut for pasting images from clipboard
- api.md (+5 / -0)
    • #### August 26, 2025
    • * We've increased rate limits on the [1M token context window](/en/docs/build-with-claude/context-windows#1m-token-context-window) for Claude Sonnet 4 on the Anthropic API. For more information, see [Long context rate limits](/en/api/rate-limits#long-context-rate-limits).
    • * The 1m token context window is now available on Google Cloud's Vertex AI. For more information, see [Claude on Vertex AI](/en/api/claude-on-vertex-ai).
2025-08-27 00:37:20 +00:00
github-actions[bot] 6e9a534ff5 Latest Anthropic release notes (2025-08-26)
No release-note content changes; updated status in 'Official Claude Releases/README.md'.
2025-08-26 00:37:47 +00:00
github-actions[bot] f487a594ca Latest Anthropic release notes (2025-08-25)
- CHANGELOG.md (+4 / -0)
    • ## 1.0.90
    • - Settings file changes take effect immediately - no restart required
2025-08-25 15:58:20 +00:00
github-actions[bot] c7c151ead3 Latest Anthropic release notes (2025-08-25)
No release-note content changes; updated status in 'Official Claude Releases/README.md'.
2025-08-25 00:39:38 +00:00
zebbern 24739411b0 Revise configuration files section with memory hierarchy 2025-08-24 21:35:06 +02:00
zebbern 5a0f8918e9 Add sound alert configuration instructions
Add sound alert configuration instructions for when claude code finishes a task
2025-08-24 21:20:47 +02:00
github-actions[bot] 321ed8cf3c Latest Anthropic release notes (2025-08-24)
No release-note content changes; updated status in 'Official Claude Releases/README.md'.
2025-08-24 00:41:59 +00:00
github-actions[bot] 3fbeda7cfd Latest Anthropic release notes (2025-08-23)
No release-note content changes; updated status in 'Official Claude Releases/README.md'.
2025-08-23 02:59:52 +00:00
zebbern 7c47c119de Fixed <h1> Breaking Box Format
Fixed <h1> Breaking Box Format under Help Section
2025-08-23 04:55:08 +02:00
zebbern 8757487d43 Fixed MCP debug command section
Fixed MCP debug command section
2025-08-23 04:36:45 +02:00
zebbern 74c3fa25b0 Revise troubleshooting section to include help link
Updated troubleshooting section link in README.
2025-08-23 04:34:25 +02:00
zebbern 6695934d94 Update heading formatting in README.md
Removed unnecessary emphasis from the heading.
2025-08-23 04:29:11 +02:00