
VS Code 1.137 Released on 10 September 2026
Microsoft published Visual Studio Code 1.137 on 10 September 2026 as the September release of the monthly cadence. The update centres on three additions that advance VS Code's AI agent story: Preview Automations for scheduling recurring agent tasks on a defined schedule, experimental Voice Mode for spoken interaction with coding agents, and the new Agent Host Protocol for connecting AI agents running in separate processes to VS Code's agent infrastructure. The release also improves quick chat session management, adds a native GitHub integration for reviewing issues and pull request details in the Agents window without opening a repository, and launches the experimental VS Code Pet — an interactive companion visible in the editor during agent work whose name users are invited to choose in a contest running from 10 to 17 September 2026.
Preview Automations: Schedule Agent Tasks Hourly, Daily, or Weekly
Automations is a new preview feature that allows developers to schedule agent tasks to run without a manual trigger. A VS Code Automation is defined by a natural-language instruction and a recurrence schedule — hourly, daily, weekly, or on demand. When the schedule fires, VS Code runs the agent against the instruction with the current workspace context, executes any tool calls the agent issues, and saves the result. Microsoft ships the feature with a set of built-in templates covering the most common recurring agent use cases: catching up on recent changes in a repository, triaging open issues against defined criteria, finding bugs introduced in recent commits, and generating a summary of activity across linked GitHub repositories. Custom automations can be defined for any task the agent can complete using available tools — running a test suite and summarising failures, checking for dependency updates, or auditing recent pull requests against a coding style guide. Automations ships in preview status, meaning users enable it through a settings flag and Microsoft is collecting feedback before a stable release.
Experimental Voice Mode and the Agent Host Protocol
Voice Mode is a new experimental capability that allows a developer to speak directly to the coding agent using a connected microphone. The agent processes the spoken input, responds with voice output, and can be interrupted mid-response — a key capability for redirecting an agent away from an incorrect approach without waiting for it to complete. Voice Mode maintains session awareness: context is preserved across the current agent conversation as the user switches between speaking and typing, allowing a developer to move fluidly between modalities within a single task. The Agent Host Protocol is a specification for how AI agents running in external processes communicate with VS Code's agent infrastructure. The protocol defines a standard message format and a capability negotiation layer so that third-party agents can register as named participants in the VS Code Agents window, respond to workspace queries, and issue tool calls through VS Code's standard tool registry, without requiring the agent to run inside VS Code's extension host process.
GitHub Integration and Quick Chat Improvements
VS Code 1.137 extends the Agents window with a native GitHub integration that allows developers to read issue and pull request details from linked repositories without opening a browser or cloning the repository locally. A developer can address an issue by number in the Agents window and retrieve its title, body, labels, comments, and assignees, then continue a coding task using that information without context-switching. The same integration applies to pull request data: a developer working on a review can read the PR description and changed file list directly in the Agents panel and instruct the agent to explain a specific change or suggest a review comment. Quick chat received an improvement to project attachment: conversations can now be attached to a project-level context object without losing existing message history or the current pending request, making it practical to hand off a quick chat to a persistent project session after an ad-hoc investigation.
What VS Code 1.137 Means for Indian Development Teams
India's developer population is one of the largest consumers of VS Code globally, and the additions in 1.137 have concrete implications for teams building products across fintech, healthtech, and enterprise software. The Automations feature is most immediately applicable to teams maintaining large codebases where recurring agent tasks — nightly dependency audits, weekly technical debt summaries, daily test failure reports — currently require either a dedicated CI job or manual agent invocation. Scheduling these through VS Code Automations reduces the operational overhead of maintaining a separate pipeline for agent-driven intelligence work, particularly for small engineering teams. Voice Mode is relevant for development practices that involve spoken discussion of architecture and design — a common pattern in co-located team rooms — where speaking to the agent without breaking flow in the editor reduces friction. The Agent Host Protocol benefits teams building internal AI tooling: a custom static analysis agent or domain-specific code generator can register in the Agents window rather than requiring a full VS Code extension.
The Bottom Line
VS Code 1.137 released on 10 September 2026 with three additions to its AI agent capabilities. Preview Automations lets developers schedule recurring agent tasks — catching up on changes, triaging issues, finding bugs — to run hourly, daily, or weekly, with built-in templates for common jobs. Experimental Voice Mode lets developers speak to the coding agent and interrupt it mid-response, with session context preserved across spoken and typed input. The new Agent Host Protocol provides a standard message format for connecting external agents to VS Code's Agents window and tool registry. GitHub issue and PR data is now accessible directly in the Agents window, and quick chat sessions can be attached to project contexts without losing conversation history. For Indian engineering teams, Automations is the highest-impact addition for reducing manual overhead on recurring codebase tasks, while the Agent Host Protocol opens a practical route for teams with custom internal AI tooling to integrate with VS Code's agent infrastructure.
Frequently Asked Questions
What is VS Code 1.137 and when was it released?+
VS Code 1.137 is the September 2026 release of Visual Studio Code, published by Microsoft on 10 September 2026. The release introduces Preview Automations — a feature that schedules recurring agent tasks to run hourly, daily, weekly, or on demand, with built-in templates for catching up on repository changes, triaging issues, and finding recently introduced bugs. It also ships experimental Voice Mode, which lets developers speak to the coding agent and interrupt it mid-response while maintaining session context, and the Agent Host Protocol, a standard for connecting AI agents running in external processes to VS Code's agent infrastructure. GitHub issue and pull request data is now accessible directly in the Agents window, and quick chat sessions can be attached to project contexts without losing conversation history.
How do VS Code 1.137 Automations work in practice?+
A VS Code Automation is defined by a natural-language instruction and a recurrence schedule — hourly, daily, weekly, or on demand. When the schedule fires, VS Code runs the agent against the instruction using the current workspace context, executes any tool calls such as reading files or querying Git history, and saves the result in the Automations output panel. Microsoft provides templates for the most common recurring jobs: catching up on recent changes, triaging GitHub issues, finding new bugs introduced in recent commits, and summarising activity across linked repositories. Custom automations can be defined for any task the agent can complete using VS Code's tools, such as running a test suite and summarising failures or auditing pull requests against a style guide. Automations ships in preview and is enabled through a VS Code settings flag.
What is the VS Code Agent Host Protocol?+
The Agent Host Protocol is a specification introduced in VS Code 1.137 for how AI agents running in external processes communicate with VS Code's agent infrastructure. Before the protocol, a third-party agent — a custom domain model, a project-specific code generation tool, or a language-specific linter — had to run inside VS Code's extension host to appear as a named participant in the Agents window. The Agent Host Protocol defines a standard message format and capability negotiation layer so external agents can register with VS Code, appear as named agents in the Agents window, respond to workspace queries, and issue tool calls through VS Code's standard tool registry. This reduces the implementation burden for teams building internal AI tooling, since the agent can be written in any language capable of speaking the protocol rather than being constrained to VS Code's extension runtime.
What does VS Code 1.137 mean for development teams using AI coding agents?+
VS Code 1.137's additions are most impactful for development teams running AI-assisted development at scale. Preview Automations allows recurring codebase intelligence tasks — dependency audits, daily test failure summaries, weekly technical debt checks — to run on a schedule without manual invocation or a separate CI pipeline. This is practically valuable for small engineering teams maintaining large codebases. Experimental Voice Mode reduces friction in pair-programming and code-review settings where spoken discussion is natural, enabling a developer to direct an agent conversationally without keyboard context-switching. The Agent Host Protocol allows teams with custom internal AI models — project-specific code generators, domain-specific analysers — to integrate those models into the standard VS Code Agents window, making internal tooling a first-class participant in the coding workflow alongside general-purpose models.
Written by
TechPillow Team
Sharing insights on technology, product development, and the Indian tech ecosystem.
