jialing-code 1.3.3 → 1.3.4

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.
@@ -88,7 +88,8 @@ async function fetchModels(baseURL, apiKey, providerId) {
88
88
  }
89
89
  }
90
90
  var LICENSE_HASHES = new Set([
91
- "2352f11c7b38404b2ab5a135b3c429199a5a0ff7c04349c9179b3f58265f6b3a"
91
+ "2352f11c7b38404b2ab5a135b3c429199a5a0ff7c04349c9179b3f58265f6b3a",
92
+ "6879316b9657770e488eabdc54f0bcaddc830779a7d0b1d665759c62fe21f7e6"
92
93
  ]);
93
94
  function verifyLicense(key) {
94
95
  const hash = createHash("sha256").update(key).digest("hex");
package/dist/cli.js CHANGED
@@ -54,7 +54,7 @@ async function main() {
54
54
  return;
55
55
  }
56
56
  {
57
- const { loadConfig, hasConfig, runSetupWizard, applyConfig } = await import("./chunk-h24tmagd.js");
57
+ const { loadConfig, hasConfig, runSetupWizard, applyConfig } = await import("./chunk-vm49bw5w.js");
58
58
  if (args[0] === "--setup" || args[0] === "setup") {
59
59
  const config = await runSetupWizard();
60
60
  applyConfig(config);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jialing-code",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "description": "嘉陵江-code — 终端 AI 编程助手,支持 22+ 大模型厂商,默认本地 Ollama 零配置启动",
5
5
  "type": "module",
6
6
  "author": "嘉陵江-code",