GitHub is enhancing its AI-powered coding assistant, Copilot, to make it more autonomous and integrated with developers’ workflows.
Headlining the updates is the general availability rollout of ‘Agent Mode’ in Visual Studio Code, enhanced Model Context Protocol (MCP) support, and the introduction of several new large language models (LLMs) accessible via a premium request system.
Thomas Dohmke, CEO of GitHub, said: “GitHub Copilot is getting a whole lot more agentic with increased context of your tools and services, powered by the world’s leading models, starting today.”
Agent Mode awakens in VS Code
First previewed to VS Code Insiders in February, Agent Mode is now progressively rolling out to all stable channel users, with full availability expected in the coming weeks.
Unlike standard chat interactions or multi-file edits, Agent Mode is designed to proactively take action based on user prompts. It can analyse a high-level goal, break it down into subtasks, identify or generate necessary files, suggest terminal commands or tool calls for execution, and even attempt self-healing when encountering runtime errors.