
GitHub has updated its secret scanning feature to include new partners and expanded detection capabilities. The update adds Cloudsmith and Meraki as partners and significantly increases GitLab token coverage. New detectors for Elastic, Slack, Supabase, DataDog, and VolcEngine are now included. Repositories with secret scanning enabled will automatically block commits containing these secrets. The update also introduces validity checks and richer metadata, providing users with more context and helping prioritize remediation.
Read original
© 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 introduced a new governance feature for enterprise-managed settings, allowing administrators to disable automatic permission bypasses in GitHub Copilot CLI and VS Code. This update enhances control by letting enterprises enforce permission prompts, preventing the so-called 'yolo mode' where permissions are auto-approved. The feature is integrated into the enterprise-managed settings.json file and is automatically applied for users with Copilot Business or Enterprise licenses. This move builds on previous enterprise-managed plugins, ensuring that AI tools adhere to organizational standards and policies.
© 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.
The 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.
Claude Code's latest update, v2.1.181, introduces several enhancements and fixes that improve user experience and functionality. Notably, the update adds a new configuration syntax for setting options directly from the prompt, and an opt-in setting for Apple Events on macOS. The bundled Bun runtime has been upgraded to version 1.4, and improvements have been made to streaming long paragraphs and auto-retry mechanisms. These changes aim to streamline operations and enhance the reliability of the platform, making it more efficient for developers.
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.