Copied


GitHub Unveils Copilot App for Agent-Native Coding at Build 2026

Felix Pinkston   Jun 02, 2026 17:59 0 Min Read


At Microsoft Build 2026, GitHub introduced the new Copilot App, a desktop tool designed to streamline agent-native development workflows. This launch reflects GitHub’s push to address challenges posed by increasingly disjointed agent-driven coding processes, such as context switching and lack of clear accountability in AI-generated code. With developers now producing over 1.4 billion commits per month on GitHub, the Copilot App aims to bring clarity and control to the agentic frontier.

Agent-native development—where multiple AI-driven agents simultaneously tackle tasks like addressing bugs, implementing features, and handling code reviews—has surged in usage. However, GitHub recognizes that most existing tools weren’t built to manage parallel agent workflows effectively. The Copilot App offers a centralized "My Work" view, allowing developers to monitor active sessions, pull requests, and automations across repositories in real time. It’s available in technical preview for Copilot Pro, Pro+, Business, and Enterprise users.

Key Features of the Copilot App

The Copilot App introduces several enhancements to improve agentic workflows:

  • Worktree Isolation: Each session runs in its dedicated Git worktree, preventing interference between parallel tasks. The app automates setup and cleanup, eliminating manual branch juggling.
  • Canvas Integration: A new feature called "canvases" provides a bidirectional workspace where human developers and agents can collaborate. Canvases visually represent plans, pull requests, terminal sessions, and more, making the output of agent actions inspectable and adjustable.
  • Cloud and Local Sandboxing: Developers can choose to run Copilot either locally or in the cloud. Both environments offer full isolation to enhance security and enforce enterprise policies.

In addition, the Copilot App enhances automation with "Agent Merge," a feature that monitors CI pipelines, handles code feedback, and automates the merging process based on pre-set conditions. This balances automation with developer oversight, ensuring quality and compliance.

Scaling AI-Driven Code Review

As AI agents generate more pull requests, the need for scalable code review tools has grown. The Copilot App now supports medium-tier code reviews, offering advanced reasoning models for high-impact repositories. Developers can also customize agent behavior to align with internal standards and security requirements. Specific skills like /security-review and /rubberduck enhance targeted analysis, while integration with Azure DevOps extends these capabilities to new platforms.

GitHub’s Broader AI Strategy

The Copilot App launch comes as GitHub accelerates its transition to in-house AI models. At Build 2026, GitHub announced Project Polaris, which will replace OpenAI’s GPT-4 Turbo in Copilot starting August 2026. This move aligns with GitHub’s strategy to scale AI-driven development while reducing reliance on external providers. Polaris, combined with GPT-5.4 (introduced in March 2026), positions GitHub to offer more advanced agentic capabilities tailored to its platform.

Additionally, GitHub recently shifted Copilot to usage-based billing, effective June 1, 2026. This change aims to accommodate the growing demand for AI-powered features, particularly among enterprise users managing high-volume workflows.

Outlook

By centralizing agent-native workflows and enhancing developer control, the Copilot App reinforces GitHub’s position as a leader in AI-powered development. With integrations like Copilot CLI and the newly launched Copilot SDK, the platform is becoming a hub for building agent-driven tools across languages including Python, Java, and Rust.

As AI continues to reshape software engineering, GitHub’s investments in reliability, scalability, and security signal its commitment to supporting developers—and their agents—at every stage of the coding process. For users eager to explore, the Copilot App is now available in technical preview, while broader rollouts for upcoming features like Project Polaris are slated for later this year.


Read More