AI Coding News

May 22, 2026

Key Signals

  • Copilot SDK v1.0.0-beta.6 ships Java support, preMcpToolCall hooks, and coordinated breaking API changes across all five language SDKs. The Java SDK is now a first-class monorepo citizen with full CI and Maven publishing, bringing Copilot's programmatic agent-building story to the JVM ecosystem. The new preMcpToolCall hook lets applications intercept, replace, or strip metadata on MCP tool invocations before execution — a key requirement for enterprise observability and compliance pipelines. Coordinated breaking changes across C#, TypeScript, and Go unify connection configuration into a single RuntimeConnection discriminated union and replace stringly-typed lifecycle events with a typed polymorphic hierarchy. [1]

  • Claude Code v2.1.149 patches critical PowerShell permission bypasses and introduces per-category cost visibility for skills, subagents, and MCP servers. The /usage command now breaks down token spend by skills, subagents, plugins, and individual MCP servers — providing the granular cost attribution that teams running complex multi-agent workflows need. On the security front, four distinct sandbox and permission-analysis fixes close gaps where PowerShell built-in cd functions, stale variable tracking, and wildcard allow rules could let commands escape the workspace. An enterprise-facing allowAllClaudeAiMcps managed setting also lands, enabling organizations to load claude.ai cloud MCP connectors alongside managed configurations. [2]

  • Gemini CLI ships v0.43.0 with 80+ changes and a v0.44.0 preview, introducing subagent protocols and session invocations ahead of the Antigravity CLI transition. The stable release adds model steering for surgical edits, an adaptive token calculator for more accurate context sizing, session export/import, and both local and remote subagent protocols behind the AgentProtocol interface. The v0.44.0 preview merges all Auto modes into a single unified Auto mode and wires AgentSession invocations into the agent-tool, laying groundwork for the ADK-powered multi-agent architecture that will carry forward into Antigravity CLI. With Google's June 18 deadline for free/consumer Gemini CLI access approaching, these releases are effectively the final feature-complete milestones before the transition. [3][11]

  • Anthropic and OpenAI both launched enterprise deployment firms within 72 hours of each other, targeting financial services as the proving ground for agentic AI. Anthropic's services firm — backed by Blackstone, Hellman & Friedman, Goldman Sachs, and Sequoia — embeds applied AI engineers directly with mid-market clients. OpenAI's "DeployCo" acquired consulting firm Tomoro with 150 Forward Deployed Engineers and over $4 billion in initial investment. Finance is the shared beachhead: PwC/OpenAI are building CFO-office agents for procurement and forecasting, while Anthropic released 10 ready-to-run agent templates for underwriting, KYC screening, and GL reconciliation with connectors to Moody's, Verisk, and Dun & Bradstreet. [4]

  • JetBrains claims the position of the only independent AI coding tool vendor, as every major competitor now has a hyperscaler or AI lab behind it. The consolidation map is stark: Microsoft/OpenAI behind Copilot, xAI infrastructure behind Cursor, Google and Cognition splitting Windsurf. JetBrains' counter-pitch rests on 26 years of profitable IDE revenue with no venture capital, letting its Junie agent run interchangeably against Gemini, Claude, and GPT models. The newly launched JetBrains Central provides enterprise governance, agent execution analytics, and consumption-based billing across providers — designed for a world where developers switch models month to month. [5]

  • OpenAI was named a Leader in the Gartner 2026 evaluation of enterprise agentic coding solutions, and published a Virgin Atlantic case study showcasing Codex in production. The Gartner recognition positions Codex alongside the leading enterprise coding agent platforms in the analyst firm's assessment. The Virgin Atlantic case study details how the airline uses Codex to accelerate software development velocity, adding to OpenAI's growing roster of enterprise Codex deployments in regulated industries. [6][15]

AI Coding News

  • Anthropic and OpenAI are racing to close the enterprise AI deployment gap, with both labs simultaneously launching professional services arms backed by billions in investment. The deployment gap — the widening distance between what frontier AI can do and what enterprises have actually shipped — is now the primary revenue opportunity for both labs. PwC's Sanjay Subramanian noted that model quality keeps rising but organizational ability to deploy is not keeping pace. Use cases that succeed are deterministic and back-testable; those that fail involve high-variance, unpredictable input. Both experts pushed back on the junior developer displacement narrative, with Caylent's Jason Cutler observing that junior developers are "catching on even faster" by leveraging AI as a substitute for senior mentorship. [4]

  • JetBrains is marketing model independence as a strategic differentiator, arguing that per-seat pricing fundamentally breaks under agentic coding economics. VP of Business Development Mikhail Vink pointed out that a single agentic task can cost anywhere from cents to thousands of dollars depending on codebase, context window, and complexity. JetBrains Central addresses this with consumption-based billing, agent governance, and execution analytics across any model provider. Internal JetBrains teams already use Claude Code, Codex, and Junie interchangeably, validating the multi-model workflow the company is selling externally. [5]

  • A comprehensive freeCodeCamp tutorial demonstrates how to build a "software factory" with Claude Code using seven specialized subagents and an orchestrator. The tutorial frames the evolution from vibe coding to agentic development across five layers: Context, Knowledge, Agents, Workflows, and Delivery. It lays out why single-session AI coding breaks down at scale — collapsing product analyst, architect, backend/frontend engineer, tester, and reviewer roles into one conversation compounds errors. The practical output is seven custom subagents chained by an orchestrator, plus pre-commit hooks and a PR review checklist. [16]

  • Virgin Atlantic is using OpenAI's Codex platform to accelerate software shipping velocity, as part of OpenAI's enterprise adoption push for agentic coding in regulated industries. The case study is published alongside OpenAI's Gartner Leader recognition, signaling that the Codex platform is transitioning from developer preview toward a mature enterprise offering with real production deployments. [15]

Feature Update

  • Copilot SDK v1.0.0-beta.6 delivers the biggest release yet, with Java SDK support, sub-agent hook propagation, optional tool callbacks, and breaking API alignment across all SDKs. The Java SDK joins the monorepo with full CI and Maven publishing workflows. Tool callbacks are now optional across all SDKs, allowing pending resolution from event streams rather than inline callbacks — critical for pause/resume workflows. All six hook input types now carry a sessionId field and fire for sub-agent tool calls, enabling parent/sub-agent distinction. Additional changes include cloud session config support, a model field on CustomAgentConfig for specifying sub-agent models, and a CopilotTool.DefineTool helper for .NET. [1]

  • Copilot CLI ships three releases (v1.0.52-1, v1.0.52-2, v1.0.52-4) adding context window tier enforcement, scrollbar support, and session resume improvements. The v1.0.52-2 release introduces end-to-end enforcement of context window tier selection (default ~200K vs 1M tokens), ensuring the chosen tier actually constrains compaction, truncation, and token display. Reasoning tokens now display as a parenthetical on output token counts. v1.0.52-1 adds plain shell command support for the status line, automatic log pruning at startup, and HTTP/2 upload stall retries over HTTP/1.1. v1.0.52-4 adds vertical scrollbar with mouse drag, fixes Autopilot mode permission prompt regression, and ensures sessions resume in their saved working directory. [7][8][9]

  • Claude Code v2.1.149 adds /usage per-category cost breakdown, scrollable diff view, GFM task list rendering, and enterprise MCP settings alongside critical security fixes. The /usage command now shows cost driven by skills, subagents, plugins, and individual MCP servers. The /diff detail view supports keyboard scrolling. Four security fixes address PowerShell permission bypasses through built-in cd functions, stale PWD/OLDPWD/DIRSTACK variable tracking, wildcard allow rule matching, and git worktree sandbox scope. Claude Code v2.1.148, also released today, is a hotfix for a Bash tool regression that returned exit code 127 on every command. [2][10]

  • Gemini CLI v0.43.0 lands with 80+ changes including model steering, subagent protocols, adaptive token calculation, and session export/import. The model is now steered to use the edit tool for surgical edits. Local and remote subagent protocols are added behind AgentProtocol, and AgentSession invocations are wired into the agent-tool. The adaptive token calculator improves content size estimation accuracy. Over 20 bug fixes address context management corruption, OAuth silent hangs on headless Linux, MCP tool handling, parallel tool call streaming ID collisions, and sandbox container naming. [3]

  • Gemini CLI v0.44.0-preview.0 merges all Auto modes into a single Auto mode and enables ADK agent session subagents. The preview adds Sublime Text and Emacs editor support, RAG snippet exposure to local log files for debugging, and deterministic encoding for child-process I/O. Security and reliability fixes prevent SIGHUP kills in WSL2/Kitty/Alacritty PTY environments, path traversal in custom commands, and false isBinary positives on Windows PTY streams. Dynamic fallback routing handles exhausted quota models gracefully. [11]

  • OpenCode v1.15.9 redesigns the diff viewer with a file tree layout and adds MCP OAuth configuration improvements. The new diff viewer includes a file tree sidebar, keyboard shortcuts, and is enabled by default. MCP OAuth configs now support callback port settings and include configured scopes in client metadata. Vertex Anthropic endpoints are fixed for US and EU multi-region setups. Desktop improvements move tab navigation into the title bar and show session status. Native reasoning continuation metadata is now preserved across turns. [12]

  • OpenAI Codex CLI ships two alpha pre-releases (v0.134.0-alpha.1 and v0.134.0-alpha.2) as iterative development continues toward the next stable release. These follow the v0.133.0 stable release from May 21 which introduced goals as a default feature, permission profile management, and plugin discovery improvements. No detailed changelogs are provided for the alpha builds. [13][14]