FREN
Reference

Presets

List and principle of agent pair presets usable in short commands.

Presets let you quickly select an agent pair.

Short syntax

palabre codex-claude "Subject" -t 4

This command is equivalent to choosing codex as agent A and claude as agent B.

Common presets

PresetTypical use
codex-claudeCodex proposes, Claude reviews.
claude-codexClaude proposes, Codex reviews.
codex-geminiCodex vs. Gemini comparison.
claude-geminiClaude vs. Gemini comparison.
codex-opencodeCodex vs. OpenCode.
opencode-claudeOpenCode vs. Claude.
codex-ollamaPowerful CLI agent vs. local model.
ollama-claudeLocal model first, Claude reviewing.

Available presets depend on Palabre's code, not on your local configuration. If an agent in the preset does not exist in your config, the command fails with an explicit message.

Choosing models

Models can be passed without Palabre listing them:

palabre codex-claude "Subject" --model-a gpt-5.5 --model-b opus-4.7

For Ollama:

palabre codex-ollama "Subject" --model-b gemma4:e4b

When to use a preset?

Use a preset when you want a short and explicit command.

Use default agents when you frequently run the same pair.

Use --agent-a and --agent-b when writing a script or precise documentation.