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
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
| Subcommand | Alias | Description |
|---|---|---|
list | ls | List chat sessions |
show <id> | Show session details and message preview | |
kill <id> | Delete a chat session | |
clear | Delete all chat sessions |
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
-l, --limit <n> | number | 20 | Max sessions to list |
--yes | boolean | Skip confirmation | |
--json | boolean | Output as JSON |