yymaxapi 1.0.42 → 1.0.43

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/bin/yymaxapi.js +2 -2
  2. package/package.json +1 -1
package/bin/yymaxapi.js CHANGED
@@ -2870,8 +2870,8 @@ async function yycodeQuickSetup(paths) {
2870
2870
 
2871
2871
  // Claude 侧
2872
2872
  const claudeBaseUrl = buildFullUrl(selectedEndpoint.url, 'claude');
2873
- const claudeModelId = 'claude-opus-4-6';
2874
- const claudeModel = CLAUDE_MODELS.find(m => m.id === claudeModelId) || { id: claudeModelId, name: 'Claude Opus 4.6' };
2873
+ const claudeModelId = 'claude-sonnet-4-6';
2874
+ const claudeModel = CLAUDE_MODELS.find(m => m.id === claudeModelId) || { id: claudeModelId, name: 'Claude Sonnet 4.6' };
2875
2875
  const claudeModelKey = `${claudeProviderName}/${claudeModelId}`;
2876
2876
 
2877
2877
  config.models.providers[claudeProviderName] = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yymaxapi",
3
- "version": "1.0.42",
3
+ "version": "1.0.43",
4
4
  "description": "跨平台 OpenClaw/Clawdbot 配置管理工具 - 管理中转地址、模型切换、API Keys、测速优化",
5
5
  "main": "bin/yymaxapi.js",
6
6
  "bin": {