Release · CLI · Agents

VibePod CLI 0.11: startup args and Claude setup tokens

VibePod 0.11 improved advanced agent startup and Claude authentication workflows.

2026-04-22 · Release · CLI · Agents

Startup arguments

The release documented and tested forwarding agent-specific startup arguments, making it easier to pass through flags to the underlying agent command.

Claude setup-token workflow

It added a Claude setup-token workflow for generating long-lived tokens, smoothing repeat local usage.

Example commands

The 0.11 line added trailing agent-argument forwarding and a Claude long-lived token workflow. Use `--` before agent flags that could be parsed as VibePod flags.

vp run claude -- --model sonnet
vp run codex -- --help

# Claude long-lived token setup:
vp run claude setup-token
vp run claude

# Diagnose Claude auth state:
vp doctor claude

Related links