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:
- Checks out the specified branch
- Finds the session ID from commits unique to this branch
- Restores the session log if it does not exist locally
- Shows or starts the command to resume the agent session
| Argument | Description |
|---|
branch | Optional branch to resume the agent session from |
| Flag | Description |
|---|
-f, --force | Resume 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.