01
Model routing and selection
Choosing, discovering, and switching between the open and closed models Command Code can route work to, across CLI flags and in-session pickers.
“Command Code is the first frontier coding agent that both builds software and continuously learns your coding taste.” commandcode.ai
Mapped capabilities
4 capabilities
Default model behavior
What runs when no model is specified, per the documented registry default.
Model id syntax and matching
-m/--model acceptance of full ids and short names after the slash, case-insensitive matching.
Model discovery surfaces
cmd --list-models, the /model picker, and the docs tables staying consistent with one registry.
Mid-session model switching
Selecting a different model in-session without losing the working context.
Illustrative example
- Input
- I just installed Command Code and ran `cmd` without any flags. Which model am I using, and how do I print every model id I can pass?
- Expected behavior
- States that the current default model is deepseek/deepseek-v4-flash and that `cmd --list-models` prints the full set of ids, which matches the /model picker and the docs tables. No other model is named as the default.



