GitHub launches Copilot app as desktop home for AI agents
At Microsoft Build 2026, GitHub introduced the Copilot app, a desktop application that GitHub describes as an "agent-native" workspace for directing multiple AI coding agents from one surface, according to GitHub's blog post. The app centers on a "My Work" view that aggregates active agent sessions, issues, pull requests, and background automations across connected repositories. GitHub says each session runs in its own isolated git worktree so parallel agents do not collide, and lists features including "Agent Merge" for shepherding pull requests through checks, inspectable "canvases" for plans and terminal output, and local and cloud sandboxes. The technical preview is available to existing Copilot Pro, Pro+, Business, and Enterprise subscribers on Windows, Mac, and Linux, and the Copilot SDK is now generally available across several languages. GitHub cited platform growth, saying commits nearly doubled year over year to 1.4 billion per month.
What happened
At Microsoft Build 2026, GitHub introduced the Copilot app, an "agent-native desktop experience" that GitHub positions as a central workspace for managing multiple AI coding agents, according to GitHub's blog post. GitHub states the app is available in technical preview to existing Copilot Pro, Pro+, Business, and Enterprise subscribers and runs on Windows 11 (including Arm), Mac, and Linux. A "My Work" view aggregates active agent sessions, issues, pull requests, and background automations across connected repositories.
Technical details
Per GitHub and event coverage, each session runs in an isolated git worktree so parallel agents work without colliding. The app adds an Agent Merge surface for carrying pull requests through reviews, checks, and merging; interactive canvases that make plans, terminal output, deployments, and workflow state inspectable; and support for local and cloud sandboxes. GitHub also says the Copilot SDK is now generally available in Node.js/TypeScript, Python, Go, .NET, Rust, and Java. GitHub cited platform usage to frame demand, stating commits nearly doubled year over year to 1.4 billion per month and that GitHub Actions exceeds 2 billion minutes per week.
Industry context
Public coverage frames the Copilot app as an attempt to consolidate agent orchestration that today fragments across editors, terminals, and web UIs. The capabilities drawing the most attention, parallel worktrees, sandboxed execution, and merge monitoring, target the operational problems of concurrent agent activity and auditability rather than raw code generation.
For practitioners
Teams adopting agentic workflows commonly hit context switching, provenance gaps, and difficulty tracing automated changes back to an agent's decision path. Tooling that combines execution sandboxes, inspectable plans, and CI-aware merge controls tends to reduce manual reconciliation, but it also shifts priorities toward governance, reproducible state, and observability for agent output.
Why it matters
A dedicated desktop control plane for agents changes the integration surface for developer-tooling vendors and platform teams: observability and lifecycle hooks become baseline expectations rather than optional add-ons. The release lands alongside broader Build announcements aimed at moving agents from experiments toward production runtimes.
What to watch
- •Adoption signals: subscriber uptake and the ratio of agent-initiated to human-initiated pull requests.
- •Governance and security: maturity of sandboxing, auditing, and trace features in later previews and general availability.
- •Ecosystem fit: whether Agent Merge, canvases, and worktree isolation interoperate with existing enterprise pipelines and policy controls.
Key Points
- 1GitHub launched the Copilot app, an agent-native desktop workspace for orchestrating multiple coding agents, in technical preview for Copilot Pro, Pro+, Business, and Enterprise users.
- 2The app emphasizes operational plumbing for agents, isolated git worktrees, sandboxes, and CI-aware merge monitoring, signaling a shift from one-shot code generation to managed agent orchestration.
- 3Centralizing agent control improves auditability but raises governance and observability requirements for teams adopting agentic development.
Scoring Rationale
A major developer-tooling launch from GitHub and Microsoft that reshapes the surface for running AI coding agents and touches CI/CD and governance, drawing broad trade coverage. It is a significant product rather than a frontier-model or paradigm shift, so it sits in the upper-major band.
Sources
Public references used for this report.
Practice interview problems based on real data
1,625 SQL & Python problems across 15 industry datasets — the exact type of data you work with.
Try 250 free problems


