You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Route Qwen Code calls through the locally installed Qwen Code CLI instead of calling the DashScope API directly. No API key needed in OpenClaw — authentication is handled by the CLI.",
"providers": ["qwen-code-cli"],
"enabledByDefault": false,
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {
"command": {
"type": "string",
"description": "Path to the qwen binary (default: 'qwen' from PATH)"
},
"timeoutMs": {
"type": "number",
"description": "Subprocess timeout in milliseconds (default: 120000)"