The issue queue becomes the prompt
Every coding agent competes on model quality. The one that wins will be the one you never had to open. Copilot's issue-to-PR flow and Slackbot's rebuild are the same move in different products.
GitHub's Copilot Coding Agent hit general availability with issue-to-PR automation: assign an issue, it implements across multiple files, runs CI, opens a pull request. The code generation is not the interesting part.
The entry point is the product
Every competing agent starts from a prompt in an editor or a terminal — somewhere a developer has already decided to engage. Starting from an assigned issue means the work begins inside the tracker where prioritisation already happens. The agent inherits an existing workflow instead of requesting a new one, and that difference is worth more than several benchmark points.
It is the same structural move as Salesforce rebuilding Slackbot into an agent. Same name, same entry point, same permissions, completely different capability. In agentic tooling, owning the queue where work is already tracked beats having the better model. Distribution is the moat, and incumbents own distribution.
Running CI first is what makes it usable
An agent that opens pull requests without verifying them shifts work onto reviewers, and gets switched off inside a week. Gating on a green build is the difference between automation and noise — a small engineering decision carrying most of the product's viability.
Concurrency changes the job
Cursor 3 lifted the single-agent limit and added Design Mode. Running one agent means supervising a task. Running several means dispatching work and reviewing results, which is a different job with different skills — and a new failure mode, since parallel agents editing a shared codebase conflict in ways a single agent never does.
Design Mode is the quieter win: annotate a UI element in the browser to give the agent a precise visual target. It removes an entire class of ambiguity that no amount of prompt engineering reliably fixes, and it is a fix made of interface design rather than model capability. More of those are available than the industry currently acts like.
The pricing condition
The hybrid pattern most experienced developers report — one tool for daily editing, another for hard problems — only survives while running two subscriptions stays affordable. Pricing in this category has moved repeatedly, and a workflow that depends on two paid seats is resting on a condition rather than a decision. Worth naming as one.
GitHub Changelog — Copilot coding agent is now generally available → · GitHub Community — Copilot coding agent is now generally available — discussion → · GitHub Changelog — GitHub Copilot for Jira is now generally available →