Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.profclaw.ai/llms.txt

Use this file to discover all available pages before exploring further.

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