DigestAI news desk

Cut through the AI noise.

Agents & Tools4 min read

Microsoft adds experimental AI agent support in VS Code remote dev containers

VS Code 1.139 was released on September 23, 2026 and introduces an experimental capability that lets Agent Host sessions run inside a project’s Dev Container when the project is accessed via SSH, Tunnel or WSL. The feature is toggled with the chat.agentHost.devContainer.enabled setting and appears in the desktop Agents Window, while the agent code executes inside the container.

1 source

Key points

  • VS Code 1.139 (Sept 23 2026) lets Agent Host sessions run inside Dev Containers on SSH, Tunnel or WSL hosts, experimental and gradual rollout
  • Feature requires Docker, a devcontainer.json file, and the chat.agentHost.devContainer.enabled setting; it cannot be used with New Worktree
  • Test of ~645 sessions showed a 12× speedup for initial session listing and ~4× faster refresh, benefits larger session counts

To use it, developers must have Docker running on the host machine, a .devcontainer/devcontainer.json or .devcontainer.json file, and one of the supported remote hosts. The capability cannot be combined with the New Worktree feature and is being rolled out gradually, so it may not appear for every VS Code 1.139 install. Microsoft’s internal test of roughly 645 sessions showed a 12× speedup for the initial session list and about a four‑fold improvement for refresh operations, though smaller session counts will see less dramatic gains.

The change lets AI agents work with the same dependencies and tools defined in the container, reducing the friction of reproducing remote environments locally. Microsoft also reminds users to secure Dev Tunnels with authentication, as anonymous access could let agents execute commands with the developer’s credentials.

Full story from techgenyz.com · by https://www.facebook.com/swapankmanna/ · via Search: MicrosoftOpen source ↗

VS Code 1.139 Lets AI Agents Work Inside Remote Dev Containers, And Here’s Why That Matters

techgenyz.com · 24 September 2026

Loading the full article…

This text was published by techgenyz.com and written by https://www.facebook.com/swapankmanna/. It is reproduced here with attribution so you can read it in full; the rights remain with the publisher. Read it at the source ↗

Topics · follow one to build your own front page

The headline, key points and digest above were generated by Digest AI's editorial model from the linked sources. Automated summaries can contain errors: the sources are the record. Spotted a mistake? Tell us. Published by Martin K., who runs Digest AI and handles corrections.

Comments

via GitHub Discussions

More in Agents & Tools

All →

Related stories