sk-hermes-cli 1.0.1 → 2.0.1

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/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -29,19 +29,19 @@ jar 托管在 GitHub Release,**直连实测仅 ~95 KB/s**(45 MB 要 8 分钟
29
29
 
30
30
  ```powershell
31
31
  # PowerShell
32
- $env:SKHERMES_JAR_URL = "https://gh-proxy.com/https://github.com/chen-2024-cn/Hermes-agent-Java-/releases/download/v1.0.1/hermes.jar"
32
+ $env:SKHERMES_JAR_URL = "https://gh-proxy.com/https://github.com/chen-2024-cn/Hermes-agent-Java-/releases/download/v2.0.1/hermes.jar"
33
33
  npm install -g sk-hermes-cli
34
34
  ```
35
35
 
36
36
  ```bat
37
37
  :: CMD
38
- set SKHERMES_JAR_URL=https://gh-proxy.com/https://github.com/chen-2024-cn/Hermes-agent-Java-/releases/download/v1.0.1/hermes.jar
38
+ set SKHERMES_JAR_URL=https://gh-proxy.com/https://github.com/chen-2024-cn/Hermes-agent-Java-/releases/download/v2.0.1/hermes.jar
39
39
  npm install -g sk-hermes-cli
40
40
  ```
41
41
 
42
42
  ```bash
43
43
  # bash / zsh
44
- export SKHERMES_JAR_URL="https://gh-proxy.com/https://github.com/chen-2024-cn/Hermes-agent-Java-/releases/download/v1.0.1/hermes.jar"
44
+ export SKHERMES_JAR_URL="https://gh-proxy.com/https://github.com/chen-2024-cn/Hermes-agent-Java-/releases/download/v2.0.1/hermes.jar"
45
45
  npm i -g sk-hermes-cli
46
46
  ```
47
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sk-hermes-cli",
3
- "version": "1.0.1",
3
+ "version": "2.0.1",
4
4
  "description": "sk-Hermes:可自我进化的 AI Agent 命令行工具(Java fat-jar 的 npm 分发壳)",
5
5
  "keywords": [
6
6
  "cli",
@@ -24,7 +24,7 @@
24
24
  "postinstall": "node scripts/postinstall.js"
25
25
  },
26
26
  "hermes": {
27
- "jarUrl": "https://github.com/chen-2024-cn/Hermes-agent-Java-/releases/download/v1.0.1/hermes.jar"
27
+ "jarUrl": "https://github.com/chen-2024-cn/Hermes-agent-Java-/releases/download/v2.0.1/hermes.jar"
28
28
  },
29
29
  "publishConfig": {
30
30
  "registry": "https://registry.npmjs.org/",