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