Clio Coder

Check your installation

Read the full guide
On this pageStart with the standard check Read the findings Repair or investigate further

Check your installation

Diagnose installation and connection problems with doctor.

Start with the standard check

Run doctor from your project:

clio-coder doctor

It checks the installation, configured connections, model-list evidence, local worker capacity, and relevant tools. Standard doctor is read-only, uses passive probes, and sends no model generation request. In the terminal, /doctor shows the findings in your session.

Read the findings

Badge Meaning
OK The check passed
INFO A fact that usually needs no action, such as an optional tool being absent
WARN Worth attention; Clio can still work
!! A broken requirement; doctor exits with an error

A live model list, a cached list, and a provider catalog are distinct evidence. A reachable endpoint does not establish that a model will answer well or call tools. The capacity row reports CPUs and available memory; it does not measure GPU memory or model fit.

Repair or investigate further

clio-coder doctor --fix repairs selected installation state, including missing directories and credential permissions, and records fleet preflight results. It does not migrate old settings; use clio-coder upgrade for that.

For a live tool-use probe and validation-contract dry run:

clio-coder doctor --deep

Deep checks send model requests and may consume tokens. Allow more time for a cold local model with --tools-timeout <seconds>. Use --json for structured findings.

If a connection remains unavailable, follow troubleshooting.