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 the npm CLI consumes after launch.
$ npx codingpets install cp_exampleDownloads include pet.json, spritesheet.webp,install.json, and a short README for manual install.
{
"id": "cp_example",
"displayName": "Example Codex 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. The CLI path remains the preferred install flow.