@sciagent/cli 1.1.56 → 1.1.58

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/bin/sciagent.js CHANGED
@@ -25,7 +25,7 @@ const https = require('https');
25
25
  const http = require('http');
26
26
 
27
27
  // 当前版本号 - 与 postinstall.js 和 package.json 保持同步
28
- const CURRENT_VERSION = '1.1.56';
28
+ const CURRENT_VERSION = '1.1.58';
29
29
 
30
30
  // Releases 下载源配置(优先级从高到低)
31
31
  // JihuLab 通用包仓库(国内 CDN,速度快)作为主源
@@ -34,7 +34,7 @@ const JIHULAB_PROJECT_ID = '351778';
34
34
  const JIHULAB_DEPLOY_TOKEN_USER = 'gitlab+deploy-token-15400';
35
35
  const JIHULAB_DEPLOY_TOKEN = 'gldt-5kp7mgt4ztyyBMx1Uvn6';
36
36
  const JIHULAB_BASE_URL = `https://jihulab.com/api/v4/projects/${JIHULAB_PROJECT_ID}/packages/generic/sciagent`;
37
- const SELF_HOSTED_URL = process.env.RELEASE_SERVER_URL || 'https://u250924-8ca5-2f1c7314.westb.seetacloud.com:8443';
37
+ const SELF_HOSTED_URL = process.env.RELEASE_SERVER_URL || 'https://px1-jcy.matpool.com:26741?token=BdZ2oxzimV';
38
38
 
39
39
  // 下载源列表(按优先级排序)
40
40
  const DOWNLOAD_MIRRORS = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sciagent/cli",
3
- "version": "1.1.56",
3
+ "version": "1.1.58",
4
4
  "description": "SciAgent CLI - AI Research Assistant",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -27,7 +27,7 @@ const ARCH_MAP = {
27
27
  };
28
28
 
29
29
  // 当前版本号 - 每次发布时同步更新
30
- const CURRENT_VERSION = '1.1.56';
30
+ const CURRENT_VERSION = '1.1.57';
31
31
 
32
32
  // GitHub Releases 回退版本列表(当当前版本的 release 不存在时尝试)
33
33
  const GITHUB_FALLBACK_VERSIONS = ['1.1.3', '1.0.50', '1.0.48', '1.0.46', '1.0.40', '1.0.38', '1.0.36'];
@@ -39,7 +39,7 @@ const JIHULAB_DEPLOY_TOKEN = 'gldt-5kp7mgt4ztyyBMx1Uvn6';
39
39
  const JIHULAB_BASE_URL = `https://jihulab.com/api/v4/projects/${JIHULAB_PROJECT_ID}/packages/generic/sciagent`;
40
40
 
41
41
  // 自建服务器配置(备用源)
42
- const SELF_HOSTED_URL = process.env.RELEASE_SERVER_URL || 'https://u250924-8ca5-2f1c7314.westb.seetacloud.com:8443';
42
+ const SELF_HOSTED_URL = process.env.RELEASE_SERVER_URL || 'https://px1-jcy.matpool.com:26741?token=BdZ2oxzimV';
43
43
 
44
44
  // 下载源列表(按优先级排序)
45
45
  const DOWNLOAD_MIRRORS = [