
GitHub has launched a public preview for enterprise-managed plugins in its Copilot CLI, enabling administrators to configure and distribute plugins across their organizations. This feature allows enterprises to set baseline standards and governance strategies, with plugins supporting various extensibility types and automatic installation. The update aims to improve developer onboarding and reduce setup time by sharing custom agents and skills broadly. Enterprises can define plugin marketplaces in a settings.json file, which Copilot CLI automatically applies for users licensed through Copilot Business or Enterprise.
Read original
© GitHub ChangelogGitHub Copilot's latest updates for Visual Studio Code bring a suite of enhancements aimed at improving developer productivity. Notably, Copilot now supports semantic search across any workspace and allows grep-style queries across GitHub repositories. The introduction of the experimental /chronicle feature enables users to query their chat history, providing a personalized workflow experience. Additionally, the updates include smarter prompt caching and deferred tool loading to reduce token usage, while new agent capabilities like inline diffs in chat and browser tab sharing enhance collaboration. These changes make Copilot a more integrated and efficient tool for developers working in VS Code.
© GitHub ChangelogGitHub has made its secret scanning feature in the MCP server generally available, enhancing security for developers using AI coding agents like GitHub Copilot CLI and Visual Studio Code. This tool allows developers to scan for exposed secrets in their code before committing changes, preventing leaked credentials from entering repositories. The feature, which has been in public preview since March 2026, integrates with existing push protection settings, ensuring consistent detection and bypass behavior. This release marks a significant step in securing codebases by leveraging AI-driven tools to catch vulnerabilities early in the development process.
© GitHub ChangelogGitHub's MCP Server now includes a public preview of its dependency scanning feature, allowing developers to catch vulnerabilities before committing code. This tool integrates with MCP-compatible IDEs and AI coding agents, providing real-time alerts on known vulnerabilities. By leveraging the GitHub Advisory Database, it offers structured results with severity levels and recommended fixes. This development enhances the security workflow for developers, making it easier to address potential issues early in the coding process.
Claude Code's latest update, v2.1.129, introduces several enhancements and fixes that improve user experience and functionality. Notably, a new flag allows fetching plugins directly from a URL, and an environment variable ensures synchronized output on certain terminals. The update also refines plugin manifest declarations and adjusts model discovery settings to be opt-in. These changes, alongside numerous bug fixes, make the platform more robust and user-friendly, particularly for developers using third-party deployments or managing complex projects.
The latest update to Claude Code, version 2.1.128, introduces several enhancements and bug fixes aimed at improving user experience and functionality. Notably, the update allows the plugin directory to accept .zip archives, enhancing flexibility in plugin management. Additionally, subprocesses no longer inherit OTEL environment variables, which streamlines the operation of OTEL-instrumented apps. The update also addresses various bugs, such as fixing issues with image uploads and terminal notifications, ensuring smoother and more reliable performance. These changes make Claude Code more robust and user-friendly, particularly for developers relying on its tools.
The latest vLLM release replaces the deadsnakes PPA with building Python from source to improve performance.