Skip to main content
Summarize recent checkpoint activity.
entire recap [flags]
entire recap shows a time-based summary of agent and checkpoint activity. By default, it opens the interactive recap view for today. Use --static when you want plain terminal output, such as in a script, transcript, or docs example:
entire recap --static

Time Windows

Choose the range you want to summarize:
# Today only
entire recap --day

# Last 7 days
entire recap --week

# This calendar month
entire recap --month

# Rolling 90 days
entire recap --90

Views

Limit recap to one agent:
entire recap --agent codex
Choose which columns to show:
entire recap --view you
entire recap --view team
entire recap --view both

Flags

FlagDescription
--90Show the rolling 90-day window.
--agent IDShow activity for one agent, or use all. Defaults to all.
--color MODESet color output to auto, always, or never. Defaults to auto.
--dayShow today only. This is the default time window.
--insecure-http-authAllow plain HTTP auth. Local development only.
--monthShow this calendar month.
--staticPrint static output instead of opening the interactive recap.
--view VIEWChoose which columns to show: you, team, or both. Defaults to both.
--weekShow the last 7 days.
-h, --helpShow help for entire recap.

Examples

# Open the interactive recap for today
entire recap

# Print a static recap for today
entire recap --static

# Print the last 7 days without color
entire recap --week --static --color never

# Show only your activity
entire recap --view you

# Show one agent's activity
entire recap --agent codex --static