Skip to main content

Synopsis

profclaw session <subcommand> [flags]

Description

Manage chat sessions, view conversation history, and clean up old sessions. Each chat interaction creates a session that persists messages and tool call history.

Subcommands

SubcommandAliasDescription
listlsList chat sessions
show <id>Show session details and message preview
kill <id>Delete a chat session
clearDelete all chat sessions

Flags

FlagTypeDefaultDescription
-l, --limit <n>number20Max sessions to list
--yesbooleanSkip confirmation
--jsonbooleanOutput as JSON

Examples

profclaw session list