circuit
CLI

circuit preview

See connector, model, and effort per step before a run.

Experimental. CLI only.

circuit preview <flow> [options]

Show what a run would do before anything runs. For each step that spawns a worker, preview prints the connector, model, and reasoning effort the run would select, using the same selection logic a real run uses. Nothing is spawned and no model is called, so it costs nothing.

Flags

FlagDescriptionDefault
--power <tier>Preview one power setting: auto, low, medium, or high.the run default
--matrixShow every power setting side by side, high tier first.(off)
--jsonMachine-readable output.

Examples

See how the Build flow allocates models across all power settings:

circuit preview build --matrix

Check what a cheap Fix run would use before starting it:

circuit preview fix --power low

On this page