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.
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
- GitHub Copilot Pro Trials Paused Amid Abuse — GitHub temporarily stopped offering free trials.
- GitHub Copilot Rate Limits & Opus 4.6 Fast Retirement — new rate limits and the fast variant of Opus 4.6 is being retired.
- GitHub Copilot Deprecates GPT-5.1 Models — GPT-5.1 models are being phased out.
- GitHub Copilot CLI Metrics Now Available Per-User in Org Reports — CLI usage now shows up in per-user org reports.
- Copilot CLI Now in Usage Metrics Totals — CLI activity is included in aggregate metrics.
- GitHub Copilot Usage Metrics API: Code Review Metrics — the API now exposes code review metrics.
- Copilot Code Review Metrics Now Track Active vs Passive — metrics distinguish between active and passive review usage.
- GitHub Copilot Mobile: Cloud Agent Beyond PRs — the mobile app now supports Cloud Agent outside pull requests.
- Cursor Bugbot: Learned Rules & MCP Support — Cursor's Bugbot now learns from your rules and supports MCP.
- Junie CLI Now Connects to Your JetBrains IDE — Junie's CLI can now talk to JetBrains editors.
- Codex CLI 0.120.0: Realtime V2 Streaming, Hook UI Polish — Codex shipped realtime V2 streaming and UI improvements.
- Codex CLI 0.119.0: Realtime WebRTC, MCP Apps, Remote Exec — Codex added WebRTC, MCP apps, and remote execution.
- GitHub March 2026 Outages: Four Incidents, Copilot Hit Hard — GitHub's March availability report shows Copilot was affected by multiple outages.
- Architects or Tenants: AI Stacks Built on Rented Foundations — a reflection on building AI tooling on third-party platforms.