Skip to main content

Module specs

Module specs 

Source
Expand description

Concrete per-CLI specs. Argv shapes are identical to what caloron’s _llm.py uses — keep in sync when either side changes.

Constants§

ALL
All specs, in the fallback order caloron settled on.
CLAUDE
Claude Desktop / Claude CLI — claude -p PROMPT.
CURSOR
Cursor Agent CLI — cursor-agent -p PROMPT --output-format text.
GEMINI
Google Gemini CLI — gemini -y -p PROMPT. -y auto-accepts the first-run consent prompt.
OPENCODE
OpenCode CLI — opencode run PROMPT.