Weekly GitHub Copilot Roundup: Multi-Model, Agents, and Automation

GitHub Copilot rolled out additional integrations and improvements this week, furthering its shift from a code completion tool to an AI platform designed for developers. Enhancements reinforce recent releases (such as Grok Code Fast 1 and Claude Sonnet 4.5), strengthening Copilot’s use of multiple models, support for more IDEs, and automation features. Copilot now contributes to a broader range of developer workflows, including Pull Request creation, PowerShell scripting, legacy system updates, and Model Context Protocol (MCP) agent support.

Core GitHub Copilot Developments and Integrations

With last week’s Grok Code Fast 1 release and IDE model selector updates, Copilot’s multi-model system now better supports switching between OpenAI, Claude Sonnet 4.5, and Grok Code Fast 1. Claude Sonnet 4.5 is generally available across all Copilot plans, and Grok Code Fast 1 has expanded from preview to full support in GitHub.com, mobile apps, VS Code, JetBrains, Xcode, and Eclipse. A new preview brings Copilot into SQL Server Management Studio 22, supporting T-SQL code suggestions and troubleshooting in line with earlier workflow additions. Commit message generation, previously in beta, is now broadly available, adding to Copilot’s growing automation features. Security functions like Autofix and AI-driven code review continue the focus on addressing vulnerabilities. Guidance is available for those migrating from deprecated Copilot knowledge bases to Copilot Spaces, detailing the migration timeline to support organizational planning.

GitHub Copilot CLI and Agentic Workflows

Copilot CLI now includes updates aimed at terminal and AI-native workflows, resulting in easier onboarding and improved support for Git operations using global installation and clear permissions. The multiline input feature, introduced earlier, now offers more flexible interaction for developers. Integration with Claude Haiku 4.5 and MCP server updates provides richer command handling and stable session management, contributing to better context management. PowerShell scripting capability has reached stable status in response to requests for effective cross-platform support. Interest in open-source MCP projects is growing, with new frameworks and workflow automation gaining traction as more developers adopt AI-driven strategies through CLI and VS Code.

GitHub Copilot Integration in Visual Studio Code

Copilot’s integration with Visual Studio Code has expanded, building on recent agent features. Merge conflict resolution is now assisted by Copilot, providing input on both code branches. Agent mode now enforces use of fully qualified tool names, aligning with the MCP protocol and registry improvements. The new Extensions Marketplace preview makes it easier to find MCP server backends. Copilot features display step-by-step reasoning and improved tooling for managing workflow approvals and navigation. VS Code updates include enhanced keyboard shortcuts, system-aware profile detection, and stronger integration with test suites, all based on developer feedback. Collaboration continues to make agentic workflows smoother within the editor.

Copilot Coding Agent and Automation Features

The Copilot coding agent now features web search for gathering error details and documentation, extending prior troubleshooting updates. Asynchronous features allow for draft pull requests and review requests that do not require constant oversight from developers. Naming conventions for branches and pull requests have been refined, improving workflow clarity. Policy settings are thoroughly documented so organizations can control integration and meet compliance goals.

Model Updates and Prompt Engineering Best Practices

GitHub Copilot now uses the GPT-4.1 code completion model, improving suggestion context and accuracy. This continues the trend of upgrading models by phasing out older versions like Claude Sonnet 3.5. Prompt engineering guidance encourages version control and team review, with prompts stored in .prompt.md and copilot-instructions.md files. Treating prompts as maintainable components integrates AI assistance directly into existing development practices.

Specialized Workflows: Testing, PowerShell, and Mainframe Modernization

Copilot’s ability to generate test suites in VS Code using prompts improves on previous automated testing features for Playwright and Jupyter. PowerShell automation now leverages Copilot Chat for Microsoft 365 and Azure, building on advances in CLI and agent workflows. For mainframe modernization, Copilot and agent frameworks work alongside Azure orchestration to support updating legacy COBOL systems.

Copilot Customization and Advanced Agent Workflows

Developers can now use Agent Package Manager in conjunction with GitHub Actions to orchestrate and maintain AI agents, supporting version control and auditing. A technical podcast with Harald Kirschner offers insight into customizing chat agents within VS Code, covering the new Agent Memory extension for context management. These updates add new customization options to Copilot’s agent-based features.

Copilot in Real-World and Open Source Projects

Case studies such as the ‘No Bark’ open-source project illustrate how Copilot supports accessibility and deployment for those without a coding background. Developers are also encouraged to join the open source MCP community and contribute to agentic workflow innovation.