CLI Command Reference
Complete reference for all Paean CLI commands, from interactive chat to autonomous workers.
Interactive Mode
The default mode for day-to-day assistance. Chat with an AI agent that understands your project context.
Tip: Use --plan mode for complex projects. It analyzes your codebase structure before starting.
Autonomous Worker
Offload long-running or complex tasks to the background worker for 24/7 execution.
Quick Prompt
Execute a task without entering a chat session. The supervisor analyzes your request and decides the best execution strategy.
Continuous Worker
Start a persistent worker that polls for and executes tasks continuously.
Available Executors
| Executor | Use Case |
|---|---|
| internal | Built-in Paean agent (default) |
| claude | Complex logic via Claude CLI |
| cursor | Context-aware code edits |
| gemini | Large context analysis |
Conversation History
Manage and resume previous conversations. All conversations sync to your Paean App workspace.
Utility Commands
Context Generation
Generate a comprehensive context file for AI agents.
Task Validation
Verify if pending tasks have been completed by recent changes.
Observability
Debug and analyze agent performance with built-in tracing.