hermes-to-claude 0.2.5 → 0.2.6
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/dist/hbridge.mjs +1 -1
- package/package.json +14 -2
package/dist/hbridge.mjs
CHANGED
|
@@ -1582,7 +1582,7 @@ function stopStatusBar(intervalId) {
|
|
|
1582
1582
|
|
|
1583
1583
|
// src/hbridge/cli.mjs
|
|
1584
1584
|
import { networkInterfaces } from "os";
|
|
1585
|
-
var H2C_VERSION = "
|
|
1585
|
+
var H2C_VERSION = "v236.0.ae1a00c";
|
|
1586
1586
|
var server = null;
|
|
1587
1587
|
var statusBarInterval = null;
|
|
1588
1588
|
function getLocalIPs() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hermes-to-claude",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Local HTTP bridge connecting Hermes Agent to Claude Code — no Pro/Max subscription required",
|
|
6
6
|
"license": "MIT",
|
|
@@ -25,5 +25,17 @@
|
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"esbuild": "^0.25.0"
|
|
28
|
-
}
|
|
28
|
+
},
|
|
29
|
+
"keywords": [
|
|
30
|
+
"hermes",
|
|
31
|
+
"claude",
|
|
32
|
+
"claude-code",
|
|
33
|
+
"h2c",
|
|
34
|
+
"agent",
|
|
35
|
+
"orchestrator",
|
|
36
|
+
"bridge",
|
|
37
|
+
"multi-agent",
|
|
38
|
+
"ai-agent",
|
|
39
|
+
"hermes-agent"
|
|
40
|
+
]
|
|
29
41
|
}
|