By using this site, you agree to the Privacy Policy and Terms of Use.
Accept

GadgetBond

  • Latest
  • How-to
  • Tech
    • AI
    • Amazon
    • Apple
    • CES
    • Computing
    • Creators
    • Google
    • Meta
    • Microsoft
    • Mobile
    • Samsung
    • Security
    • Xbox
  • Transportation
    • Audi
    • BMW
    • Cadillac
    • E-Bike
    • Ferrari
    • Ford
    • Honda Prelude
    • Lamborghini
    • McLaren W1
    • Mercedes
    • Porsche
    • Rivian
    • Tesla
  • Culture
    • Apple TV
    • Disney
    • Gaming
    • Hulu
    • Marvel
    • HBO Max
    • Netflix
    • Paramount
    • SHOWTIME
    • Star Wars
    • Streaming
Add GadgetBond as a preferred source to see more of our stories on Google.
Font ResizerAa
GadgetBondGadgetBond
  • Latest
  • Tech
  • AI
  • Deals
  • How-to
  • Apps
  • Mobile
  • Gaming
  • Streaming
  • Transportation
Search
  • Latest
  • Deals
  • How-to
  • Tech
    • Amazon
    • Apple
    • CES
    • Computing
    • Creators
    • Google
    • Meta
    • Microsoft
    • Mobile
    • Samsung
    • Security
    • Xbox
  • AI
    • Anthropic
    • ChatGPT
    • ChatGPT Atlas
    • Gemini AI (formerly Bard)
    • Google DeepMind
    • Grok AI
    • Meta AI
    • Microsoft Copilot
    • OpenAI
    • Perplexity
    • xAI
  • Transportation
    • Audi
    • BMW
    • Cadillac
    • E-Bike
    • Ferrari
    • Ford
    • Honda Prelude
    • Lamborghini
    • McLaren W1
    • Mercedes
    • Porsche
    • Rivian
    • Tesla
  • Culture
    • Apple TV
    • Disney
    • Gaming
    • Hulu
    • Marvel
    • HBO Max
    • Netflix
    • Paramount
    • SHOWTIME
    • Star Wars
    • Streaming
Follow US
AIMicrosoftTech

GitHub Copilot’s new AI agent can now fix bugs and write code for you

GitHub’s new AI coding agent inside Copilot automates bug fixing, feature updates, and documentation with full context awareness and session logs.

By
Shubham Sawarkar
Shubham Sawarkar's avatar
ByShubham Sawarkar
Editor-in-Chief
I’m a tech enthusiast who loves exploring gadgets, trends, and innovations. With certifications in CISCO Routing & Switching and Windows Server Administration, I bring a sharp...
Follow:
- Editor-in-Chief
May 20, 2025, 4:51 AM EDT
Share
A promotional image of GitHub Copilot AI coding agent.
Image: GitHub
SHARE

At Microsoft Build 2025, held in Seattle from May 19–22, GitHub unveiled a game-changer for developers: an AI-powered coding agent integrated into GitHub Copilot that can autonomously fix bugs, add features, and even spruce up documentation. This isn’t just another coding assistant—it’s a peer programmer that takes on tasks like a human developer, promising to transform how software is built. But what does this mean for the millions of coders who rely on GitHub, and how will this new tool reshape the software development lifecycle?

Imagine assigning a task to a colleague, only this colleague is an AI that doesn’t sleep, doesn’t need coffee, and can churn through code with laser precision. That’s the gist of GitHub’s new AI coding agent, announced at Microsoft Build 2025. Unlike traditional coding assistants that offer suggestions or autocomplete lines, this agent takes full responsibility for specific tasks. You assign it a job—say, fixing a pesky bug or adding a new feature—and it gets to work, spinning up a virtual machine, cloning the repository, and analyzing the codebase. It’s like having a tireless teammate who commits changes to a draft pull request, logs its reasoning, and pings you when it’s done for review.

“The agent excels at low-to-medium complexity tasks in well-tested codebases,” said Thomas Dohmke, CEO of GitHub, in a blog post. “From adding features and fixing bugs to extending tests, refactoring code, and improving documentation, it’s all about keeping you in the magical flow state.”

This flow state—where developers can focus on creative, high-impact work instead of mundane fixes—is the holy grail of modern software development. With over 15 million developers already using GitHub Copilot, as noted by Microsoft CEO Satya Nadella, this new agent could significantly amplify productivity.

So, how does this AI agent pull off such feats? When you assign it a task through a GitHub issue or via Copilot Chat in Visual Studio Code (VS Code), it springs into action. It creates a secure development environment using GitHub Actions, a platform for automating workflows. The agent then clones the repository, digs into the codebase, and starts making changes. As it works, it pushes commits to a draft pull request and logs its decision-making process in session logs for transparency. Once the task is complete, it tags the developer for review, and if you leave comments or request tweaks, the agent iterates on its work automatically.

What sets this agent apart is its ability to understand context. It doesn’t just blindly write code—it pulls insights from related issue threads, pull request discussions, and custom repository instructions. This means it aligns its output with your project’s coding standards and team practices. It’s also multimodal, capable of interpreting visual inputs like screenshots or design mockups included in GitHub issues. Got a UI bug? Upload a screenshot, and the agent can act on it without needing a novel-length explanation.

The agent’s brain is powered by Anthropic’s Claude 3.7 Sonnet AI model, a choice that underscores GitHub’s commitment to leveraging cutting-edge AI. It also integrates with the Model Context Protocol (MCP), an open standard developed by Anthropic that connects AI models to external datasets and tools, enabling richer, context-aware interactions. Microsoft and GitHub are doubling down on MCP, with contributions like an updated authorization spec and a server registry service to foster a broader ecosystem of AI agents.

In a move that’s sure to excite the open-source community, Microsoft announced it’s open-sourcing GitHub Copilot Chat in VS Code under the MIT license. Starting next month, developers will be able to inspect, extend, and shape how AI works in their editor. This follows GitHub’s broader push to make AI development more accessible, including the introduction of GitHub Models, a feature that lets users experiment with industry-leading AI models (like xAI’s Grok 3) directly within GitHub repositories. With built-in governance and security, developers can test and deploy AI features without leaving the platform.

GitHub’s new agent is part of a broader vision Microsoft calls “agentic DevOps,” a reimagining of the software development lifecycle where intelligent agents handle repetitive tasks, freeing developers to focus on innovation. “In the old world, software development was a long, slow relay—weeks to plan, months to build, quarters to launch,” Microsoft noted in a blog post. “Today, ideas become prototypes in hours and reach production in days.”

This shift is already underway. The agent can tackle tasks like bug fixes, feature additions, code refactoring, and documentation improvements, particularly in well-tested codebases. It also integrates security measures, ensuring that all changes go through human review before triggering Continuous Integration (CI) or Continuous Delivery (CD) workflows. This human-in-the-loop approach adds a layer of trust, addressing concerns about AI making unchecked changes to critical code.

Beyond GitHub, Microsoft is weaving agentic AI into its ecosystem. For example, Azure’s Site Reliability Engineering agent can autonomously troubleshoot issues in Kubernetes, App Service, serverless, and database environments, logging actions in GitHub issues for team review. This means fewer late-night pager alerts for developers and systems that can self-heal to an extent.

The launch of GitHub’s AI coding agent comes at a time when the industry is buzzing with similar innovations. Google recently introduced Jules, and OpenAI showcased Codex, both AI coding agents designed to assist with programming tasks. OpenAI CEO Sam Altman, who appeared virtually at Build 2025, described Codex as enabling “true software engineering task delegation,” highlighting how early adopters have transformed their workflows.

But GitHub’s agent stands out for its deep integration with the platform’s workflow. By embedding the agent directly into GitHub Copilot and leveraging GitHub Actions, it feels like a natural extension of the tools developers already use.

Still, it’s not all smooth sailing. The agent is currently in preview mode, available only to Copilot Enterprise and Copilot Pro+ users, and Microsoft is collecting feedback before a wider rollout. Some developers may worry about over-reliance on AI or the potential for errors in complex codebases. After all, while the agent excels at low-to-medium complexity tasks, it’s not yet a replacement for human expertise in intricate projects. And as AI becomes a bigger part of development, ethical questions—like accountability and responsible use—are coming to the fore, as evidenced by an employee protest during Nadella’s keynote at Build 2025.

For the average developer, GitHub’s AI coding agent is a glimpse into a future where repetitive tasks are offloaded, and coding becomes more about creativity than drudgery. It’s not about replacing developers but amplifying their abilities.

For now, the agent is accessible via GitHub’s website, mobile app, and command-line interface, with support for VS Code, JetBrains, Eclipse, and Xcode on the horizon. Developers can start experimenting by assigning tasks to Copilot and reviewing the results, all while staying in control of the final output.


Discover more from GadgetBond

Subscribe to get the latest posts sent to your email.

Topic:GitHub
Most Popular

What is Amazon Prime Video and how does it work for cord-cutters

Opera GX releases native Linux build with full feature set

The iPhone 18 Pro camera story Apple wanted to tell—and the Halide lawsuit it got

Google tests Gemini Mac app with Desktop Intelligence

Google supercharges UCP for the next wave of AI shopping

Also Read
A Windows 11 desktop wallpaper with a blue abstract swirl is shown in four quadrants, each demonstrating a different taskbar position: bottom horizontal taskbar, top horizontal taskbar, left vertical taskbar, and right vertical taskbar.

Windows 11 will soon let you move the taskbar again

Windows 11 logo with white Windows icon and ‘Windows 11’ text on a solid blue background.

You can now pause Windows updates for as long as you want

Aqara Camera Hub G350

The first Matter camera is here — and it’s from Aqara

Hermès Paddock Duo charger

The most expensive way to charge an iPhone comes from Hermès

This image shows the OpenAI logo prominently displayed in white text against a vibrant, abstract background. The background features swirling patterns of deep green, turquoise blue, and occasional splashes of purple and pink. The texture resembles a watercolor or digital painting with fluid, organic forms that create a sense of movement across the image. The high-contrast white "OpenAI" text stands out clearly against this colorful, artistic backdrop.

OpenAI superapp: agentic ChatGPT, Codex, and Atlas in one place

Vivaldi 7.9 hero graphic showing a black‑and‑white optical illusion of a duck–rabbit drawing centered on a gradient background with the headline “Now you see it, now you don’t” and subheading about seeing more of the web.

Vivaldi 7.9 gives you an edge-to-edge web browsing view

Apple Watch Ultra 3 with a titanium milanese loop band worn on a person's wrist, displaying a hypertension notification. The watch screen shows the Health app icon with a red heart symbol and the text 'Possible Hypertension' below it. The image is presented in black and white with only the watch display in color, emphasizing the health alert. The person is wearing a long-sleeved shirt and the background shows a blurred indoor setting.

Perplexity AI now reads your Apple Health data for personalized health insights

The Apple logo, a white silhouette of an apple with a bite taken out of it, is displayed in the center of a circular, colorful pattern. The pattern consists of small, multicolored dots arranged in a radial pattern around the apple. The background is black.

Apple is cashing in on AI apps without owning the models

Company Info
  • Homepage
  • Support my work
  • Latest stories
  • Company updates
  • GDB Recommends
  • Daily newsletters
  • About us
  • Contact us
  • Write for us
  • Editorial guidelines
Legal
  • Privacy Policy
  • Cookies Policy
  • Terms & Conditions
  • DMCA
  • Disclaimer
  • Accessibility Policy
  • Security Policy
  • Do Not Sell or Share My Personal Information
Socials
Follow US

Disclosure: We love the products we feature and hope you’ll love them too. If you purchase through a link on our site, we may receive compensation at no additional cost to you. Read our ethics statement. Please note that pricing and availability are subject to change.

Copyright © 2026 GadgetBond. All Rights Reserved. Use of this site constitutes acceptance of our Terms of Use and Privacy Policy | Do Not Sell/Share My Personal Information.