GitHub Copilot Cloud Agent Expands Beyond PRs: Now Branches, Plans, and Deep Codebase Research

GitHub Copilot Cloud Agent Expands Beyond PRs: Now Branches, Plans, and Deep Codebase Research

GitHub has shipped a substantial capability expansion for its Copilot cloud agent — the AI coding assistant formerly known as the "Copilot coding agent" — with three new features that push it meaningfully up the software development lifecycle. The first is a branch-first workflow: Copilot can now work on a branch without immediately opening a pull request, letting developers review the full diff via a new Diff button, iterate, and only create a PR when the work is actually ready. That's a meaningful UX shift — it removes the premature commitment of an open PR and makes Copilot's work feel more like a collaborator drafting offline than an agent racing ahead.

The second addition is implementation plan generation. Before touching any code, Copilot can now produce a structured plan for you to review, approve, or redirect. This directly addresses one of the most common complaints about AI coding agents: they dive straight into implementation without validating whether the approach is correct. The third feature is deep codebase research — you can kick off a research session asking broad questions about your codebase, and Copilot returns comprehensive, grounded answers before any code work begins. Together, these three capabilities form a coherent arc: research first, plan second, implement third.

The rename from "coding agent" to "cloud agent" is also worth noting. It signals that GitHub is explicitly positioning Copilot as something beyond a code-generation tool — an agent that handles research and planning tasks as first-class work alongside implementation. For developers who have wanted more control over where and how AI assistants engage in their workflow, this release is a meaningful step toward that.

Read the full changelog at GitHub Blog →