Claude Code has released version 2.1.181, bringing a host of improvements and fixes. Key updates include a new configuration syntax for setting options from the prompt and an opt-in setting for Apple Events on macOS. The update also upgrades the bundled Bun runtime to version 1.4 and enhances the streaming of long paragraphs. These changes are designed to improve the overall user experience and reliability of the platform, particularly for developers using Claude Code in their workflows.
Read originalThe latest update to Claude Code, version 2.1.173, addresses two notable issues that were affecting users. The update normalizes Fable 5 model names by automatically stripping the [1m] suffix, which was redundant since Fable 5 already includes a 1M context by default. Additionally, it resolves a misleading startup warning on Windows about missing sandbox dependencies when the sandbox feature was enabled. These fixes enhance the user experience by eliminating unnecessary confusion and ensuring smoother operation.
The latest update to Claude Code, version 2.1.175, introduces a new managed setting called enforceAvailableModels. This feature ensures that the Default model selection is constrained by an allowlist, preventing users or projects from expanding the list of available models beyond what is managed. This change enhances control over model usage, ensuring that only approved models are utilized, which could be crucial for maintaining consistency and compliance in development environments.
The latest update to Claude Code, version 2.1.178, introduces several enhancements and fixes that improve the tool's usability and functionality. Notably, the update refines permission rules with a new syntax for tool parameters, ensuring better control over subagent actions. It also enhances the auto mode by evaluating subagent spawns before launch, closing potential security gaps. Additionally, improvements in error messaging and workflow prompts make the tool more intuitive for users. These changes collectively enhance the robustness and user experience of Claude Code, making it a more reliable tool for developers.
© GitHub ChangelogThe latest update to GitHub CLI introduces 'gh repo read-file' and 'gh repo read-dir', enabling users to access and explore repository content directly from the terminal without cloning. This development is particularly useful for developers who need to quickly check files or directories across multiple repositories, enhancing their ability to review code and documentation efficiently. Available to all GitHub users, including those on GitHub Enterprise Server, this update allows for seamless integration of repository exploration into scripts and automation processes. By using GitHub CLI v2.95.0, developers can now perform these tasks more effectively, making it a valuable tool for those working with remote repositories.
© GitHub ChangelogGitHub has enhanced its secret scanning feature, broadening detection capabilities with new partners and patterns. The update includes automatic detection of new secret types from partners like Cloudsmith and Meraki, and expands coverage for GitLab tokens. Additionally, new detectors for Elastic, Slack, Supabase, DataDog, and VolcEngine have been added. This means repositories with secret scanning enabled will now have more comprehensive protection, with automatic blocking of commits containing these secrets. The update also introduces validity checks and richer metadata, helping users prioritize remediation efforts.
© GitHub ChangelogGitHub has rolled out an auto mode for Copilot Chat, allowing users to benefit from dynamic model selection based on request complexity and model availability. This feature aims to optimize token usage while ensuring high-quality results by routing requests to models like Claude Sonnet 4.6 and GPT-5.4. Users can still choose specific models if preferred, maintaining control over their interactions. This update enhances the flexibility and efficiency of Copilot Chat, making it a more adaptive tool for developers.