GitHub upgrades Copilot coding agent with model selection, self-review, security checks, and CLI handoff
Original: You open an issue before lunch. By the time you’re back, there’s a PR waiting. That’s what GitHub Copilot coding agent is built for, and it just got a major upgrade to make delegating tasks even smoother. Here’s what’s new. 👇🧵 View original →
What GitHub announced on X
On March 17, 2026, GitHub opened an X thread by saying you should be able to file an issue before lunch and come back to a pull request. That framing matters because it treats Copilot coding agent less like an autocomplete tool and more like a background worker that can take delegated tasks, execute them with policy, and hand results back in reviewable form.
What the GitHub blog adds
GitHub’s official blog post, published on February 26, 2026 and resurfaced in the March 17 thread, breaks the upgrade into several concrete workflow changes.
- Model selection: users can choose the model in the agent panel instead of leaving every task on a single default; GitHub says this is live for Copilot Pro and Pro+ first, with Business and Enterprise support coming later.
- Self-review: the agent now reviews its own changes with Copilot code review before opening a pull request, then iterates on the patch.
- Security checks: code scanning, secret scanning, and dependency vulnerability checks now run directly inside the agent workflow before the PR opens.
- Custom agents: teams can define task-specific behavior under
.github/agents/, such as benchmarking before and after a performance change. - Cloud-to-CLI handoff: developers can pull a cloud session into the terminal with its branch, logs, and context, or press
&in the CLI to push work back to the cloud.
Why this matters
The upgrade makes coding agents more practical to delegate. Model choice, self-review, and pre-PR security checks all reduce the cost of trusting an agent with more consequential work. Instead of only generating code, the agent is now expected to select an execution path, critique its own patch, and surface fewer surprises to human reviewers.
It also signals where developer tooling is heading. The important shift is from “AI helps me write code” to “AI executes a scoped development workflow with policy and handoff points.” If that pattern holds, the differentiator for coding agents will be less about raw generation quality alone and more about reviewability, safety checks, and how well agents move between cloud execution and local developer context.
Sources: GitHub X thread · GitHub blog
Related Articles
GitHub Copilot CLI is now generally available, bringing Copilot into the terminal for standard subscribers. GitHub paired the release with broader Copilot changes including next edit suggestions, MCP-enabled agent mode, background agents, and a higher-end Pro+ plan.
GitHub now lets users mention <code>@copilot</code> in a pull request to request changes on that same PR. The company says Copilot coding agent handles the work in a cloud development environment, runs tests and linting, then pushes updates; pull requests from forks are not yet supported.
GitHub is pushing Copilot's agent workflow directly into JetBrains editors, not just the side chat panel, and pairing it with inline previews for Next Edit Suggestions. The bigger governance change is global auto-approve: one switch can approve file edits, terminal commands, and external tool calls across workspaces.
Comments (0)
No comments yet. Be the first to comment!