GitHub Unveils Copilot Coding Agent: AI-Powered Code Review and Automation
GitHub introduced the Copilot Coding Agent at Microsoft Build, an AI-driven tool that runs in GitHub Actions, handles code reviews, refactoring, and debugging, while enforcing strict security controls and integrating with Azure SRE workflows and open‑source VS Code extensions.
At the Microsoft Build conference, GitHub announced the first version of its Copilot Coding Agent, a software‑engineer (SWE) assistant that integrates fully with the GitHub experience and can receive GitHub issues to process autonomously. The agent is being rolled out to Copilot Enterprise and Copilot Pro+ users.
The agent runs in the cloud using GitHub Actions, spawning a customizable development environment for each assigned issue. It cannot execute any CI/CD workflow without manual approval, can only push to branches it creates, and its network access can be restricted by the developer.
Powered by Anthropic’s Claude Sonnet 3.7, the model was chosen for its balance of code quality and alignment with developer preferences. GitHub CEO Thomas Dohmke emphasized that the agent must operate under tighter controls than human developers, likening it to hiring someone without an interview.
From Code Completion to Coding Agent
The new agent complements the existing Copilot IDE‑based agents, which can write new code, edit existing codebases, and invoke tools. Previously limited to VS Code, the agent mode now also supports JetBrains, Eclipse, and Xcode.
Developers can assign issues to the agent via GitHub.com, the mobile app, or the CLI. The agent adds a 👀 reaction, starts working, and logs its reasoning steps and code changes for the developer to monitor. It excels at well‑defined tasks in well‑tested repositories, handling low‑ to medium‑complexity work such as adding features, fixing bugs, expanding tests, refactoring, and improving documentation.
Microsoft’s SRE Agent
In parallel, Microsoft released an Azure visual reliability engineering (SRE) agent that can autonomously fix problems using the new GitHub SWE agent. The SRE agent monitors systems 24/7, creates GitHub issues for detected problems, and hands them off to the coding agent for remediation. It integrates with New Relic, ServiceNow, PagerDuty, and other incident‑management tools.
Microsoft’s vision is that AI agents will be embedded throughout the software delivery lifecycle—from planning to production—accelerating delivery, improving quality, and restoring the fun in DevOps.
Open‑Source VS Code Extension
GitHub also open‑sourced the VS Code Copilot extension, placing it in the same repository as VS Code itself. The extension, including its system prompts, is now publicly available, and a Copilot extension for Apple Xcode has also been open‑sourced.
For further reading, see the original GitHub blog post and related articles linked at the end of the source.
Signed-in readers can open the original source through BestHub's protected redirect.
This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactand we will review it promptly.
21CTO
21CTO (21CTO.com) offers developers community, training, and services, making it your go‑to learning and service platform.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
