cn resolves its configuration (models, MCP servers, rules, etc.) from several sources, in this order:
--configflag β a file path or hub assistant slug passed at launch- Saved config β the last-used configuration, persisted across sessions
- Default β your first assistant from Continue, or
~/.continue/config.yamlif youβre not logged in
--config flag
Point cn at a local YAML file or a hub assistant:
Switching at runtime
Use/config inside a TUI session to switch between available configurations:
config.yaml
If youβre not logged in to Continue, cn looks for ~/.continue/config.yaml. This file uses the same format as the IDE extensions β see config.yaml reference for the full schema.
CLI-specific flags
Several flags inject configuration at launch without editing a file:Organization
If you belong to multiple organizations on Continue, use--org to specify which one:
/config lets you switch organizations interactively.