entire session is also available as entire sessions.
session current
Show the most recently active session for the current worktree.| Flag | Description |
|---|---|
--json | Output as JSON |
--transcript | Stream raw agent transcript bytes to stdout |
session list
List all sessions tracked by Entire, including ended sessions.entire status.
| Flag | Description |
|---|---|
--json | Output as JSON |
session info
Show detailed information for a specific session.entire session info shows agent, model, status, worktree, timing, token usage, checkpoint linkage, and files touched.
| Flag | Description |
|---|---|
--json | Output as JSON |
--transcript | Stream raw agent transcript bytes to stdout |
session tokens
Show token usage and optimization recommendations for a session.| Flag | Description |
|---|---|
--agent-brief | Output compact next-step guidance for agents |
--current | Prefer the current worktree’s most recent session |
--json | Output as JSON |
session stop
Stop one or more active sessions.| Flag | Description |
|---|---|
--all | Stop all active sessions |
-f, --force | Skip confirmation prompt |
session attach
Attach an existing agent session that was not captured automatically by Entire.session adopt
Adopt an active session from another worktree into the current repository.| Flag | Description |
|---|---|
--from PATH | Source worktree that already tracks the session |
--force | Replace an existing local state file for the same session |
--yes | Confirm same-store adoption and replacement without prompting |