Documentation
¶
Overview ¶
ABOUTME: Export command to export conversations in multiple formats ABOUTME: Supports Markdown, JSON, and HTML output to stdout or file
ABOUTME: Commands for managing conversation favorites ABOUTME: Toggle favorite status and list all favorite conversations
ABOUTME: Shared interactive mode setup logic ABOUTME: Used by both main interactive command and resume command
ABOUTME: Mux agent runner for print mode. ABOUTME: Default agent implementation using the mux framework.
ABOUTME: Print mode handler for non-interactive CLI usage with tool support ABOUTME: Implements multi-turn tool execution loop like Claude Code
ABOUTME: Tool setup helpers for print mode
ABOUTME: Resume command for continuing previous conversations ABOUTME: Provides interactive picker and --last flag for session management
ABOUTME: Database initialization and management for CLI ABOUTME: Handles database opening, schema setup, and conversation loading
ABOUTME: Tracks consecutive tool failures to detect when the agent is stuck ABOUTME: Injects hints into the conversation when repeated failures are detected