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

Anthropic makes Claude Connectors free for everyone

9 reasons Apple’s budget MacBook won’t match a MacBook Air

Gemini side panel in Workspace now remembers your conversations

Massachusetts becomes first state with statewide free Google AI Training

Perplexity Computer unifies top AI models into one powerful worker

Also Read
A hand holds a smartphone displaying the "aliro" app interface near a sleek smart door lock with an illuminated green digital keypad and fingerprint scanner, illustrating mobile-based access control in a modern indoor setting with warm lighting and a blurred background featuring a plant and lamp.

Apple, Google, and Samsung back Aliro 1.0 for universal smart lock access

The Apple logo, a white silhouette of an apple with a bite taken out of it, is displayed with a rainbow colored gradient. The stem and leaf of the apple are green. The background is black.

Apple’s AI glasses, pendant and AirPods will all tap Visual Intelligence

View of the Apple logo at an Apple retail store, New York, NY.

AirPods Pro with Apple Intelligence are about to get weirdly smart

A MacBook screen showing Xcode in dark mode with an AI‑assisted coding interface, including a task list labeled “Explain app functionality,” a central Swift code editor for a Landmarks app, and a floating “Todo List” panel highlighting weather‑related development steps such as creating a WeatherService and a weather overview platter view.

Claude Agent and Codex arrive natively in Xcode 26.3

Resident Evil Requiem promo image

Razer Blade RTX 50 laptops now come with free Resident Evil Requiem

Razer Laptop Sleeve 16” with Wireless Charging for Devices

Razer’s new laptop sleeve charges your iPhone and AirPods

A person using a stylus to sketch a 3D shape on a large tablet in a cozy, brick‑walled room with plants and artwork softly blurred in the background.

Blender delays iPad release, chooses Android tablets as first stop

Promotional graphic showing a bright blue Ritter Sport–style chocolate bar in the center with the words “COMING SOON,” flanked by white wired earphones plugged into the bar, the Apple Music logo on the left, and the Ritter Sport logo on the right, all on a clean blue background.

Apple Music subscription now hides inside Ritter Sport bars

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.