OpenAI shipped a Codex desktop update on May 2, 2026 that quietly removes one of the biggest barriers to switching coding agents: your existing project rules. Codex now auto-detects configuration files left behind by other coding tools, imports them, and brings over plugins, custom rules, and project conventions without a manual rewrite. The same release adds eight animated Codex Pets that float over the screen and signal what the agent is doing.

What Happened

The May 2 Codex update bundles two distinct changes into one desktop release. The config import system reads files from rival agents, including Claude Code's CLAUDE.md, and converts the contents into Codex's own AGENTS.md format so the project memory transfers cleanly on first open. The Pets feature ships eight pre-built animated companions, including a duck named Dewey, a fireball named Fireball, and a blue-screen gremlin called BAOD, that float as overlays and post short status bubbles when the agent finishes a task or needs input.

A bundled skill called hatch-pet turns any uploaded image into an animated companion saved to your local Codex home folder. Users invoke it with $hatch-pet create after running $skill-installer hatch-pet, then reload skills from the command menu to surface the new pet.

Why It Matters

Coding agents have fragmented hard. Claude Code, Cursor, Codex, Cognition's SWE-1.6, and JetBrains AI all maintain their own personalization files, and a developer who builds a careful project memory in one tool loses that work when they try a competitor. Auto-importing CLAUDE.md directly attacks Anthropic's switching-cost moat. Codex now reads the file Claude Code wrote, suggests an import, and converts the rules into AGENTS.md format. The lock-in burden shifts from the file format to the tool itself.

The Pets feature is lighter on substance but solves a real ergonomic problem. Long agent runs are quiet by default, and creators have been asking for ambient status signals since the first wave of background-agent tools shipped earlier this year.

Key Details

  • Launch date: May 2, 2026, Codex desktop app on macOS, Windows, and Linux.
  • Pet commands: type /pet in the composer, or use Wake Pet and Tuck Away Pet under Settings, Appearance, or press Cmd+K and toggle the overlay.
  • Custom pets: $skill-installer hatch-pet, then $hatch-pet create [your prompt]. Generated pets save locally and can be shared via community directories that surfaced within hours of launch.
  • Config imports: auto-detects CLAUDE.md and other coding-agent config files in the working directory, prompts to import on first project open, and writes the result to AGENTS.md.
  • Dictation dictionary: a per-user phrase list improves voice input accuracy for domain-specific terms. Coverage notes the feature is opt-in and stored on device.

What to Do Next

If you have a CLAUDE.md you have been refining for months, update Codex, open the project, and let the importer convert it. The conversion runs locally and you can edit the resulting AGENTS.md before the agent uses it. For a longer view of how this fits into the wider tooling fight, see our 2026 coding tools guide.