Compatibility
CodingPets.dev currently supports Codex custom pets only. Each ready pack is a Codex-compatible ZIP with pet.json, spritesheet.webp, and install metadata.
Not a generic desktop mascot or VS Code extension.
CodingPets.dev currently supports Codex custom pets only. Each ready pack is a Codex-compatible ZIP with pet.json, spritesheet.webp, and install metadata.
Ready packs expose install metadata at /api/install/:jobId. The result page copies the same command consumed by the published npm CLI, which installs the pack, selects it in Codex, and asks Codex to show it.
$ npx codingpets install cp_exampleDownloads include pet.json, spritesheet.webp,install.json, and a short README for manual install.
{
"id": "cp_example",
"displayName": "Example Pixel Pet",
"description": "A custom Codex pet.",
"spritesheetPath": "spritesheet.webp"
}Download the ZIP, extract it, and copy pet.json plus spritesheet.webp into your Codex pets folder, then select it from Codex settings. The CLI path remains the preferred install flow.
npx codingpets install <job-id>.