Release · CLI · Agents

VibePod CLI 0.13: Pi agent support

VibePod 0.13.0 adds Pi as a supported coding agent, fixes Pi config/storage paths, refreshes docs and screenshots, and includes a Typer passthrough compatibility fix.

2026-05-31 · Release · CLI · Agents

Pi joins the agent matrix

VibePod 0.13.0 adds pi to the supported agent IDs. Pi is provided by Earendil, runs through the same isolated container workflow as the other agents, and uses the default image vibepod/pi:latest.

The release documents Pi alongside Claude, Gemini, OpenCode, Devstral, Auggie, Copilot, and Codex. Because vp p is already Copilot's shortcut, Pi uses the full command alias vp pi and the standard run form vp run pi.

Runtime and compatibility fixes

The CLI work includes Pi-specific config and storage path fixes so credentials and configuration persist under ~/.config/vibepod/agents/pi/. It also includes a Typer passthrough compatibility fix for command parsing.

Docs and website refresh

The update adds VP_IMAGE_PI image override documentation, README updates, agent docs, generated website docs, Pi screenshot assets, and the 0.13.0 version bump.

Example commands

The 0.13 line added Pi as a supported agent. Pi uses `vp pi` as the full command alias because `vp p` belongs to Copilot.

vp run pi
vp pi

# Override the Pi image for custom builds:
VP_IMAGE_PI=vibepod/pi:latest vp run pi

# Pi is not currently an IKWID-supported agent:
vp run pi --help

Related links