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.

Learn AI for Free — FreeAcademy.ai

Take "Prompt Engineering Practice" — a free course with certificate to master the skills behind this story.

More in Tools

Cloudflare Launches Agent Memory Private Beta to Give AI Agents Persistent Recall
Tools

Cloudflare Launches Agent Memory Private Beta to Give AI Agents Persistent Recall

Cloudflare's new Agent Memory service extracts and stores information from AI agent conversations so models can recall context across sessions without bloating the token window, addressing one of agentic AI's biggest bottlenecks.

2 days ago2 min read
OpenAI Turns Codex Into a Super App With Computer Use, Atlas Browser, and Image Generation
Tools

OpenAI Turns Codex Into a Super App With Computer Use, Atlas Browser, and Image Generation

OpenAI's latest Codex desktop update lets the agent operate other apps, browse the web in-app, generate images, and run scheduled automations — moving the product from coding tool to full AI super app.

2 days ago3 min read
Anthropic Launches Claude Design, Turning Text Prompts Into Slides, Prototypes and One-Pagers
Tools

Anthropic Launches Claude Design, Turning Text Prompts Into Slides, Prototypes and One-Pagers

Anthropic introduced Claude Design on April 17, 2026, a research preview that converts text descriptions into shareable visuals like prototypes, slides and one-pagers using Claude Opus 4.7.

3 days ago2 min read