Release · CLI · Configuration

VibePod CLI 0.4: project config and better discovery

VibePod 0.4 added project configuration bootstrapping, agent init scripts, short names, and clearer workspace listing.

2026-03-03 · Release · CLI · Configuration

Configuration without ceremony

The new vp config init flow created starter project config, while vp config init <agent> added agent blocks with duplicate protection. Agent init scripts made container startup more customizable.

Discovery improvements

The list command started showing short names, available agents, and multiple workspaces more clearly. Docs also gained custom container build guidance and CLI previews.

Example commands

The 0.4 line introduced project config bootstrapping, agent config copying, short aliases, and clearer list output.

vp config init
vp config init claude
vp config init codex

# Short aliases introduced around this line:
vp c
vp x
vp run c

# See running containers and configured agents separately:
vp list
vp list --running
vp list --json

Related links