AI Coding News

June 25, 2026

Key Signals

  • GitHub Copilot code review now uses CLI/SDK file exploration tools, cutting review costs by ~20%. The review engine has switched from custom file-exploration tools to the grep, rg, glob, and view tools from the Copilot CLI and SDK. This architectural unification means organizations see immediate cost savings with no workflow changes, and it signals deeper convergence between the Copilot CLI runtime and GitHub's cloud-side agent infrastructure. Medium analysis depth also gained org-level default configuration. [1]

  • GitHub Copilot SDK v1.0.4 ships HTTP request callbacks and multi-provider BYOK across all six languages. The release adds an HTTP passthrough API letting SDK consumers intercept, mutate, or fully replace every outbound LLM request — critical for enterprise logging, header injection, and custom routing. A new getBearerToken callback enables Azure Managed Identity without adding Azure SDK dependencies, and an experimental multi-provider registry lets agents reference provider-qualified model IDs like "alpha/sonnet". [2]

  • Claude Code v2.1.193 routes all shell commands through the auto-mode safety classifier. The new autoMode.classifyAllShell setting eliminates the gap where non-arbitrary-code-execution shell commands could bypass safety review. This release also adds OpenTelemetry logging of assistant responses, automatic memory-pressure reaping of idle background shells, and live file-path autocomplete in bash mode — collectively tightening the observability and resource management story for long-running agentic sessions. [3]

  • The Trump administration is restricting GPT 5.6 to a customer-by-customer government-approved preview. OpenAI's newest model will not receive a standard public release; instead, the Office of the National Cyber Director and OSTP requested access be "approved customer by customer" during an initial preview period. This marks the first time the U.S. government has directly gated a commercial AI model release, following its June executive order on pre-release evaluation. [4]

  • Anthropic's Claude is growing rapidly among paid consumers, up ~75% since January 2026. Credit card transaction data from 28 million U.S. consumers shows Claude's paying user base steadily rising, and DataCamp reports "Claude" is now its most searched term — surpassing "AI." Self-directed consumer demand for Claude courses outpaces ChatGPT courses 3:1, signaling that Claude Code's developer mindshare is translating into broader consumer adoption. [5]

  • Pre-integrated context lakes reduce AI agent costs by 80% compared to direct MCP server access. A 12,000-query experiment across Haiku, Sonnet, and Opus showed that agents querying a unified catalog with skill files cost $0.018–$0.354 per query versus $0.087–$1.761 on raw MCP connections. Counterintuitively, adding skill files to raw MCP access increased costs 13–24% because agents treated them as checklists rather than guidance. [6]

AI Coding News

  • OpenAI published a research paper on how AI agents are transforming work. The paper shows agents enabling longer and more complex tasks while expanding productivity across professional roles. The timing coincides with the GPT 5.6 access restrictions, suggesting OpenAI is building the research narrative around agent capabilities even as its most powerful models face distribution constraints. [7]

  • Patronus AI raised $50M Series B to build "digital world models" that stress-test AI agents. The company creates simulated replicas of websites and internal systems where agents are evaluated via reinforcement learning, analogous to how Waymo trains autonomous vehicles in synthetic environments. Revenue has grown 15-fold over the past year; virtually every frontier AI lab is now a customer. The round was led by Greenfield Partners with participation from Lightspeed, Datadog, and Samsung. [8]

  • Codeplain launched plain-forge, an open-source agentic skills framework for spec-driven development. The framework lets coding agents draft and maintain Plain specifications through conversation, automating the spec-authoring step that previously required human effort. Codeplain argues that coding agents generating specs use 5–10× fewer tokens than generating code directly, and that specs are cognitively cheaper for both agents and human reviewers. The company has raised $3M from GapMinder VC and Silicon Gardens. [9]

  • The AWS Agent Toolkit rules file is the critical layer that makes agents proactively use skills. A developer walkthrough demonstrates that without a 17-line rules file, agents with access to 300+ AWS APIs and 20+ skills via MCP still default to answering from training data. With the rules file, agents start every task by loading relevant skills, producing architecture guidance that specifies which service variant to use and why — versus generic recommendations. The toolkit works with Claude Code, Codex, and Kiro. [10]

  • GitHub Copilot for Jira reached general availability with real-time agent progress streaming. Since the March 2026 public preview, the integration added model selection, Confluence context via MCP, custom agents, and custom fields. The GA release introduces streaming status updates to Jira tickets, post-session steering, and simplified onboarding. [11]

  • Enterprise-managed strictKnownMarketplaces setting now controls plugin installs in Copilot CLI and VS Code. Enterprises can restrict users to explicitly approved plugin marketplaces, enforcing client governance prior to tool execution. This is now in public preview and builds on earlier enterprise-managed plugin capabilities. [12]

Feature Update

  • Claude Code v2.1.193 adds shell classifier, OTel response logging, and memory-pressure reaping. The autoMode.classifyAllShell setting routes all Bash/PowerShell commands through the auto-mode classifier. A new claude_code.assistant_response OpenTelemetry log event captures model responses. Other additions: live file path autocomplete in bash mode, startup notices for MCP servers needing auth, and fixes for background agent ghosting and pinned-agent re-prompting. [3]

  • GitHub Copilot SDK v1.0.4 releases across Node.js, Python, .NET, Go, Rust, and Java. Major features include HTTP request callback support for intercepting all outbound inference requests, getBearerToken for BYOK providers, and experimental multi-provider BYOK registry with provider-qualified model IDs. Also adds SystemMessageSections.PREAMBLE with preserve action, WebSocket transport options, defer parameter for lazy tool loading, and ModelBilling.tokenPrices on public types. [2]

  • Kiro v2.10.0 introduces MCP and agent config hot-reload without session restart. Editing agent configs, adding agent files, or modifying mcp.json now takes effect immediately — only affected servers restart while conversation context is preserved. Config diffs are order-independent, so reordering environment variables won't trigger unnecessary restarts. A new chat.disableInheritingDefaultResources setting lets custom agents opt out of inheriting default steering, skills, and AGENTS.md. [13]

  • OpenCode v1.17.11 adds session snapshots and revert controls. Users can now roll back a session to an earlier message, including all associated file changes. The release also includes Chrome-style tab cycling (mod+1 through mod+9), draggable tabs, redesigned desktop layout improvements, and a fix ensuring MCP OAuth URLs are always printed for manual sign-in. [14]

  • Gemini CLI v0.49.0 ships with security fixes, eval tooling, and tool registry discovery. Key changes include path traversal vulnerability prevention during skill installs, zero-quota limits that fail fast instead of hanging in retry loops, GDC air-gapped Service Identity support, and tmux false-positive background detection fixes. New features: eval:inventory CLI command with JSON output and a tool registry discovery feature (in the v0.50.0-preview.1 released the same day). [15]

  • OpenAI Codex shipped 10 alpha releases in a single day (v0.143.0-alpha.16 through alpha.25). The rapid cadence of Rust CLI releases — with no detailed changelogs — indicates intense iteration on the Codex CLI implementation. This volume of releases suggests active development on fundamental architecture or tooling rather than incremental feature work. [16]