> ## Documentation Index
> Fetch the complete documentation index at: https://docs.entire.io/llms.txt
> Use this file to discover all available pages before exploring further.

# resume

> Resume an agent session from a branch or interactive picker.

Resume an agent session from a branch or interactive picker.

```bash theme={null}
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

| Argument | Description                                      |
| -------- | ------------------------------------------------ |
| `branch` | Optional branch to resume the agent session from |

| Flag          | Description                                       |
| ------------- | ------------------------------------------------- |
| `-f, --force` | Resume from older checkpoint without confirmation |

<Note>
  If the branch doesn't exist locally but exists on origin, you'll be prompted to fetch it.
</Note>

<Warning>
  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.
</Warning>
