GitHub Copilot Gets Big Upgrades: GitHub Copilot has been given a heavy upgrade with newly developed AI abilities. The new version comes with an agent mode for better automation, integration of Gemini 2.0 Flash for better responses from AI, and Project Padawan, which is an autonomous SWE agent. These all are meant for the reason that developer productivity can be enhanced with the independence and proactivity of Copilot.
Summary of New Agent Mode in GitHub Copilot
With agent mode, GitHub Copilot is able to iterate on its own code, find errors, and correct them on its own. This mode is more independent than the standard chatbot. It can analyze runtime errors and implement terminal commands. The users handling advanced coding tasks will find this handy tool really helpful.
To turn on agent mode, the users have to do the following:
Download VS Code Insiders.
- Turn on the agent mode setting for GitHub Copilot Chat.
- Go to the Copilot Edits panel and toggle from Edit to Agent using the model picker.
Once turned on, this mode allows a developer to specify a task and then have Copilot automatically finish not only that task but also all subtasks needed to be completed.

GitHub has also made Copilot Edits generally available in VS Code. This feature enables developers to rewrite or edit multiple files at once using natural language commands. Instead of manually changing code, users can simply describe the desired modifications, and Copilot will apply the necessary edits.
Key features of Copilot Edits include:
- Context-aware code changes based on user instructions.
Suggestions over which modifications can be applied. –
Improvements with subsequent queries.
This feature works on a dual-model architecture, utilizing foundation AI models for understanding the context and generating accurate edit suggestions: GPT-4o, Claude 3.5 Sonnet, and Gemini 2.0 Flash. GitHub has also built a dedicated speculative decoding endpoint to ensure seamless inline code editing.
Project Padawan: GitHub’s Autonomous SWE Agent
GitHub has announced Project Padawan, an AI-powered software engineering (SWE) agent designed to automate most of the development process. This agent enables developers to assign issues through any GitHub client in Copilot, and it will generate fully tested pull requests.
Project Padawan will:
- Handle assigned issues autonomously.
- Analyze repositories and set up environments.
- Edit code, build projects, and run tests autonomously.
- Assign human reviewers and incorporate their feedback automatically.
The AI agent will also operate within a secure cloud sandbox, ensuring a safe and isolated environment for executing assigned tasks. GitHub plans to integrate Project Padawan into Copilot later this year.
Enhanced AI Model Selection
GitHub has made it possible for users to choose the AI model of their preference in Copilot. From this, developers can select either of the following options:
GPT-4o (OpenAI)
Claude 3.5 Sonnet (Anthropic)
Gemini 2.0 Flash (Google DeepMind)
With these choices, users can configure the responses and coding style according to their specific requirements from Copilot.
What Do These Upgrades Mean for Developers
These new features make GitHub Copilot a more powerful assistant for developers. With agent mode, Copilot becomes more autonomous, reducing manual intervention. Copilot Edits speeds up code modification, and Project Padawan brings automation to software development.
As GitHub continues improving Copilot, these upgrades will likely boost productivity, streamline workflows, and enhance collaboration across development teams.