🇺🇸 USA · Microsoft Copilot Workspace (GitHub)

Status: 🟩 COMPLETE 🟦 LIVING Last updated: 2026-06-26 Plain-English tagline: GitHub’s project-level AI agent — turn an Issue into a working PR with multiple files. The agent-mode addition to Copilot that closes the gap with Cursor Composer and Claude Code agent.


Front-matter facts

FieldValue
VendorGitHub Inc / Microsoft (San Francisco, USA)
Country / origin🇺🇸 USA
Recommended for Australian users?✅ Yes — fully accessible from AUS via GitHub
Privacy summaryInherits GitHub Copilot’s privacy posture: Business / Enterprise no-train
Free tierLimited preview access; broader availability via Copilot Pro+/Business/Enterprise
Paid tiersBundled with GitHub Copilot Pro+ (US$39/mo) and Business / Enterprise
First releasedPreview April 2024; broader access through 2024-25
Last reviewed2026-06-26
Official sitehttps://githubnext.com/projects/copilot-workspace

What it is

Copilot Workspace is GitHub’s project-level / Issue-to-PR agent. The pitch: you describe a task (or open a GitHub Issue), Copilot Workspace plans the changes across files, edits, builds, tests, and opens a Pull Request — all from within the GitHub UI.

It’s positioned as Microsoft / GitHub’s answer to Cursor Composer + Claude Code agent + OpenAI Codex cloud, with the differentiating feature being deep GitHub-native integration: Issues, PRs, Actions, and repos are all first-class context.

Stages of a Copilot Workspace session:

  1. Specification — refine the task description (Copilot proposes / you edit)
  2. Plan — Copilot lays out file-by-file the changes it intends
  3. Implementation — Copilot generates the changes
  4. Verification — code runs, tests execute, build verifies
  5. PR — Copilot opens a pull request with the changes

You can intervene at any stage.


What you’d use it for

  • You live in GitHub and want Issue-to-PR automation
  • Routine feature requests following established patterns in a codebase
  • Bug fixes with clear specs
  • Migrations (framework upgrades, refactoring patterns)
  • Hackday / hackathon work at GitHub-native scale

When NOT to use:

  • Tasks needing real-time creative iteration (Cursor / Claude Code interactive is faster)
  • Tasks outside GitHub (non-GitHub repos, local-only work)
  • Complex architectural decisions (human judgment still primary)

How to use it

  1. Have GitHub Copilot Pro+ / Business / Enterprise subscription
  2. Open the target repo on github.com
  3. From an Issue, click “Open in Copilot Workspace” (button availability varies)
  4. Or start a new Workspace task directly
  5. Walk through Spec → Plan → Implement → PR stages
  6. Review and merge the PR

What it costs

Included in:

  • GitHub Copilot Pro+ US$39/month (individual heavy users)
  • GitHub Copilot Business US$19/seat/month + Workspace access
  • GitHub Copilot Enterprise US$39/seat/month + full Workspace + custom features

Not currently a standalone subscription — it’s part of GitHub Copilot.


How it compares to alternatives

CapabilityCopilot WorkspaceCursor ComposerClaude Code agentOpenAI Codex (cloud)
GitHub-nativeBest (Issues → PRs)IndirectIndirectIndirect
Spec → Plan → Implement flowMost explicitComposer is similarNative flowSimilar
Bundled with Copilot subscriptionYesCursor sub separatelyClaude Pro+ChatGPT Pro
Best forGitHub-centric workflowsStandalone IDE workTerminal-firstCloud async tasks

For GitHub-centric teams, Workspace is the natural pick when Copilot is already in use.


Privacy / data handling

  • Inherits GitHub Copilot tier privacy: Business / Enterprise no-train
  • Public-code attribution filter available
  • US data centres primarily

Recent changes

  • 2026: Workspace generally available; deeper Actions integration
  • 2025: Broader access via Copilot Business / Enterprise
  • April 2024: Initial public preview

Gotchas

  • Workspace is GitHub-only — not for GitLab / Bitbucket
  • Plan-then-implement flow can feel slow vs free-form Cursor Composer
  • PR quality varies by task complexity — always review
  • Underlying models accessible inside Workspace depend on your tier — Enterprise gets premium models
  • The product name “Copilot Workspace” overlaps with other Microsoft Copilot terms — verify you’re looking at the GitHub product

See also


Sources