"Create your own pet" fails — "Unable to start pet creation" (hatch-pet skill missing from app.asar)
What version of the Codex App are you using (From “About Codex” dialog)?
26.623.12021
What subscription do you have?
ChatGPT Plus
What platform is your computer?
Darwin 25.5.0 arm64 arm
What issue are you seeing?
Clicking Settings → Pets → "Create your own pet" shows a red toast "Unable to start pet creation" and nothing happens.
The desktop logs show the pet-creation flow depends on a bundled skill that is not present in this build:
warning [electron-fetch-handler] Failed to install recommended skill
error="ENOENT, skills/skills/.curated/hatch-pet not found in /Applications/Codex.app/Contents/Resources/app.asar"
I confirmed the string "hatch-pet" does not exist in app.asar at all, so the curated skill appears to be missing from the release bundle. (Note the doubled "skills/skills/" path — possible path bug.) Network to OpenAI is fine and the account is signed in. Reproducible every time.
What steps can reproduce the bug?
- Open the Codex desktop app
- Go to Settings → Pets
- Click "Create your own pet"
- A red toast "Unable to start pet creation" appears and the flow never starts.
No project/code or session is needed — it reproduces from Settings every time. (This is a UI/bundled-skill issue, not a conversation bug, so there's no session id / token usage to report.)
What is the expected behavior?
_No response_
Additional information
_No response_
8 Comments
I also found out
我也是
I can reproduce the same failure on Windows, so this does not appear to be macOS-specific.
Environment:
OpenAI.Codex_26.623.9142.0_x64__2p2nqsd0c76g0C:\Program Files\WindowsApps\OpenAI.Codex_26.623.9142.0_x64__2p2nqsd0c76g0\app\resourcesRepro:
Unable to start pet creation.Relevant desktop log:
Local checks:
hatch-petskill directory.hatch-peteither.C:\Users\lee\.codex\pets\..., so this looks specific to theCreate your own petflow trying to install the missing recommended skill.skills\\skills\\.curated\\hatch-petappears in the Windows log too, matching the original report'sskills/skills/.curated/hatch-petobservation.This happened after resolving an unrelated Windows bundled marketplace issue where Browser/Computer Use were unavailable due to a partial
openai-bundledmarketplace. After restarting Codex, Browser/Computer Use recovered, but this pet creation failure remained, which suggests it is independent of the plugin marketplace corruption and is likely a release packaging/path issue forhatch-petitself.Start a session and tell Codex: "Use the https://github.com/openai/skills/tree/main/skills/.curated/hatch-pet skill to generate a pet for me: \<Pet Description\>", then restart Codex and you'll see your pet.
same for me
I can reproduce this on macOS after a full Codex app restart.
Environment:
26.623.10165226.5(25F71)arm64Repro steps:
Create your own pet.Unable to start pet creation.Relevant local log line after restart:
One extra detail that may help debugging: reading the
app.asarheader directly shows these entries are present in the archive:I was able to work around the problem by manually extracting
skills/skills/.curated/hatch-petfrom/Applications/Codex.app/Contents/Resources/app.asarinto~/.codex/skills/hatch-pet, then restarting Codex and invoking$hatch-petdirectly. TheCreate your own petbutton still appears to be the broken path.FYI after the update to the unified ChatGPT + Codex it appears the system $hatch-pet skill has been restored. You should see an "update" prompt next to any custom pets you created in Codex.
yes
Simon Yawin @.***> 于 2026年7月10日周五 02:11写道: