Fetching from the wire…
Public story · 2026-07-15 · high
It ships fixes as draft pull requests instead of inline suggestions, with the feature now in public preview, per GitHub.
Why now: GitHub put the feature into public preview as of July 15, without stating a broader rollout date.
Copilot's autofix now re-runs CodeQL on its own patch before opening a pull request, per GitHub. The tool explores the flagged files, drafts a fix, and only opens it as a draft PR once the re-scan confirms the alert closed.
That verify step is the point. A fix that looks right and an alert that's actually closed are two different things, and whoever approves the PR usually pays for the gap.
I've shipped enough AI-assisted patches to trust the pattern here: checking the model's own claim beats trusting its judgment. Building the re-scan into the loop means a reviewer opens a PR that's already been confirmed clean.
The fix also lands differently than most autofix tools. GitHub's post describes remediation arriving as a reviewable pull request, not an inline hint buried in a code scanning tab.
That's a smaller change than the verify loop. But it means the fix competes for review time the way a human's PR would, with the CodeQL result already attached.
GitHub baking the re-scan into the loop is what separates this from a plain suggestion engine. Any competing autofix that skips that check should get called out for shipping unverified guesses. Worth watching whether the re-scan catches fixes that close the CodeQL alert but change behavior elsewhere in the file. GitHub's post doesn't say.
Each link below shares sources, entities, or timing with this story.
Shipped August 12 on the Agent Host Protocol: the same agent session attaches from multiple VS Code windows, and the model picker exposes both Anthropic and Copilot options, switchable between turns and billed to the respective service. An experimental chat.agentHost.allowSign...
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...
Enterprise-managed MCP allowlists shipped August 6 across the Copilot app, Copilot CLI and VS Code, configured with allowedMcpServers and deniedMcpServers in copilot/managed-settings.json inside the org's .github-private repo. Match by serverUrl with wildcards for remote HTTP/...
The July 30 changelog closed the hosted model-catalog and playground service that let developers prototype against multiple LLMs from GitHub directly. If you prototyped against Models endpoints, this is a migration event, not a skim. The surrounding changelog items (Copilot up...
Released July 11, it adds static-analysis queries that flag prompt-injection vulnerabilities in JavaScript and TypeScript, plus Kotlin 2.4.0 support (GitHub). Treating untrusted-input-into-LLM flows as a first-class security defect class is the right call. If you're wiring LLM...
microsoft/skill-recorder (2,233 stars since July 29, pushing daily) is an Electron app that records clicks, window switches and optional narration, then uses the GitHub Copilot CLI to reconstruct the session as an intent plus ordered steps. The design choice that matters: gene...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.