CLI
Install
Section titled “Install”Open CLI in back2vibing and choose Install b2v CLI. Restart the terminal if the app adds ~/.local/bin to your PATH.
Confirm the install:
b2v helpStart a tracked agent
Section titled “Start a tracked agent”Use the agent command after b2v:
b2v claudeb2v geminib2v opencodeb2v copilotFor another command, run b2v <command>. back2vibing asks whether to track it through the Session Dock or tmux when needed.
Track any shell command
Section titled “Track any shell command”Enable Experimental > CLI Task Runner & Status Tracking first. The flag controls b2v run, b2v task, and b2v status.
Keep the original command after --:
b2v run --name "Web dev server" --type dev-server -- pnpm devThe name appears in the Session Dock. The type is a label such as dev-server, release, or test.
Common commands
Section titled “Common commands”b2v sync --mode apply # Worktree -> Home Repob2v sync --reverse # Home Repo -> worktreeb2v ssh <host> # Open a tracked remote shellb2v help # Show current commandsUse SSH Remote in the app when you want a saved host and connection controls. See SSH Remote.
For script-owned progress updates, run b2v help and use the task and status commands only when a single tracked command is not enough.