@wu529778790/open-im 1.7.1-beta.7 → 1.7.1-beta.8

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/dist/config.js +1 -1
  2. package/package.json +1 -1
package/dist/config.js CHANGED
@@ -608,7 +608,7 @@ export function loadConfig() {
608
608
  claudeTimeoutMs,
609
609
  codexTimeoutMs,
610
610
  codebuddyTimeoutMs,
611
- claudeModel: process.env.CLAUDE_MODEL ?? tc.model,
611
+ claudeModel: process.env.CLAUDE_MODEL ?? process.env.ANTHROPIC_MODEL ?? tc.model,
612
612
  logDir,
613
613
  logLevel,
614
614
  platforms,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wu529778790/open-im",
3
- "version": "1.7.1-beta.7",
3
+ "version": "1.7.1-beta.8",
4
4
  "description": "Multi-platform IM bridge for AI CLI tools (Claude, Codex, CodeBuddy)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",