# Visual Studio Code 1.136 Adds Agent Merge for Autonomous Pull Request Resolution

Source: TechNewsList (https://technewslist.com)
Canonical URL: https://technewslist.com/en/article/vs-code-1-136-adds-agent-merge-autonomous-pull-requests-2026-09-05-morning
Section: Software (https://technewslist.com/en/software)
Author: TechNewsList
Language: en
Published: 2026-09-05T05:27:23.864+00:00
Updated: 2026-09-05T05:27:24.010898+00:00

> Microsoft released Visual Studio Code 1.136, headlined by Agent Merge capabilities that enable AI coding agents to autonomously resolve pull request comments and merge conflicts.

## TL;DR
- Microsoft released Visual Studio Code version 1.136 featuring the preview launch of Agent Merge.
- Agent Merge allows AI coding agents to autonomously resolve pull request review feedback and failing tests.
- The update introduces experimental multi-root workspace coordination across monorepo directories.
- Enterprise governance policies now allow administrators to enforce local-only voice dictation processing.

## Key points
- Visual Studio Code 1.136 and 1.136.1 enable autonomous pull request resolution and conflict repair.
- Agents operate inside isolated worktree branches, running background tests to verify automated fixes.
- Multi-root workspace capabilities enable AI models to inspect and refactor monorepos across multiple folder roots.
- A redesigned session input interface simplifies model switching between GitHub Copilot, Claude, and local models.
- Enterprise policies introduce strict local speech transcription controls to meet corporate security mandates.
- Deepened integration with GitHub Actions continuous integration pipelines is slated for upcoming monthly releases.

## What happened

Microsoft has officially shipped Visual Studio Code version 1.136 alongside its first stabilization maintenance update, version 1.136.1. The major update introduces a significant shift in developer tooling with the preview release of Agent Merge, an autonomous workflow capability that empowers artificial intelligence agents to manage the complete lifecycle of code reviews and git branch reconciliation. Rather than restricting AI to passive inline code autocompletions or terminal command suggestions, the new release allows agents to inspect peer review feedback, run local unit tests, fix regressions, and push clean merge commits directly to remote repositories.

The feature is integrated directly into the core editor's Source Control and Agents management interface, accessible through the dedicated Agents window or activated globally using the new configuration setting. Alongside Agent Merge, VS Code 1.136 delivers experimental multi-root workspace support for background agents, redesigned session routing controls that allow developers to switch foundation model backends on the fly, and enhanced enterprise group policy controls designed to restrict sensitive speech-to-text dictation telemetry strictly to local client hardware.

## Why it matters

Pull request triage and branch maintenance represent one of the most persistent bottlenecks in modern software engineering teams. Senior developers and repository maintainers routinely spend hours reviewing pull requests, identifying minor linting discrepancies, flagging test regressions, and resolving mechanical merge conflicts caused by concurrent branch work. While generative AI assistants have accelerated the speed at which developers author initial code, the downstream burden of reviewing, validating, and merging pull requests has proportionally grown.

With Agent Merge, Microsoft addresses this operational imbalance by turning AI agents into active repository custodians. By granting agents structured access to pull request comment threads, continuous integration failure logs, and local workspace worktrees, developers can delegate tedious mechanical reconciliation tasks. This automation allows engineering teams to maintain high code coverage and strict style compliance without forcing human maintainers to perform repetitive manual edits on routine pull requests.

## Technical details

![Microsoft documentary artwork illustrating the decade-long evolution and architecture of Visual Studio Code](https://rkhynbcsbnkkcwgexzwg.supabase.co/storage/v1/object/public/media/api/1788586033794-q8dyvw-vs-code-1-136-adds-agent-merge-autonomous-pull-requests-2026-09-05-morning-inside-1-50457173ee.webp)

Under the hood, Agent Merge operates through an iterative loop that combines language models with VS Code's Language Server Protocol (LSP) and git subsystem. When triggered on an open pull request, the agent analyzes the unified diff, extracts unresolved review comments, and retrieves diagnostic outputs from failing test suites. The agent then spins up an isolated worktree branch, applies targeted code modifications, and executes test runners in the background to ensure changes resolve the reported issues without breaking existing unit tests.

The update also expands multi-root workspace capabilities for GitHub Copilot, Anthropic's Claude agent, and third-party extension agents. Previously, background agents were restricted to inspecting a single workspace folder, requiring manual context passing in complex monorepo projects. In version 1.136, agents can traverse cross-project package dependencies, trace API contract changes across separate frontend and backend directories, and coordinate atomic refactoring commits spanning multiple repository roots simultaneously.

## Market / industry impact

![User interface screenshot showing the redesigned agent session launcher and unified model routing](https://rkhynbcsbnkkcwgexzwg.supabase.co/storage/v1/object/public/media/api/1788586036303-3hrj13-vs-code-1-136-adds-agent-merge-autonomous-pull-requests-2026-09-05-morning-inside-2-362d3d0e0f.webp)

The introduction of Agent Merge escalates competition among developer environment providers, directly challenging AI-native editors like Cursor, Windsurf, and JetBrains' AI Assistant suite. By embedding autonomous pull request remediation directly into the world's most popular code editor, Microsoft prevents developer migration toward specialized AI forks. Visual Studio Magazine observed that enterprise engineering leaders strongly prefer receiving agentic capabilities within their existing, enterprise-certified VS Code installations rather than re-evaluating new development environments.

Furthermore, the update introduces critical enterprise governance features that appeal to heavily regulated industries such as healthcare, defense, and finance. IT administrators can now enforce corporate policies that prevent code review context or voice dictation audio from being transmitted to third-party cloud endpoints. By providing strict local hardware execution for speech recognition and granular telemetry kill-switches, Microsoft ensures that enterprise adoption of agentic features satisfies strict corporate data residency requirements.

## What to watch next

Microsoft plans to expand the Agent Merge preview over the coming release cycle, with tighter integration planned for GitHub Actions and Azure DevOps continuous integration pipelines. Engineering teams are currently refining conflict resolution heuristics to handle semantic merge conflicts where two concurrent commits alter interdependent business logic without causing textual git conflicts. A public developer feedback period is currently open to collect performance metrics on agent merge accuracy and false-positive commit rates.

Developers should also monitor how the broader extension ecosystem adopts the multi-root agent APIs. Leading toolmakers in database migration, infrastructure-as-code, and automated API generation are anticipated to release specialized subagents that leverage the new architecture. Over the coming months, the degree to which development teams trust automated agents to commit directly to production-bound release branches will determine how quickly software engineering shifts toward fully autonomous repository maintenance.

## Sources

- [Visual Studio Code Release Notes](https://code.visualstudio.com/updates/v1_136) — Official product release notes documenting Agent Merge preview, multi-root agent workspaces, redesigned session inputs, and enterprise policies.

- [Visual Studio Magazine](https://visualstudiomagazine.com/articles/2026/09/02/vs-code-1-136-pushes-agents-deeper-into-the-development-workflow.aspx) — Independent software developer journalism assessing the workflow implications of autonomous pull request resolution and background agent management.

- [InfoWorld Enterprise Software](https://www.infoworld.com/article/4218856/visual-studio-code-1-136-introduces-agent-merges-for-pull-requests.html) — Enterprise engineering analysis evaluating multi-root workspace support for Copilot and Claude agents and strict on-device data governance controls.

Mentions: Visual Studio Code, Microsoft, Agent Merge, GitHub Copilot, Claude Agent

## Sources
- [Visual Studio Code Release Notes](https://code.visualstudio.com/updates/v1_136)
- [Visual Studio Magazine](https://visualstudiomagazine.com/articles/2026/09/02/vs-code-1-136-pushes-agents-deeper-into-the-development-workflow.aspx)
- [InfoWorld Enterprise Software](https://www.infoworld.com/article/4218856/visual-studio-code-1-136-introduces-agent-merges-for-pull-requests.html)