Skip to content

CLI

Terminal window
b2v claude
b2v gemini
b2v opencode
b2v sync --mode apply
b2v wizard
  1. Start an agent with b2v <agent>.
  2. Complete edits in the session workspace.
  3. Sync with b2v sync --mode apply.
  4. Review and commit from your local repo.

For agents or custom commands that don’t have native back2vibing integration, you can use tmux monitoring to track completion.

  1. Run b2v <your-command> (e.g., b2v ./my-script.sh).
  2. b2v will detect that this is not a first-class agent and prompt you to enable tmux monitoring.
  3. Select Yes. The command will run, and back2vibing will watch the tmux pane activity to trigger your focus strategy when it finishes.

Note: For best results, ensure you are already running inside a tmux session on your local machine before starting the command.

  • b2v ssh-hooks <host> for wrapper-based remote signaling.
  • b2v ssh-watch <host> for tmux-based remote monitoring.

Continue with SSH Remote.