Release · CLI · Skills

VibePod CLI 0.12: attach workflows and reusable skills

VibePod 0.12 added skills management and improved long-running container workflows.

2026-05-24 · Release · CLI · Skills

Reusable skills

The release introduced skill managers and the skills CLI, expanded skill mappings for Codex, OpenCode, and Auggie, and documented notes for Gemini, Copilot, and Vibe.

Attach and stop improvements

VibePod added vp attach, extended vp stop to accept container names, and fixed an I/O error on exit by closing URL responses.

Example commands

The 0.12 line introduced the skills CLI and made it easier to rejoin or stop long-running containers by name.

vp skills add github:vibepod/vibepod-skills//skills/researcher --scope user
vp skills list
vp skills update researcher
vp skills delete researcher --scope user

vp run claude -d
vp list --running
vp attach vibepod-claude-a1b2c3d4
vp stop vibepod-claude-a1b2c3d4

Related links