VS Code 1.138 Lets Codex Sessions Move Between ChatGPT and the Editor

September 20, 2026

A continuous illuminated conversation thread moves from a chat workspace into a code editor, container, tools, and pull-request checkpoint.
VS Code’s Agent Host turns a Codex conversation into a portable work session that can retain its context while gaining project-specific tools.

Microsoft’s VS Code 1.138 expands Codex support in its Agent Host, allowing developers to continue the same coding session between the ChatGPT app and VS Code without restarting the conversation.

Developers can also:

Local Dev Container support is rolling out gradually and requires Docker plus a supported Dev Container configuration. Automatic merged-session cleanup is opt-in and remains in preview.

Why it matters

Coding agents are becoming portable work sessions rather than assistants tied to one interface. A task can begin as a conversation, move into an isolated development environment, use project-specific tools, and finish as a reviewable pull request—all while retaining its context.

The open Agent Host Protocol also gives builders a foundation for creating clients that can monitor sessions, approve tool calls, review changes, and contribute tools across Codex, Claude, Copilot, and other compatible harnesses. This complements the managed context, tool, and execution infrastructure we covered in OpenAI’s Agents API and Codex harness: the emerging stack now includes both the agent runtime and a portable client-to-session layer.

Relevant links

← Back to stories