Continue.dev Commands
Continue.dev Commands
Section titled “Continue.dev Commands”All Continue.dev commands use the swixter qwen prefix. Despite the name, these commands target the Continue.dev VS Code extension, not the Qwen Code CLI.
create
Section titled “create”Create a new profile for Continue.dev.
swixter qwen create <name>Creates a profile targeting Continue.dev’s ~/.continue/config.yaml.
Options:
| Flag | Description |
|---|---|
-p, --provider <id> | Provider ID |
-k, --api-key <key> | API key |
-u, --base-url <url> | Custom base URL |
-m, --model <model> | Default model |
switch
Section titled “switch”Set the active profile for Continue.dev.
swixter qwen switch <name>List all profiles.
swixter qwen listWrite the active profile to ~/.continue/config.yaml.
swixter qwen applyModifies the YAML config with model and apiKey fields. Preserves other Continue settings.
Launch with the active profile.
swixter qwen runSpawns qwen-code CLI (if installed).
Modify an existing profile.
swixter qwen edit <name>delete
Section titled “delete”Remove a profile.
swixter qwen delete <name>install
Section titled “install”Install Continue.dev / Qwen Code CLI.
swixter qwen installupdate-cli
Section titled “update-cli”Update the installed CLI.
swixter qwen update-cli