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
    • 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
    • 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

How to create standalone apps from any web page

Samsung’s new Z Flip8 and Fold8 are open for preorder with fresh retailer incentives

The day OpenAI’s experimental model broke out of its security sandbox

Tired of reading? Here is how to make Chrome read your favorite websites aloud

Anthropic open-sources its AI labor data inside Claude

Also Read
Key art for Apple Original Film Matchbox The Movie, showing a desert scene with a rugged vehicle kicking up sand, tire tracks in the foreground, and the film title with cast names and the Apple TV logo.

Apple unveils Matchbox The Movie trailer at SDCC Hall H

Apple TV Dark Matter season two key art showing multiple split-face profiles of Joel Edgerton and Jennifer Connelly against a black background, with the Apple TV and Dark Matter logo at the bottom.

Dark Matter returns to Apple TV this August

Close-up key art showing a person with a cybernetic implant at the side of the head while a hand holds a cable near the ear; the Neuromancer title appears at lower left and the Apple TV logo at lower right.

Neuromancer series lands on Apple TV early next year

A close-up image of the Google Chrome browser icon on a computer screen. The icon is circular with a blue center, surrounded by segments of red, green, and yellow. Below the icon, the text "Google Chrome" is displayed. The screen's pixel grid is visible, indicating a high magnification level.

How to turn Google Chrome’s spelling tools on or off

Smartphone screens showing Google Chrome with the address bar positioned at the top on the left device and at the bottom on the right device.

How to move your Chrome address bar to the bottom on mobile

A screenshot of a Google Chrome browser window in dark mode displaying the "You're browsing as a Guest" splash screen, with explanatory text noting that pages viewed will not appear in browser history or leave traces after closing, and a "Guest" profile icon visible in the top-right corner.

Clean slate browsing: here’s how Chrome’s Guest profile works

Ford Universal Electric Vehicle platform logo featuring the classic Ford script and "The Universal Vehicle" text inside a stylized winged emblem against a dark blue background.

Apple Maps is finally coming built-in to Ford’s next-gen EVs

“The Morning Show” first-look images

The Morning Show sets the stage for its 2027 farewell

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.