Release · CLI · IKWID

VibePod CLI 0.7: IKWID mode

VibePod 0.7 introduced IKWID mode for agent auto-approval workflows.

2026-03-17 · Release · CLI · IKWID

Agent auto-approval

IKWID mode gave users a way to run supported agents with a more permissive, automated approval posture when that fits their workflow.

Foundation for broader support

Later releases expanded IKWID coverage and documentation across more agents, but the mode started here.

Example commands

IKWID mode adds each supported agent’s own auto-approval or permission-skip flag. It should be used only when that trust model fits the workspace.

vp run claude --ikwid
vp run codex --ikwid

# Combine with normal run options when needed:
vp run claude --ikwid -w ~/my-project

Related links