@bgicli/bgicli 2.4.8 → 2.4.9

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/bgi.js +1 -1
  2. package/package.json +1 -1
package/dist/bgi.js CHANGED
@@ -17192,7 +17192,7 @@ function clearCheckpoints(sessionId) {
17192
17192
 
17193
17193
  // src/index.ts
17194
17194
  var import_fs7 = require("fs");
17195
- var VERSION2 = "2.4.7";
17195
+ var VERSION2 = "2.4.9";
17196
17196
  var SKILLHUB_HUBS = {
17197
17197
  bgi: { label: "BGI\u5185\u7F51", apiBase: "https://clawhub.ai", backend: "clawhub" },
17198
17198
  clawhub: { label: "clawhub.ai", apiBase: "https://clawhub.ai", backend: "clawhub" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bgicli/bgicli",
3
- "version": "2.4.8",
3
+ "version": "2.4.9",
4
4
  "description": "BGI CLI — Bioinformatics AI terminal for Chinese researchers (百炼/DeepSeek/Kimi/Qwen)",
5
5
  "bin": {
6
6
  "bgi": "dist/bgi.js"