Agent view and disabling it
Use claude agents to see all sessions. Filter with --cwd, or set CLAUDE_CODE_DISABLE_AGENT_VIEW to hide the roster.
# Open the Agent view — shows all sessions and their state
claude agents
# Scope the roster to one repo's working directory
claude agents --cwd ~/work/api
# Disable the agent view if you don't need it
export CLAUDE_CODE_DISABLE_AGENT_VIEW=1
claude