
TL;DR
OpenAI's mid-June 2026 Codex drop brings Computer Use to the EEA, UK, and Switzerland and adds selective Claude Code imports plus managed Bedrock auth to the CLI. Here is what actually shipped, verified against the changelog.
Last updated: June 17, 2026
OpenAI shipped two Codex updates in the same week of June 2026, and together they tell you where the agentic coding tool is heading: out of the terminal and onto the desktop, and explicitly onto the turf of competing CLIs. On June 16 the Codex app gained Computer Use in the EEA, UK, and Switzerland. The day before, Codex CLI 0.140.0 added a way to import your Claude Code setup. Neither is a new model. Both are about reach.
This post sticks to what shipped, with every claim checked against the official Codex changelog.
The headline for June 16 is regional availability. From the changelog: "Computer Use is available on macOS and Windows in these regions," letting Codex "operate desktop apps by seeing, clicking, and typing" (verified June 17, 2026, developers.openai.com/codex/changelog). "These regions" means the EEA, UK, and Switzerland - markets that often trail US rollouts for agentic features because of regulatory review, so this is a real expansion rather than a new capability invented this week.
Three more app features landed in the same regions on the same date:
The pattern here is consistent: desktop control, browser control, and persistent context, all gated behind opt-in toggles. If you build for European users or work inside an EU org that blocked Codex on availability grounds, this is the update that changes your options.
Get the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools - delivered free every week.
From the archive
Jun 17, 2026 • 6 min read
Jun 17, 2026 • 11 min read
Jun 17, 2026 • 9 min read
Jun 15, 2026 • 9 min read
The more interesting line for working developers shipped a day earlier, in Codex CLI 0.140.0 on June 15. The changelog describes a new /import command "for selectively importing setup, project configuration, and recent chats from Claude Code" (verified June 17, 2026, developers.openai.com/codex/changelog).
The word that matters is selectively. This is not a one-shot "convert my whole config" button. It lets you pull in setup, project configuration, and recent chats as discrete pieces, which is the honest way to migrate: most of a Claude Code setup is portable, some of it is tool-specific, and a blanket import would drag the latter along. For anyone running both tools - a common setup in 2026, given how many teams keep more than one agentic CLI installed - this lowers the switching cost without pretending the two tools are identical.
It also signals intent. OpenAI is not waiting for users to manually rebuild their workflow in Codex; it is meeting them where their config already lives.
The same release rounded out the CLI with several quality-of-life and enterprise items, all per the changelog (verified June 17, 2026, developers.openai.com/codex/changelog):
/usage views for "daily, weekly, and cumulative account token activity." Token visibility inside the CLI is a recurring ask, and it lands here.@ mentions menu: "Typing @ now opens the unified mentions menu for files, plugins, and skills by default."codex delete and /delete, shipped "with confirmation safeguards."None of these is flashy on its own. Stacked together, they are the maintenance work of a tool that expects to be used daily in production, not demoed once.
It is worth being precise about scope, because mid-cycle changelog drops get over-read.
This is not a new Codex model, and nothing here changes coding quality or benchmark numbers. The June 15-16 updates are availability and tooling: a desktop and browser capability reaching new regions, plus CLI ergonomics and an import path. The Computer Use, Chrome extension, Memories, and Chronicle items are the app's existing features arriving in the EEA, UK, and Switzerland, not brand-new functionality - which is exactly why the changelog frames them as "available in these regions."
If you were waiting on Computer Use in Europe, this unblocks you. If you run Codex and Claude Code side by side, /import is the practical win. And if you manage an AWS estate, the managed Bedrock auth line is the one to flag to your platform team.
The interesting move in this drop is not any single feature - it is the direction. Codex is pushing into the desktop and browser, expanding into regulated markets with privacy-first defaults, and actively lowering the cost of moving over from a competing CLI. For a tool that started as a terminal agent, that is a deliberate widening of the surface area.
For deeper background on the tool itself, see our OpenAI Codex guide. For the broader CLI comparison, Anthropic vs OpenAI developer experience covers how the two ecosystems differ in practice.
Sources: OpenAI Codex changelog (verified June 17, 2026).
Read next
Anthropic shipped Fable 5 and a June 22 subscription cliff. OpenAI shipped GPT-5.5 inside Codex plus automations, browser use, and computer control. Here is the honest June 2026 update on which tool fits which developer.
9 min readDatabricks open-sourced Omnigent, a meta-harness that sits above individual agent CLIs so your sessions, policies, and skills are not locked inside any single tool. Here is what it does, how to install it, and where it fits if you already run Claude Code and Codex.
8 min readThe Codex changelog from April through June 2026 covers GPT-5.5, Goal mode going stable, Sites, a Chrome extension, Amazon Bedrock support, and mobile access from iOS. Here is what actually shipped and what it means in practice.
9 min readTechnical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
OpenAI's coding agent for terminal, cloud, IDE, GitHub, Slack, and Linear workflows. Reads repos, edits files, runs comm...
View ToolOpenAI's flagship. GPT-4o for general use, o3 for reasoning, Codex for coding. 300M+ weekly users. Tasks, agents, web br...
View ToolOpenAI's open-source terminal coding agent built in Rust. Runs locally, reads your repo, edits files, and executes comma...
View ToolMac app for running parallel Claude Code, Codex, and Cursor agents in isolated workspaces. Watch every agent work at onc...
View ToolEvery coding agent in one window. Stop alt-tabbing between Claude, Codex, and Cursor.
View AppTurn a one-liner into a working Claude Code skill. From idea to installed in a minute.
View AppBeat the August 2026 Assistants API sunset. Paste old code, get Responses API.
View AppConfigure Claude Code for maximum productivity -- CLAUDE.md, sub-agents, MCP servers, and autonomous workflows.
AI AgentsDeep comparison of the top AI agent frameworks - LangGraph, CrewAI, Mastra, CopilotKit, AutoGen, and Claude Code.
AI AgentsSet up Codex Chronicle on macOS, manage permissions, and understand privacy, security, and troubleshooting.
Getting Started
OpenAI Codex Desktop App: Plan/Goal Modes, Plugins, Multi-Agent Workflows & UI Annotation Demo The video showcases OpenAI’s Codex desktop app, which the creator calls OpenAI’s best product and a prem...

Nimbalyst Demo: A Visual Workspace for Codex + Claude Code with Kanban, Plans, and AI Commits Try it: https://nimbalyst.com/ Star Repo Here: https://github.com/Nimbalyst/nimbalyst This video demos N...

Open Design: Open-Source n8n App That Turns Any Website into a Brand Kit, Design System, HTML + Images The video introduces Open Design, an MIT-licensed full-stack template that combines AI and n8n a...

Databricks open-sourced Omnigent, a meta-harness that sits above individual agent CLIs so your sessions, policies, and s...

The Codex changelog from April through June 2026 covers GPT-5.5, Goal mode going stable, Sites, a Chrome extension, Amaz...

codex exec is OpenAI's non-interactive mode for running Codex agents from scripts, CI pipelines, and GitHub Actions - he...

A practical comparison of OpenAI's Agents SDK and Anthropic's Claude Agent SDK - orchestration models, tool ecosystems,...

Four mature, production-ready TypeScript frameworks have made building agents genuinely enjoyable. Here is how to pick t...

Codex CLI 0.129.0 added modal Vim editing in the composer. The feature is small, but it points at a bigger shift: termin...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.