GitHub, Claude Code, JetBrains: Coding Agents Become Platforms
GitHub's Copilot app, Claude Code Agent View, and JetBrains ACP all arrived within days of each other. Coding agents are becoming platforms.
By Springvanta
On May 16, GitHub released a technical preview of its new Copilot desktop app. The app consolidates coding agents, pull requests, issues, and session history into a single interface. It runs on top of Copilot CLI, the terminal-based agent that reached general availability in February, and supports macOS, Windows, and Linux.
The timing is not accidental. Three days earlier, Anthropic shipped Claude Code v2.1.143 with plugin dependency enforcement and worktree isolation. Five days before that, v2.1.139 landed with Agent View (a full-terminal dashboard for every background session), the /goal command for autonomous task execution, and new shell commands for backgrounding, attaching, and respawning agent sessions. JetBrains announced ReSharper 2026.2 EAP on May 11 with ACP (Agent Client Protocol) support and Junie, its in-house coding agent. UiPath launched "UiPath for Coding Agents" on May 12, positioning itself as the orchestration layer that lets any agent, whether Claude Code, Codex, or whatever ships next, plug into governed enterprise workflows.
What is actually new here
The individual announcements are incremental. The pattern they form is not.
GitHub's advantage is obvious: repositories, issues, PRs, CI pipelines, and code review already live on its platform. The Copilot app ties agent runs directly into that lifecycle. A developer can launch a task from a GitHub issue, let the agent work, review the diff, and push it into a pull request without switching tools. An Azure MVP who had early access described it as the most interesting AI developer assistant he has tried, but noted he would not "unleash this on production systems without supervision."
Claude Code's Agent View takes a different approach. Run claude agents and you get a list of every session: running, blocked on your input, or finished. You can dispatch new tasks, peek into running sessions, attach to one that needs your decision, or background your current session and come back later. The /goal command sets a completion condition and Claude keeps working across turns until a smaller model confirms it is done. The v2.1.143 release adds plugin dependency enforcement (you cannot disable a plugin that another enabled plugin depends on) and a worktree.bgIsolation: "none" setting for repos where git worktrees are impractical.
JetBrains' ACP Agent Registry is the earliest-stage of the four. The EAP introduces Junie as a proof-of-concept for a universal agent connection inside ReSharper. The stated goal: discover agents, connect them through the same interface, and switch between them per task. It is building toward an open ecosystem where JetBrains does not pick the winner.
UiPath takes the orchestration angle. Rather than competing with coding agents, it wraps them. Claude Code in one department, Codex in another, Cursor in a third. UiPath provides the governance layer: policy enforcement, audit trails, credential vaults, and role-based access control that apply regardless of which agent produced the code.

What this means for business operators
If you run intake automation, voice agents, or AI-assisted customer workflows, these developments matter for two reasons. First, the tools your developers use to build and maintain your systems are becoming agent-native. That means faster iteration on forms, voice pipelines, and CRM integrations. It also means more code written by machines that need human review. The question shifts from "can we use AI to write this?" to "who reviews what the agent produced, and how fast?" Second, the platform consolidation is real. When GitHub, Anthropic, JetBrains, and UiPath all ship multi-agent dashboards in the same week, they are not guessing. They see demand from engineering teams running more than one agent at a time, across more than one codebase, and they are racing to own the interface layer. For teams evaluating AI automation for customer-facing workflows, the practical takeaway is straightforward: pick tools that support MCP (Model Context Protocol) and can plug into multiple agent platforms. Vendor lock-in at the agent layer is already dissolving. The platforms that win will be the ones that play well with others.
Sources
- GitHub takes aim at Claude Code and Codex with its new Copilot app — The New Stack, May 16, 2026
- Claude Code v2.1.139 release notes : GitHub, May 11, 2026
- Claude Code v2.1.143 changelog : Gradually.ai, May 15, 2026
- ReSharper 2026.2 EAP: Bringing More AI Agents into Visual Studio : JetBrains, May 11, 2026
- UiPath for Coding Agents : UiPath, May 12, 2026