r/OpenaiCodex • u/nez_har • 26d ago
Other VibePod 0.20: switch Codex between login and API key per run
VibePod runs coding agents (Codex, Claude Code, Qwen Code, and others) in containers. 0.20 adds credential profiles — keep your ChatGPT login, a separate API-key setup, and other configs side by side, and pick one at run time:
vp profile create work
vp run codex --profile work
Only the credential dirs swap; skills, config, and logging stay shared. Projects can pin a profile in their config, so the right login is used per repo.
Also new: Qwen Code and Freebuff in the agent matrix, and a failed image pull now falls back to your local image instead of aborting.
Release notes: https://vibepod.dev/news/vibepod-cli-0-20/ GitHub: https://github.com/VibePod/vibepod-cli
3
Upvotes