Starting with version 1.111, Visual Studio Code has shifted from monthly to weekly stable releases. The move is significant not just for its pace but for what's enabling it: the VS Code team now uses AI agents extensively across their internal workflows, from code review and issue triage to release note generation and validation.
The first weekly release also shipped with major AI-focused features, including configurable agent permission levels that range from requiring approval for every action to a fully autonomous "Autopilot" mode. There's also a new agent troubleshooting system for debugging what went wrong during agentic sessions. The original Edit Mode for AI coding has been deprecated, signaling a full commitment to the agent-first paradigm.
What's most interesting here isn't the release cadence itself — it's the proof of concept. The VS Code team is demonstrating that AI agents can reliably handle the routine overhead that slows down shipping. If the world's most popular editor can move to weekly releases by leaning on agents for the grunt work, the same pattern will spread to every development team with a CI/CD pipeline.