claude-code-model-switch 2.2.0 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -262,7 +262,7 @@ function startClaudeWithModel(modelName) {
|
|
|
262
262
|
const env = buildModelEnv(modelConfig);
|
|
263
263
|
const claudeArgs = buildStartArgs(getStartArgsFromArgv());
|
|
264
264
|
|
|
265
|
-
console.log(`[ccms]
|
|
265
|
+
console.log(`[ccms] model: ${env.ANTHROPIC_MODEL}, endpoint: ${env.ANTHROPIC_BASE_URL} (yolo mode)\n`);
|
|
266
266
|
launchClaude(env, claudeArgs);
|
|
267
267
|
}
|
|
268
268
|
|