Skip to main content
Resume an agent session from a branch or interactive picker.
entire session resume [BRANCH] [flags]
With no argument, Entire opens an interactive picker of stopped sessions across all worktrees. With a branch argument, this command:
  1. Checks out the specified branch
  2. Finds the session ID from commits unique to this branch
  3. Restores the session log if it does not exist locally
  4. Shows or starts the command to resume the agent session
ArgumentDescription
branchOptional branch to resume the agent session from
FlagDescription
-f, --forceResume from older checkpoint without confirmation
If the branch doesn’t exist locally but exists on origin, you’ll be prompted to fetch it.
If newer commits without checkpoints exist on the branch (e.g., after merging main or cherry-picking), this operation will reset your Git status to the most recent commit with a checkpoint. You’ll be prompted to confirm.