Release · CLI · UX

VibePod CLI 0.6: latest images, X11 paste, and README refresh

VibePod 0.6 refined image-pull behavior and added practical local UX improvements.

2026-03-15 · Release · CLI · UX

Smarter image pulling

Agent container auto-pull behavior was restricted to latest tags, while proxy and Datasette images gained latest-image auto-pull support.

Local workflow improvements

The release added an X11 clipboard path for image pasting, refreshed the README, and added the MIT license.

Example commands

The 0.6 release refined latest-tag image pulling and added optional X11 clipboard forwarding for image-paste workflows.

vp run claude --paste-images

# Requires DISPLAY on Linux desktop sessions:
echo $DISPLAY

# Services using latest tags were checked for updates automatically:
vp logs start
vp run codex

Related links