Claude Agent SDK: CLI v2.1.185 Now Bundled
📡 GitHub · anthropics/claude-agent-sdk-python
🕐 21.06, 00:12
🏷️ #Anthropic #ClaudeCode #Claude #claude_agent_sdk
The `claude-agent-sdk` has been updated to bundle Claude CLI version 2.1.185.
This internal change ensures the SDK leverages the latest CLI capabilities.
💡 An updated bundled CLI often means better stability, performance, or access to new underlying features for agent development, even if not explicitly detailed in the SDK release notes.
It's worth checking the Claude CLI's own release notes for `2.1.185` to uncover any hidden gems or crucial bug fixes that directly impact your agent workflows.
🔗 Official source
📡 GitHub · anthropics/claude-agent-sdk-python
🕐 21.06, 00:12
🏷️ #Anthropic #ClaudeCode #Claude #claude_agent_sdk
The `claude-agent-sdk` has been updated to bundle Claude CLI version 2.1.185.
This internal change ensures the SDK leverages the latest CLI capabilities.
💡 An updated bundled CLI often means better stability, performance, or access to new underlying features for agent development, even if not explicitly detailed in the SDK release notes.
It's worth checking the Claude CLI's own release notes for `2.1.185` to uncover any hidden gems or crucial bug fixes that directly impact your agent workflows.
🔗 Official source
Stream-Stall Hint: Clearer Message, Longer Patience
📡 GitHub · anthropics/claude-code
🕐 20.06, 23:59
🏷️ #Anthropic #ClaudeCode #Claude #API_response
• The stream-stall hint message now reads "Waiting for API response · will retry in …".
• It replaces the previous "No response from API · Retrying in …" text.
• The trigger for this hint has been extended, activating after 20 seconds of API silence instead of 10 seconds.
💡 The updated "Waiting for API response" message is a welcome change, shifting the tone from implying a failure to acknowledging an ongoing process.
Coupled with the doubled timeout, this means fewer premature 'stall' warnings and a more accurate representation of Claude's state during intermittent network hiccups or complex computations.
This should lead to a smoother, less anxiety-inducing development experience.
Pay attention to how this impacts your perception of Claude's responsiveness during those longer generation tasks.
📡 GitHub · anthropics/claude-code
🕐 20.06, 23:59
🏷️ #Anthropic #ClaudeCode #Claude #API_response
• The stream-stall hint message now reads "Waiting for API response · will retry in …".
• It replaces the previous "No response from API · Retrying in …" text.
• The trigger for this hint has been extended, activating after 20 seconds of API silence instead of 10 seconds.
💡 The updated "Waiting for API response" message is a welcome change, shifting the tone from implying a failure to acknowledging an ongoing process.
Coupled with the doubled timeout, this means fewer premature 'stall' warnings and a more accurate representation of Claude's state during intermittent network hiccups or complex computations.
This should lead to a smoother, less anxiety-inducing development experience.
Pay attention to how this impacts your perception of Claude's responsiveness during those longer generation tasks.
Introducing Claude Tag
📡 anthropic.com
🕐 24.06, 08:00
🏷️ #Anthropic #ClaudeCode #Claude #AI_tool
This announcement introduces 'Claude Tag' but the accompanying content provides only a generic overview of Anthropic as an AI safety and research company.
Details on what 'Claude Tag' is, its specific features, or how it impacts development workflows are not included.
💡 An effective product launch hinges on clear communication of what's new and why it matters to developers.
Without concrete functionality or use cases, 'Claude Tag' remains an enigma, making it impossible to evaluate its utility or integrate it into existing systems.
We need the specifics! 🕵️♂️
🔗 Official source
📡 anthropic.com
🕐 24.06, 08:00
🏷️ #Anthropic #ClaudeCode #Claude #AI_tool
This announcement introduces 'Claude Tag' but the accompanying content provides only a generic overview of Anthropic as an AI safety and research company.
Details on what 'Claude Tag' is, its specific features, or how it impacts development workflows are not included.
💡 An effective product launch hinges on clear communication of what's new and why it matters to developers.
Without concrete functionality or use cases, 'Claude Tag' remains an enigma, making it impossible to evaluate its utility or integrate it into existing systems.
We need the specifics! 🕵️♂️
🔗 Official source
Claude Agent SDK Bundles Newer CLI
📡 GitHub · anthropics/claude-agent-sdk-python
🕐 24.06, 00:18
🏷️ #Anthropic #ClaudeCode #Claude #claude_agent_sdk
The `claude-agent-sdk` version 0.2.108 now ships with Claude CLI version 2.1.187.
This update primarily focuses on internal CLI improvements and stability.
💡 Bundling a newer CLI version means your agent applications automatically benefit from any underlying performance tweaks or stability fixes in the Claude command-line tools without needing a separate CLI installation or manual update.
This is crucial for ensuring your local development environment mirrors the latest recommended operational baseline for Claude.
🔗 Official source
📡 GitHub · anthropics/claude-agent-sdk-python
🕐 24.06, 00:18
🏷️ #Anthropic #ClaudeCode #Claude #claude_agent_sdk
The `claude-agent-sdk` version 0.2.108 now ships with Claude CLI version 2.1.187.
This update primarily focuses on internal CLI improvements and stability.
💡 Bundling a newer CLI version means your agent applications automatically benefit from any underlying performance tweaks or stability fixes in the Claude command-line tools without needing a separate CLI installation or manual update.
This is crucial for ensuring your local development environment mirrors the latest recommended operational baseline for Claude.
🔗 Official source
Sandbox Security & Org Model Restrictions
📡 GitHub · anthropics/claude-code
🕐 24.06, 00:03
🏷️ #Anthropic #ClaudeCode #Claude #sandbox_security
• New `sandbox.credentials` setting prevents sandboxed commands from accessing credential files and secret environment variables.
• Organizations can now configure model restrictions, giving more control over model usage.
💡 The `sandbox.credentials` setting is a game-changer for anyone running untrusted code or complex multi-agent workflows.
It's a critical guardrail, preventing accidental data leaks or malicious exfiltration of sensitive credentials and environment secrets from within your sandboxed environments.
This is a must-configure for any production setup.
🔗 Official source
📡 GitHub · anthropics/claude-code
🕐 24.06, 00:03
🏷️ #Anthropic #ClaudeCode #Claude #sandbox_security
• New `sandbox.credentials` setting prevents sandboxed commands from accessing credential files and secret environment variables.
• Organizations can now configure model restrictions, giving more control over model usage.
💡 The `sandbox.credentials` setting is a game-changer for anyone running untrusted code or complex multi-agent workflows.
It's a critical guardrail, preventing accidental data leaks or malicious exfiltration of sensitive credentials and environment secrets from within your sandboxed environments.
This is a must-configure for any production setup.
🔗 Official source
Claude Agent SDK: CLI Updated to 2.1.191
📡 GitHub · anthropics/claude-agent-sdk-python
🕐 25.06, 01:12
🏷️ #Anthropic #ClaudeCode #Claude #claude_agent_sdk
The Claude Agent SDK for Python just received a minor update.
It now bundles the Claude CLI at version 2.1.191.
This is an internal dependency upgrade.
💡 While an 'internal' CLI update might seem minor, these often lay the groundwork for upcoming features or bring crucial stability fixes under the hood.
Keep an eye out for improved performance or new capabilities in subsequent SDK releases that leverage this updated CLI.
🔗 Official source
📡 GitHub · anthropics/claude-agent-sdk-python
🕐 25.06, 01:12
🏷️ #Anthropic #ClaudeCode #Claude #claude_agent_sdk
The Claude Agent SDK for Python just received a minor update.
It now bundles the Claude CLI at version 2.1.191.
This is an internal dependency upgrade.
💡 While an 'internal' CLI update might seem minor, these often lay the groundwork for upcoming features or bring crucial stability fixes under the hood.
Keep an eye out for improved performance or new capabilities in subsequent SDK releases that leverage this updated CLI.
🔗 Official source
Conversation Rewind and UI Fixes
📡 GitHub · anthropics/claude-code
🕐 25.06, 00:58
🏷️ #Anthropic #ClaudeCode #Claude #claude_code
• Added `/rewind` support to resume conversations even after a `/clear` command.
• Fixed an annoying scroll position jump that occurred while reading earlier output during streaming responses.
💡 The new `/rewind` command is a game-changer for anyone who's accidentally nuked their context with `/clear` and wished they could just go back a step.
It means less time re-prompting and more time coding, especially when you're iterating on complex ideas.
🔗 Official source
📡 GitHub · anthropics/claude-code
🕐 25.06, 00:58
🏷️ #Anthropic #ClaudeCode #Claude #claude_code
• Added `/rewind` support to resume conversations even after a `/clear` command.
• Fixed an annoying scroll position jump that occurred while reading earlier output during streaming responses.
💡 The new `/rewind` command is a game-changer for anyone who's accidentally nuked their context with `/clear` and wished they could just go back a step.
It means less time re-prompting and more time coding, especially when you're iterating on complex ideas.
🔗 Official source
TypeScript SDK Adds `system.message` Streaming
📡 GitHub · anthropics/anthropic-sdk-typescript
🕐 24.06, 21:48
🏷️ #Anthropic #ClaudeCode #Claude #SDK_update
• The TypeScript SDK now supports `system.message` streaming events.
This means more granular real-time updates for your Claude interactions 🚀.
• A minor bug fix for `x-stainless-helper` headers ensures internal consistency.
💡 `system.message` streaming is a game-changer for building more dynamic and responsive UIs.
Instead of waiting for the full system message to be constructed and sent, you can now stream its evolution, providing immediate feedback to users or allowing for more complex, adaptive prompt engineering on the fly.
This opens doors for richer interactive experiences where the AI's internal "thought process" or evolving context can be surfaced in real-time.
🔗 Official source
📡 GitHub · anthropics/anthropic-sdk-typescript
🕐 24.06, 21:48
🏷️ #Anthropic #ClaudeCode #Claude #SDK_update
• The TypeScript SDK now supports `system.message` streaming events.
This means more granular real-time updates for your Claude interactions 🚀.
• A minor bug fix for `x-stainless-helper` headers ensures internal consistency.
💡 `system.message` streaming is a game-changer for building more dynamic and responsive UIs.
Instead of waiting for the full system message to be constructed and sent, you can now stream its evolution, providing immediate feedback to users or allowing for more complex, adaptive prompt engineering on the fly.
This opens doors for richer interactive experiences where the AI's internal "thought process" or evolving context can be surfaced in real-time.
🔗 Official source
Auto-Mode Classifier for All Shell Commands
📡 GitHub · anthropics/claude-code
🕐 26.06, 00:45
🏷️ #Anthropic #ClaudeCode #Claude #auto_mode
• Introduced the `autoMode.classifyAllShell` setting.
• This new setting routes *all* Bash/PowerShell commands through the auto-mode classifier.
• Previously, only arbitrary-code-execution patterns were classified.
• Also added auto-mode denylist capabilities.
💡 The `autoMode.classifyAllShell` setting is a game-changer for shell security.
It means you can now enforce a much stricter posture, ensuring every single Bash or PowerShell command is vetted by the auto-mode classifier, not just the ones that look obviously malicious.
This significantly reduces the attack surface for subtle command injection or unintended script execution, giving you granular control over your environment's integrity.
🔗 Official source
📡 GitHub · anthropics/claude-code
🕐 26.06, 00:45
🏷️ #Anthropic #ClaudeCode #Claude #auto_mode
• Introduced the `autoMode.classifyAllShell` setting.
• This new setting routes *all* Bash/PowerShell commands through the auto-mode classifier.
• Previously, only arbitrary-code-execution patterns were classified.
• Also added auto-mode denylist capabilities.
💡 The `autoMode.classifyAllShell` setting is a game-changer for shell security.
It means you can now enforce a much stricter posture, ensuring every single Bash or PowerShell command is vetted by the auto-mode classifier, not just the ones that look obviously malicious.
This significantly reduces the attack surface for subtle command injection or unintended script execution, giving you granular control over your environment's integrity.
🔗 Official source
Claude Agent SDK Bundles Updated CLI
📡 GitHub · anthropics/claude-agent-sdk-python
🕐 24.06, 19:11
🏷️ #Anthropic #ClaudeCode #Claude #claude_agent_sdk
The `claude-agent-sdk` for Python now ships with an updated Claude CLI, bumping it to version 2.1.190.
💡 This internal update means your Python agent workflows are now running on a more recent version of the underlying Claude CLI.
It's not a direct feature addition to the SDK, but it often brings stability improvements, performance tweaks, or prepares the ground for future integrations with new Claude capabilities.
🔗 Official source
📡 GitHub · anthropics/claude-agent-sdk-python
🕐 24.06, 19:11
🏷️ #Anthropic #ClaudeCode #Claude #claude_agent_sdk
The `claude-agent-sdk` for Python now ships with an updated Claude CLI, bumping it to version 2.1.190.
💡 This internal update means your Python agent workflows are now running on a more recent version of the underlying Claude CLI.
It's not a direct feature addition to the SDK, but it often brings stability improvements, performance tweaks, or prepares the ground for future integrations with new Claude capabilities.
🔗 Official source
Claude Code v2.1.190: Stability & Reliability Boost
📡 GitHub · anthropics/claude-code
🕐 24.06, 18:53
🏷️ #Anthropic #ClaudeCode #Claude #bugfix
• This update focuses on core stability.
• Expect fewer unexpected hiccups and more consistent performance.
💡 When the underlying tool gets a reliability bump, it translates directly into less wasted time chasing phantom bugs or wrestling with inconsistent behavior.
This means more predictable development cycles and fewer "why is this happening now?" moments.
🔗 Official source
📡 GitHub · anthropics/claude-code
🕐 24.06, 18:53
🏷️ #Anthropic #ClaudeCode #Claude #bugfix
• This update focuses on core stability.
• Expect fewer unexpected hiccups and more consistent performance.
💡 When the underlying tool gets a reliability bump, it translates directly into less wasted time chasing phantom bugs or wrestling with inconsistent behavior.
This means more predictable development cycles and fewer "why is this happening now?" moments.
🔗 Official source
Anthropic Economic Report: User Cadences & Impact
📡 anthropic.com
🕐 27.06, 08:00
🏷️ #Anthropic #ClaudeCode #Claude #economic_report
The new Anthropic Economic Index report just dropped.
It dives deep into *when* developers are engaging with Claude.
The report also details *what* they're actually building and producing using the AI.
Crucially, it explores *how* users perceive AI's real-world impact on their day-to-day work.
💡 This report isn't just numbers; it's a window into the evolving developer-AI symbiosis, showing where Claude is truly making a difference in productivity and workflow integration.
If you're building tools around Claude or just curious about real-world adoption, this data is gold.
🔗 Official source
📡 anthropic.com
🕐 27.06, 08:00
🏷️ #Anthropic #ClaudeCode #Claude #economic_report
The new Anthropic Economic Index report just dropped.
It dives deep into *when* developers are engaging with Claude.
The report also details *what* they're actually building and producing using the AI.
Crucially, it explores *how* users perceive AI's real-world impact on their day-to-day work.
💡 This report isn't just numbers; it's a window into the evolving developer-AI symbiosis, showing where Claude is truly making a difference in productivity and workflow integration.
If you're building tools around Claude or just curious about real-world adoption, this data is gold.
🔗 Official source
Fullscreen Mouse Control & Hook Fixes
📡 GitHub · anthropics/claude-code
🕐 27.06, 00:29
🏷️ #Anthropic #ClaudeCode #Claude #fullscreen_mode
• New `CLAUDE_CODE_DISABLE_MOUSE_CLICKS` environment variable added.
• Disable mouse click, drag, and hover in fullscreen mode while keeping wheel scroll.
• Hook matchers now correctly handle hyphenated identifiers (e.g., `code-rev`).
💡 The `CLAUDE_CODE_DISABLE_MOUSE_CLICKS` variable is a game-changer for presentations or focused debugging sessions where you absolutely don't want accidental clicks disrupting your flow.
No more rogue clicks jumping you out of fullscreen or triggering unintended actions mid-demo.
🚀
🔗 Official source
📡 GitHub · anthropics/claude-code
🕐 27.06, 00:29
🏷️ #Anthropic #ClaudeCode #Claude #fullscreen_mode
• New `CLAUDE_CODE_DISABLE_MOUSE_CLICKS` environment variable added.
• Disable mouse click, drag, and hover in fullscreen mode while keeping wheel scroll.
• Hook matchers now correctly handle hyphenated identifiers (e.g., `code-rev`).
💡 The `CLAUDE_CODE_DISABLE_MOUSE_CLICKS` variable is a game-changer for presentations or focused debugging sessions where you absolutely don't want accidental clicks disrupting your flow.
No more rogue clicks jumping you out of fullscreen or triggering unintended actions mid-demo.
🚀
🔗 Official source
Stream Tool JSON Input Gets Lazy Parsing
📡 GitHub · anthropics/anthropic-sdk-typescript
🕐 18.06, 20:18
🏷️ #Anthropic #ClaudeCode #Claude #typescript_sdk
• The SDK now lazily parses partial tool JSON input when streaming.
• This enhances robustness and efficiency for tool calls in streaming contexts.
💡 Lazy parsing of partial tool JSON input in streams is a game-changer for long-running or complex tool interactions.
It means your application can start processing tool arguments even before the full JSON object is transmitted, potentially reducing perceived latency and making your streaming tool calls more resilient to network hiccups or chunked responses.
This is crucial for building highly interactive agents where prompt responses and tool execution need to feel instantaneous.
⚡
🔗 Official source
📡 GitHub · anthropics/anthropic-sdk-typescript
🕐 18.06, 20:18
🏷️ #Anthropic #ClaudeCode #Claude #typescript_sdk
• The SDK now lazily parses partial tool JSON input when streaming.
• This enhances robustness and efficiency for tool calls in streaming contexts.
💡 Lazy parsing of partial tool JSON input in streams is a game-changer for long-running or complex tool interactions.
It means your application can start processing tool arguments even before the full JSON object is transmitted, potentially reducing perceived latency and making your streaming tool calls more resilient to network hiccups or chunked responses.
This is crucial for building highly interactive agents where prompt responses and tool execution need to feel instantaneous.
⚡
🔗 Official source
Bedrock SDK v0.31.0: Lazy Tool JSON Parsing for Streams
📡 GitHub · anthropics/anthropic-sdk-typescript
🕐 18.06, 20:18
🏷️ #Anthropic #ClaudeCode #Claude #bedrock_sdk
• Introduces lazy parsing for partial tool JSON input within streaming operations.
• This means the SDK can start processing tool calls even before the complete JSON payload arrives.
• Internal tests have been updated to no longer use deprecated models.
💡 Lazy parsing of partial tool JSON input is a huge win for real-time applications leveraging streaming tool calls.
Instead of buffering the entire tool input, which can introduce noticeable delays, the SDK now processes chunks as they stream in.
This dramatically reduces perceived latency, making your tool-orchestrated applications feel much snappier and more responsive, especially for complex, multi-step operations.
🔗 Official source
📡 GitHub · anthropics/anthropic-sdk-typescript
🕐 18.06, 20:18
🏷️ #Anthropic #ClaudeCode #Claude #bedrock_sdk
• Introduces lazy parsing for partial tool JSON input within streaming operations.
• This means the SDK can start processing tool calls even before the complete JSON payload arrives.
• Internal tests have been updated to no longer use deprecated models.
💡 Lazy parsing of partial tool JSON input is a huge win for real-time applications leveraging streaming tool calls.
Instead of buffering the entire tool input, which can introduce noticeable delays, the SDK now processes chunks as they stream in.
This dramatically reduces perceived latency, making your tool-orchestrated applications feel much snappier and more responsive, especially for complex, multi-step operations.
🔗 Official source
Vertex SDK: Stream Tool JSON Input Lazily
📡 GitHub · anthropics/anthropic-sdk-typescript
🕐 18.06, 20:18
🏷️ #Anthropic #ClaudeCode #Claude #vertex_sdk
• Streams now lazily parse partial tool JSON input.
This means the SDK can process tool calls incrementally as data arrives, improving responsiveness.
💡 Lazily parsing partial tool JSON in streams is a game-changer for applications relying on real-time tool execution.
It significantly reduces the perceived latency, allowing your application to react to tool calls much faster without waiting for the entire JSON payload to complete.
This is crucial for highly interactive UIs or rapid backend task orchestration.
🔗 Official source
📡 GitHub · anthropics/anthropic-sdk-typescript
🕐 18.06, 20:18
🏷️ #Anthropic #ClaudeCode #Claude #vertex_sdk
• Streams now lazily parse partial tool JSON input.
This means the SDK can process tool calls incrementally as data arrives, improving responsiveness.
💡 Lazily parsing partial tool JSON in streams is a game-changer for applications relying on real-time tool execution.
It significantly reduces the perceived latency, allowing your application to react to tool calls much faster without waiting for the entire JSON payload to complete.
This is crucial for highly interactive UIs or rapid backend task orchestration.
🔗 Official source
Code Execution Tool Lands in TypeScript SDK
📡 GitHub · anthropics/anthropic-sdk-typescript
🕐 18.06, 20:18
🏷️ #Anthropic #ClaudeCode #Claude #SDK_update
• Added support for the powerful new `code_execution_20260120` tool.
• Improved streaming with lazy parsing of partial tool JSON inputs, making stream processing more robust.
💡 The `code_execution_20260120` tool is a game-changer for building more autonomous agents, allowing Claude to execute code and integrate external logic directly within its reasoning loop.
This means you can now design complex workflows where Claude can dynamically generate, run, and debug code, opening up possibilities for advanced data analysis, system automation, and more robust problem-solving.
🔗 Official source
📡 GitHub · anthropics/anthropic-sdk-typescript
🕐 18.06, 20:18
🏷️ #Anthropic #ClaudeCode #Claude #SDK_update
• Added support for the powerful new `code_execution_20260120` tool.
• Improved streaming with lazy parsing of partial tool JSON inputs, making stream processing more robust.
💡 The `code_execution_20260120` tool is a game-changer for building more autonomous agents, allowing Claude to execute code and integrate external logic directly within its reasoning loop.
This means you can now design complex workflows where Claude can dynamically generate, run, and debug code, opening up possibilities for advanced data analysis, system automation, and more robust problem-solving.
🔗 Official source
Claude on Mars
📡 youtube.com
🕐 17.06, 19:39
🏷️ #Anthropic #ClaudeCode #Claude #teaser
This item consists solely of the title 'Claude on Mars'.
No further content, release notes, or technical details are provided to describe any new features, updates, or changes.
💡 When an announcement is this sparse, it's a strong signal that there's no immediate, actionable technical update to integrate.
Keep an eye out for follow-up communications, as this is likely a placeholder or a very early, high-level teaser.
🔗 Official source
📡 youtube.com
🕐 17.06, 19:39
🏷️ #Anthropic #ClaudeCode #Claude #teaser
This item consists solely of the title 'Claude on Mars'.
No further content, release notes, or technical details are provided to describe any new features, updates, or changes.
💡 When an announcement is this sparse, it's a strong signal that there's no immediate, actionable technical update to integrate.
Keep an eye out for follow-up communications, as this is likely a placeholder or a very early, high-level teaser.
🔗 Official source
Claude Opus 4.6 Released
📡 youtube.com
🕐 17.06, 19:35
🏷️ #Anthropic #ClaudeCode #Claude #Claude_Opus
Claude Opus 4.6 has been officially introduced.
💡 While the specific enhancements are not detailed in this announcement, a new version number for a model like Opus typically signifies advancements in areas such as reasoning, context window management, or overall performance.
Look for the official release notes to dive into the concrete improvements that will impact your applications.
🔗 Official source
📡 youtube.com
🕐 17.06, 19:35
🏷️ #Anthropic #ClaudeCode #Claude #Claude_Opus
Claude Opus 4.6 has been officially introduced.
💡 While the specific enhancements are not detailed in this announcement, a new version number for a model like Opus typically signifies advancements in areas such as reasoning, context window management, or overall performance.
Look for the official release notes to dive into the concrete improvements that will impact your applications.
🔗 Official source
Claude Fable 5 Is Here
📡 youtube.com
🕐 16.06, 23:28
🏷️ #Anthropic #ClaudeCode #Claude #Claude_Fable
A new major version, Claude Fable 5, has been officially introduced.
Details regarding specific new features and enhancements are anticipated.
💡 The arrival of a new major version like Fable 5, even without immediate specifics, often signals foundational architectural shifts or significant leaps in core capabilities.
This is where developers typically find the biggest performance gains or entirely new interaction paradigms, so get ready for potential new APIs or even breaking changes to adapt to.
🔗 Official source
📡 youtube.com
🕐 16.06, 23:28
🏷️ #Anthropic #ClaudeCode #Claude #Claude_Fable
A new major version, Claude Fable 5, has been officially introduced.
Details regarding specific new features and enhancements are anticipated.
💡 The arrival of a new major version like Fable 5, even without immediate specifics, often signals foundational architectural shifts or significant leaps in core capabilities.
This is where developers typically find the biggest performance gains or entirely new interaction paradigms, so get ready for potential new APIs or even breaking changes to adapt to.
🔗 Official source
Org Default Models for Claude
📡 GitHub · anthropics/claude-code
🕐 30.06, 02:27
🏷️ #Anthropic #ClaudeCode #Claude #organization_settings
• Admins can now set a default Claude model for their organization ⚙️.
• This default is configured directly in the organization console.
• Users will see "Org default" (or "Role default") in the /model selector if they haven't explicitly chosen one themselves.
💡 This is a game-changer for consistency and cost control in larger teams.
Admins can now enforce a specific model, ensuring everyone is on the same page for projects, or even steer users towards more cost-effective models without sacrificing core functionality.
🔗 Official source
📡 GitHub · anthropics/claude-code
🕐 30.06, 02:27
🏷️ #Anthropic #ClaudeCode #Claude #organization_settings
• Admins can now set a default Claude model for their organization ⚙️.
• This default is configured directly in the organization console.
• Users will see "Org default" (or "Role default") in the /model selector if they haven't explicitly chosen one themselves.
💡 This is a game-changer for consistency and cost control in larger teams.
Admins can now enforce a specific model, ensuring everyone is on the same page for projects, or even steer users towards more cost-effective models without sacrificing core functionality.
🔗 Official source