Release · CLI

VibePod CLI 0.1: initial release

The first VibePod CLI release established the core vp commands and supported seven local coding agents in Docker containers.

2026-02-22 · Release · CLI

What shipped

VibePod 0.1.0 was the initial release. It established the Python CLI package, Docker orchestration layer, configuration commands, logging entry point, and tests around the first supported workflows. At the tag, VibePod exposed the core commands: vp run <agent>, vp stop, vp list, vp logs ui, vp config show, vp config path, and vp version.

The supported agent set was already broader than Copilot and Codex: Claude, Gemini, OpenCode, Devstral, Auggie, Copilot, and Codex were all present in the 0.1.0 tag, using the original nezhar image namespace by default.

Why it mattered

This release defined the product direction. VibePod would focus on local execution, reusable defaults, Docker isolation, and a single entry point instead of hand-written per-agent scripts.

Example commands

The initial release established the basic command surface for running, listing, stopping, inspecting config, and opening logs.

vp run claude
vp run codex
vp list
vp stop claude
vp logs ui
vp config show
vp config path
vp version

Related links