Back to stories
Tools

Microsoft Copilot Workspace Hits GA — AI Plans and Executes GitHub Issues

Michael Ouroumis2 min read
Microsoft Copilot Workspace Hits GA — AI Plans and Executes GitHub Issues

Microsoft has announced the general availability of Copilot Workspace, ending a 14-month technical preview. The tool reads a GitHub issue, analyzes the relevant codebase, generates an implementation plan, writes the code, and opens a pull request — all from a single button click on any issue page.

How It Works

The workflow starts on any GitHub issue. A "Open in Workspace" button launches Copilot Workspace, which then performs a sequence of steps visible to the developer:

  1. Analysis: The system reads the issue description, comments, and linked context. It then scans the repository to understand the relevant code, dependencies, and patterns.
  2. Planning: It generates a step-by-step implementation plan listing which files need to be created, modified, or deleted, and what changes each file requires.
  3. Implementation: The AI writes the actual code changes, following the repository's existing conventions for style, testing, and file organization.
  4. Pull Request: It opens a PR with the changes, a descriptive summary, and references back to the original issue.

Developers can intervene at any stage — editing the plan before implementation, modifying generated code, or requesting revisions through natural language feedback.

What Changed Since Preview

The technical preview, launched in January 2025, was limited to simple single-file changes and frequently produced plans that did not account for the full complexity of a codebase. The GA release addresses the major complaints.

Multi-file changes now work reliably across repositories with up to 500,000 lines of code. The planning stage has been significantly improved — it now considers test files, configuration, CI pipelines, and documentation alongside the primary code changes. And a new "iteration" feature lets developers provide feedback on generated code and have the system revise its approach.

Pricing

Copilot Workspace is included in GitHub Copilot Enterprise plans at $39 per user per month. For teams on Copilot Business, it is available as an add-on at $15 per user per month. Each subscription tier includes a monthly allocation of workspace sessions — 50 for Business add-on users, unlimited for Enterprise.

Developer Reception

Early adopters from the preview period report that Copilot Workspace handles straightforward feature implementations and bug fixes well but still struggles with tasks requiring significant architectural judgment. The consensus is that it works best for well-scoped issues with clear acceptance criteria.

"It's excellent at the kind of ticket a mid-level developer would knock out in an afternoon," said a staff engineer at a Fortune 500 company. "For anything that requires debating trade-offs or making architectural calls, you still need a human."

Competitive Context

Copilot Workspace competes directly with tools like Claude Code and Cursor's Agent mode, both of which can also execute multi-file coding tasks autonomously. The key difference is integration — Workspace operates entirely within the GitHub ecosystem, making it the most natural fit for teams whose workflow centers on GitHub Issues and pull requests.

More in Tools

Best AI Code Review Tools in 2026 — A Developer's Guide
Tools

Best AI Code Review Tools in 2026 — A Developer's Guide

A practical comparison of the top AI code review tools in 2026, covering GitHub Copilot Code Review, CodeRabbit, Sourcegraph Cody, and others — with pricing, features, and real-world trade-offs.

1 day ago2 min read
Replit Agent 2.0 Builds and Deploys Full-Stack Apps From a Prompt
Tools

Replit Agent 2.0 Builds and Deploys Full-Stack Apps From a Prompt

Replit launches Agent 2.0, an AI system that takes a natural language description and autonomously builds, debugs, and deploys a complete web application — including database, authentication, and hosting — in minutes.

1 day ago2 min read
Google's Android XR Glasses Demo Real-Time Translation at MWC — And the Lines Stretched for Hours
Tools

Google's Android XR Glasses Demo Real-Time Translation at MWC — And the Lines Stretched for Hours

Google's prototype AI glasses stole the show at Mobile World Congress 2026, displaying live translated subtitles in-lens while preserving the speaker's original voice and tone.

2 days ago2 min read