AI in CI/CD

VS Code 1.133 pulls agent sessions out of the editor process

VS Code 1.133 pulls agent sessions out of the editor process

VS Code 1.133 moved AI agent sessions out of the editor's extension host and into a standalone Agent Host process that outlives the window and can be reached over SSH or a dev tunnel, per DevOps.com. For teams standardising on Copilot, Claude or Codex in a build, an agent run stops behaving like a chat tab and starts behaving like a background service they have to monitor.

The release, which DevOps.com dates to August 12, publishes the wire format between client and host as the Agent Host Protocol (AHP), released on GitHub under an MIT license. Microsoft is positioning AHP next to the Language Server Protocol and the Debug Adapter Protocol: a spec other IDEs and tools can implement, not a VS Code internal. The protocol uses JSON-RPC over immutable state, with sequence-numbered updates, so multiple clients can attach to the same session and stay in sync.

What actually moved

First-party adapters ship for Copilot, Claude and Codex. Inside a Claude session the model picker groups Anthropic and Copilot models under separate headings, and per turn you choose which one runs; billing follows the choice, with Anthropic entries hitting the API key and Copilot entries drawing from the Copilot subscription. Switching providers used to require reconfiguring the agent host.

Two more knobs matter for platform teams. Typing code agent host in a terminal starts a local server, protected by a connection token by default; adding a --tunnel flag exposes it through a dev tunnel. An experimental setting, chat.agentHost.allowSignedOutWhenUsable, drops the mandatory GitHub sign-in prompt on the Agents window, so a machine that cannot reach github.com but has an API key configured is no longer gated. For now the setting only works with Claude; per DevOps.com, Copilot with custom model keys and Codex support is coming later.

The catch

The open spec is on paper, but the load-bearing part is that the first-party adapters keep parity. The Futurum Group's Mitch Ashley told DevOps.com that "open beats proprietary only if the adapters for Claude and Codex stay first-class." Old sessions still run under the extension-host model, and flipping chat.agentHost.enabled to false reverts to that behaviour entirely, so a bad rollout is a settings-toggle away from the previous default. The rollout is going through VS Code's built-in updater; teams that manage the editor centrally will see it land on whatever cadence their update policy allows, not on August 12.

Source: DevOps.com (devops.com)

Related
AI in CI/CD

GitLab shipped a real migration with AI agents and wrote up what actually broke

GitLab's engineering post walks through using its Duo agents to unify two rate-limiting paths across 121 keys and 95 call sites, wrapped in a spec-and-review loop with one honest shadow-mode incident along the way. Here is what a DX-minded reader can lift from it.

July 10, 2026
Developer experience

Azure DevOps ships a hosted MCP endpoint you don't have to run

Microsoft moved the Azure DevOps MCP Server to general availability as a hosted endpoint over streaming HTTP, so AI assistants can reach work items, repos, PRs and pipelines without a local server to babysit.

August 5, 2026
Release engineering

Release gates for LLMs: the argument that your CI is not the finish line

A New Stack piece from Freddy Daniel Alvarez Pinto argues that traditional CI/CD gates are not enough for production AI systems, and proposes a release-gating approach built for LLMs. Here is why the framing matters for pipeline owners, and where the honest rough edges sit.

July 6, 2026

Turn this into your pipeline. Build it on Buddy.

Start free