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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. 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] starting claude code with model: ${env.ANTHROPIC_MODEL} (yolo mode)\n`);
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-model-switch",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Launch Claude Code with preconfigured model environments",
5
5
  "main": "index.js",
6
6
  "bin": {