FREN
Reference

Command reference

Reference for commands and options available in the Palabre CLI.

This page lists the main Palabre commands.

Startup commands

CommandDescription
palabre initCreates the global configuration and detects agents.
palabre init --localCreates a configuration in the current folder.
palabre doctorDisplays a diagnostic by sections: configuration, local tools, agents, and items to check.
palabre agentsLists declared agents and their local detection.
palabre -aShortcut for palabre agents.

Configuration

CommandDescription
palabre configOpens the configuration assistant.
palabre config --set-defaults codex claudeSets the default agents.
palabre config -t 4Sets the default number of turns.
palabre config --summary-agent claudeSets the default summary agent.
palabre config --summary-agent noneRemoves the default summary agent.
palabre config --clear-defaultsRemoves default settings.
palabre config --sync-agentsAdds missing detected agents.

Debates

CommandDescription
palabre newOpens the debate creation assistant.
palabre -s "Subject" -t 4Launches with default agents.
palabre codex-claude "Subject" -t 4Launches with a preset.
palabre run --subject "Subject" --agent-a codex --agent-b claudeLaunches with explicit agents.

General options

OptionDescription
-h, --helpDisplays help.
-v, --versionDisplays the version.
--config <path>Uses an explicit configuration file.
--plainUses raw terminal rendering. Also useful with palabre doctor for logs.

Debate options

OptionDescription
-s, --subject <text>Debate subject.
--topic <text>Compatible alias for --subject.
--preset <name>Selects an agent pair.
--agent-a <name>First agent.
--agent-b <name>Second agent.
-t, --turns <number>Total number of turns, between 1 and 20.
--no-early-stopDisables early stopping.
--model-a <model>Model passed to agent A.
--model-b <model>Model passed to agent B.
--pull-modelsAllows Ollama to download a missing model.
--summary-agent <name>Summary agent.
--summary-model <model>Summary model.
--no-summaryDisables the final summary.
--files <paths...>Injects specific files.
--context <paths...>Scans text files or folders.
--show-promptDisplays the first turn prompt without calling any agent.

Update

CommandDescription
palabre updateDisplays update instructions.
palabre update --applyApplies the update from a git checkout.