Release · CLI · Images

VibePod CLI 0.5: image automation and dashboard readiness

The 0.5 line focused on making default images more reliable and the dashboard startup smoother.

2026-03-12 · Release · CLI · Images

Image automation

VibePod added automatic image fetching, replaced default Claude and Codex images, and introduced CI validation for built-in images. This reduced setup surprises for new users.

0.5.1 dashboard follow-up

The 0.5.1 patch pulled the latest Datasette image and waited for readiness before opening the browser, making vp logs start feel more dependable.

Example commands

The 0.5 line focused on image behavior: automatic pulls, explicit pull requests, default Claude/Codex images, and dashboard readiness in 0.5.1.

vp run claude --pull
vp run codex

# Configure global or per-agent image pulling in YAML:
# auto_pull: true
# agents:
#   claude:
#     auto_pull: false

vp logs start
vp logs status

Related links