Research, plan, and code with Copilot cloud agent
Original: Research, plan, and code with Copilot cloud agent View original →
GitHub on April 1, 2026 expanded Copilot cloud agent beyond its earlier pull-request-centric workflow. The company said the service, formerly known as Copilot coding agent, can now work on a branch without opening a pull request first, giving developers more control over when to move from experimentation to review.
Branch-first instead of PR-first
Before this change, using Copilot cloud agent meant opening a pull request up front. GitHub now allows the agent to generate code on a branch without immediately creating one. Developers can inspect the full diff, iterate on the result, and only create a pull request when they decide the work is ready for review. GitHub also says users who already know they want a pull request can ask for that in the prompt and have Copilot open one when the session completes.
Planning before code
A second change is implementation planning. GitHub says users can ask Copilot to generate a plan before any code is written, review the proposed approach, and either approve it or send feedback. Once the plan is approved, the agent uses that plan to guide the implementation. This is a notable workflow adjustment because it makes design review a first-class step rather than something that happens after code is already produced.
Repository research as a separate task
The release also introduces deep research sessions. GitHub says developers can ask broad questions about their codebase and get answers grounded in repository context. The feature is meant for investigation rather than direct code generation, and GitHub says the same research flow can also be started from Copilot Chat conversations.
Availability
GitHub says the new functionality is available through agent entry points such as the Agents tab in the repository and Copilot Chat. Copilot cloud agent is included in all paid Copilot plans, while Copilot Business and Copilot Enterprise customers need an administrator to enable the feature. Taken together, the release moves Copilot closer to a full development workflow that covers investigation, planning, implementation, and review instead of treating code generation as a single isolated step.
Related Articles
GitHub has moved the Copilot SDK into public preview, exposing the same agent runtime used by Copilot cloud agent and Copilot CLI. Developers can embed tool invocation, streaming, file operations, and multi-turn sessions directly into their own applications.
GitHub put the Copilot SDK into public preview on April 2, 2026, exposing the same runtime behind Copilot cloud agent and Copilot CLI. The SDK ships across five languages with tool use, streaming, permissions, OpenTelemetry, and BYOK support.
GitHub has launched a public preview that lets teams assign Jira issues directly to the Copilot coding agent and receive AI-generated draft pull requests in GitHub. The company says the integration reduces context switching while preserving existing review and approval controls.
Comments (0)
No comments yet. Be the first to comment!