Copilot App
GitHub-native desktop app for agentic development — sessions from issues, Agent Merge, and remote steering
title: "Copilot App" description: "GitHub-native desktop app for agentic development — sessions from issues, Agent Merge, and remote steering" section: "Copilot" readTime: "6 min" badge: "NEW"
GitHub Copilot App
The GitHub Copilot app is a standalone desktop experience built around GitHub-native agentic development. Start from the work already in GitHub, keep tasks isolated in their own sessions, steer as you go, and land changes through the normal PR review process.
The Copilot app launched in technical preview in May 2026. Copilot Pro and Pro+ users can sign up for early access. Copilot Business and Enterprise subscribers get access as availability rolls out — admins must have previews and Copilot CLI enabled in policy settings.
Start from GitHub Context
Your work already lives in GitHub. Sessions can start from:
- Issues — the agent reads the issue description, repo state, and linked PRs
- Pull requests — start a session from an open PR to address review comments
- Previous sessions — resume where you left off
- Your inbox — find issues and PRs that need attention across connected repos
When you start from a GitHub artifact, the relevant context comes with it: issue details, repository state, review comments, CI check results.
Focused Sessions
Each session has its own isolated space: branch, files, conversation, and task state.
Key behaviors:
- Pause and resume — leave a session mid-task and come back exactly where you left off
- Work across projects — keep separate tasks isolated, even across multiple repositories
- Multiple tasks in motion — sessions don't interfere with each other
- Automate repeatable work — turn skills and prompts into workflows for dependency updates, release notes, issue triage, or routine PRs
Steer, Validate, and Ship
The app keeps you in control throughout:
Review the plan and diff
Before the agent executes, review the proposed plan. After execution, see exactly what changed as a diff. Leave feedback and guide the next iteration.
Validate in the app
- Run commands in the integrated terminal
- Open previews of web apps
- Test directly from within the session
Open the pull request
Move from session to PR with the same review, checks, and merge requirements your team already uses. The PR is linked to the session, so reviewers can see what the agent did and why.
Agent Merge
Let the agent follow through after the PR is open:
- Agent monitors review comments
- Addresses feedback automatically
- Fixes failing CI checks
- Merges once your conditions are met (required approvals, checks passing)
Remote Steering
Start a session on your desktop, check progress and steer from GitHub.com or the mobile app. The session state is fully synced — nothing is lost when you switch devices.
This enables workflows like:
- Start a large refactor before leaving the office, monitor it on your phone
- Kick off a task from mobile, refine it at your desk
- Hand off a session to a teammate via GitHub
Skills and Prompt Workflows
The Copilot app supports skills and prompt files. Turn any repeatable task into an automated workflow:
- Dependency update PRs — weekly automated updates with changelog summaries
- Release notes — generate from merged PRs since last tag
- Issue triage — label, assign, and add context to new issues automatically
- Code cleanup PRs — lint fixes, dead code removal on a schedule
Getting Started
- Copilot Pro/Pro+: Sign up for early access
- Copilot Business/Enterprise: Access rolls out through the week once your org admin enables previews + Copilot CLI in policy settings
- Install the app and connect your GitHub account
- Start your first session from any open issue
See the GitHub Copilot app documentation for full setup instructions.
Copilot App vs VS Code Extension
| Copilot App | VS Code Extension | |
|---|---|---|
| Start from | GitHub issues, PRs, inbox | Files, selection, chat prompt |
| Session isolation | Own branch + state per session | Shared workspace |
| Remote access | Yes (GitHub.com + mobile) | VS Code only |
| Agent Merge | Yes | No |
| Best for | GitHub-centric workflows, async tasks | Active coding, file editing |
Related
- Cloud Agent — The underlying cloud agent powering the app
- Agents — All Copilot agent types
- Copilot Memory — Preferences that persist across sessions