VS Code 1.123 Quietly Changed How We Run Multi-Agent Sessions
The release note that matters
VS Code 1.123 shipped on June 3, 2026 with multiple AI-agent updates. Most headlines focused on the 1M-token context window. The deeper change for day-to-day engineering teams is workflow control: session sync, /chronicle, and side-by-side agent sessions in the Agents window. Those features move agent usage from “one chat at a time” toward a trackable multi-session operating model.
What changed operationally
Before 1.123, long-running AI work had a common failure mode: state fragmentation. A plan lived in one session, edits happened in another, and you lost continuity when switching machines or contexts. Session sync changes that baseline. Sessions now persist to your GitHub account with conversation history, files touched, repo context, and referenced PRs/issues/commits.
That is not just convenience. It changes accountability. With synced session history and /chronicle, you can ask what happened across prior sessions without rebuilding context from memory or Slack snippets. For teams running async handoffs, that removes a substantial operational drag.
Why the Agents window is bigger than it sounds
Multi-agent work has always existed conceptually, but most interfaces made it awkward in practice. The new Agents window preview allows multiple sessions side-by-side. That means you can keep one agent building while another researches and a third reviews, then compare outputs in one place without tab thrash.
This directly supports a constrained orchestrator model: one lead session routes work; specialist sessions execute bounded scopes. In our experience, this is the minimum interface support needed to make parallel agent workflows sustainable instead of chaotic.
What to update in your team workflow now
- Enable session sync intentionally. If your org policy allows it, turn it on and treat session history as a first-class artifact.
- Add
/chronicleinto your standup loop. Use it for evidence-based daily summaries instead of recollection. - Run one orchestrator session + multiple specialist sessions. The Agents window makes this practical without context collapse.
- Document gate points. Parallel sessions increase throughput only when merge and review boundaries are explicit.
The limit to keep in mind
These features do not remove the need for process discipline. Session sync gives continuity, but it can also increase noise if teams do not define what belongs in a session and what belongs in code review artifacts. Multi-session visibility helps, but only if each session has a clear objective and exit condition.
In other words: VS Code 1.123 improves the tool surface for agentic development. It does not replace engineering governance. The highest-leverage teams will use both.
Questions or running a similar setup? Reach out — we read every reply.
Sources
- Visual Studio Code, "Visual Studio Code 1.123" (Release date: June 3, 2026) — used for session sync,
/chronicle, Agents window preview, and agent workflow feature details. Source: code.visualstudio.com/updates/v1_123. - GitHub Changelog, "GPT-5.2 and GPT-5.2-Codex deprecated" (June 5, 2026) — used for model lifecycle context affecting Copilot workflow planning. Source: github.blog/changelog/2026-06-05-gpt-5-2-and-gpt-5-2-codex-deprecated/.