→ Back to Home
GitHub Copilot

GitHub Copilot CLI Enhances Reliability, Adds Plugin Extensions and New Features

GitHub has rolled out a series of substantial updates to its Copilot Command Line Interface (CLI), aiming to deliver a more robust and feature-rich experience for developers. A primary focus of this release is the enhanced reliability of requests made to various underlying AI models, including those from OpenAI, Anthropic, and Azure OpenAI, ensuring more consistent and dependable code generation and assistance. One of the most notable additions is the newfound ability for plugins to ship their own extensions. This opens up a new avenue for customization and integration, allowing the Copilot CLI to become an even more versatile tool within diverse development environments. This feature is expected to foster a richer ecosystem around Copilot, enabling third-party developers to extend its capabilities in novel ways. User experience has also seen significant improvements with the introduction of new functionalities. Developers can now utilize content search, match highlighting, and `n/N` navigation directly within diff views, making code review and change tracking more efficient. A new `/app` slash command has been added, providing a quick way to open the GitHub application or fall back to a browser, streamlining the transition between the CLI and the graphical interface. For advanced users, the update brings more granular control over subagents. Users can now configure the subagent model, reasoning effort, and context tier through user settings or via the `/subagents` (or `/agents`) picker, allowing for tailored AI assistance based on specific project needs. An exciting experimental feature, `/rewind`, has been introduced. This command no longer requires Git and offers the ability to restore only the files that Copilot has changed, leaving the user's own edits untouched. This feature provides a crucial safety net, giving developers the option to choose between a conversation-only rewind or one that includes file changes, thus offering greater flexibility and control during the development process. These comprehensive updates underscore GitHub's commitment to continuously evolving Copilot CLI as an indispensable tool for modern coding workflows.
#reliability#plugins#cli#code generation#developer tools#updates
Read original source