This Week in AI Coding — Week 15, 2026

GitHub Copilot SDK hits public preview, CLI adds BYOK and local models, Anthropic decouples agent brains from hands, and Windsurf ships Opus 4.6.

This Week in AI Coding — Week 15, 2026

TL;DR

  • GitHub Copilot SDK entered public preview with Go and Java support
  • Copilot CLI now supports bring-your-own-key and local models
  • Anthropic launched managed agents that decouple orchestration from execution
  • Windsurf added Opus 4.6, GPT-5.4, and adaptive model routing
  • GitHub paused Copilot Pro trials due to abuse

The Big Stories

GitHub Copilot SDK Goes Public

GitHub Copilot SDK Now in Public Preview — the SDK that lets you build custom Copilot extensions is now available to all developers.

The same day, GitHub shipped Copilot SDK v0.2.2 with Java docs and session filesystem support, plus Go v0.2.2 exposing config discovery.

Copilot CLI Gets BYOK and Local Models

Copilot CLI Adds BYOK and Local Model Support — you can now point the CLI at your own API keys or run models locally.

The CLI also landed agent model selection and terminal stability fixes, agent modes and MCP migration, and OpenTelemetry support. GitHub also published a beginner's guide and a deep dive on how Rubber Duck mode uses cross-model review.

Anthropic's Managed Agents

Anthropic's Managed Agents: Decoupling the Brain from the Hands — Anthropic launched a service that runs agent orchestration in the cloud while execution happens in your environment.

Windsurf Model Blitz

Opus 4.6 Now Available in Windsurf with Promo Credits — Windsurf added Claude Opus 4.6 with promotional credits, plus a fast mode variant.

The editor also shipped GPT-5.4 with reasoning levels, Claude Sonnet 4.6, GPT-5.3-Codex-Spark, GLM-5 and Minimax M2.5, and Gemini 3.1 Pro. An adaptive model router now picks the best model for each task.

GitHub Copilot Org Controls Expand

GitHub Copilot Organization Custom Instructions GA — org-level custom instructions are now generally available.

GitHub also made the Cloud Agent firewall org-level configurable, added commit signing to the Cloud Agent, and shipped runner controls. The Cloud Agent also got 20% faster validation tools.

Quick Hits