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.