VS Code 1.136 Adds Agent Merge to Automate Pull Request Finalization
Microsoft's latest update shifts AI from a simple coding assistant to a workflow orchestrator by managing the 'last mile' of the merge process.
Microsoft has released Visual Studio Code version 1.136, introducing a preview feature called "Agent Merge" that allows AI agents to manage the final stages of pull requests. This update marks a significant step in integrating AI deeper into the software development lifecycle by automating the transition from code completion to final merge.
The Agent Merge tool is designed to help developers navigate the tedious final steps of a pull request, including managing reviewer feedback and addressing CI failures. The feature can be activated via the 'chat.agentMerge.enabled' setting and launched directly from the Agents window or through the 'Enable Agent Merge for Active Session' command. Beyond the merge tool, version 1.136 also introduces improved organization for agent work and chat sessions, specifically targeting developers working across complex multi-root workspaces.
The Shift Toward AI Orchestration
This update arrives as part of a broader strategic trend where Microsoft is repositioning AI agents within the editor. Rather than treating AI as a tool for generating isolated code snippets, the company is moving toward a model where agents handle entire segments of the development workflow. By connecting code reviews and continuous integration results directly within the IDE, Microsoft is attempting to make the agent the central hub for project activity.
This transition suggests that agent sessions are becoming a primary unit of work, where the AI manages the state and progress of a task rather than simply responding to a prompt.
Reducing the 'Last Mile' Friction
For most developers, the most frustrating part of the development cycle is the "last mile"—the iterative loop of fixing minor bugs found by CI tools or tweaking code based on a peer's feedback. By automating these corrections, Agent Merge reduces the cognitive load on the human developer and accelerates the overall merge cycle.
This shift signals a fundamental change in the role of AI in the IDE. It is no longer just a coding assistant that suggests the next line of text; it is becoming a workflow orchestrator capable of managing the administrative and corrective overhead of professional software engineering.
What to Watch
As Agent Merge remains in preview, the industry will be watching how effectively these agents handle complex, nuanced feedback from human reviewers without introducing regressions. While the ability to manage multi-root workspaces improves the tool's utility for enterprise-scale projects, the full efficacy of AI-led PR management will depend on the accuracy of the agents' failure analysis and their ability to implement fixes that align with a team's specific coding standards.