Skip to main content
Use the CLI when you need to find the current session, list older sessions, or get the session ID for another command.

Check active sessions

Use entire status to see active sessions in the current repository:
entire status
This is the fastest way to see whether Entire is capturing an agent session right now.

Show the current session

Use entire session current when you want the most relevant session for the current worktree:
entire session current
For structured output:
entire session current --json

List all sessions

Use entire session list to see sessions tracked by Entire, including ended sessions:
entire session list
For automation:
entire session list --json

Find a session ID

Most session commands accept a session ID:
entire session info SESSION_ID
entire session stop SESSION_ID
entire session tokens SESSION_ID
Use entire status, entire session current, or entire session list when you need to copy that ID.

Continue with

Inspect Sessions

Inspect metadata, transcripts, and token usage.

Stop Sessions

End stale or active sessions from the CLI.