Fetching from the wire…
Public story · 2026-07-31 · high
The same SDK underlies Copilot CLI, VS Code's agents window, and Visual Studio's new Agent preview.
Why now: GitHub shipped v1.0.9-preview.1 on July 30 and rolled the same SDK into Copilot CLI, VS Code, and Visual Studio's new Agent preview the same day.
GitHub shipped Copilot SDK v1.0.9-preview.1 on July 30 with Agent Factories, a JavaScript closure that spawns and coordinates subagents on command, per the release notes.
That closure gets primitives to spawn subagents, run work in parallel or in sequence, and report progress, called over reverse RPC. The one that matters: journaling. A resumed run replays already-finished subagent work instead of paying to redo it. The release notes call re-running that work the single most expensive part of long agent runs.
GitHub's prior preview added an agentStop lifecycle hook, letting applications intercept and block a subagent from stopping mid-task. Rust and Java variants of the SDK shipped alongside the JavaScript one. GitHub's July 30 changelog covers all three: Copilot CLI, the VS Code agents window, and Visual Studio's new Agent preview.
Agent Factories is the marketing name here. The journaling primitive is the part I'd actually copy. Anyone building on agent SDKs pays for repeated subagent work every time a long run gets interrupted and resumed. I've felt that cost firsthand on long runs. A runtime that journals finished work and skips re-paying for it changes the economics of long-running agents more than any single IDE surfacing it.
Each link below shares sources, entities, or timing with this story.
43.3% on Frontier-Bench v0.1. Opus 4.8 scored 18.7%. That's not an incremental bump, that's the same benchmark with a different shape of answer. Anthropic released Claude Opus 5 on July 24 at $5/$25 per million input/output tokens, exactly half of Fable 5's $10/$50, while matc...
Microsoft's update ships a new Agent (Preview) in Copilot Chat built on the SDK powering Copilot CLI, explicitly so behavior stays consistent across CLI, the GitHub app, VS Code and Visual Studio (Visual Studio Blog). It ships curated .NET and Azure skills you enable selective...
GitHub shipped it July 28 across Pro through Enterprise, reachable from VS Code, Visual Studio, Copilot CLI, the cloud agent, JetBrains, Xcode, and Eclipse, with text and image inputs and low/medium/high reasoning effort, billed at provider list pricing rather than a fixed mul...
A spec is a press release until someone who didn't write it implements it. GitHub made Agent Plugins 1.0 generally available on August 12 across VS Code, Copilot CLI, the Copilot SDK, and the Copilot app on all plans. The spec, published August 6, was co-authored by AWS, Anysp...
Warp released its client codebase under AGPL-3.0, surged to 56,000 GitHub stars and #2 on GitHub Trending. But the real story isn't the open-sourcing. It's the repositioning. Warp isn't calling itself a terminal anymore. It's an "agentic development environment." The product n...
July 9, across VS Code, Visual Studio, Copilot CLI, the cloud agent, github.com, GitHub Mobile, JetBrains, Xcode, and Eclipse. Sol is the high-reasoning tier at $5/1M in, $30/1M out, gated to Pro+/Max/Business/Enterprise. Terra is the balanced default at $2.50/$15. Luna is fas...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.