@cotal-ai/connector-hermes 0.30.2 → 0.31.0
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/extension.d.ts +1 -0
- package/dist/extension.d.ts.map +1 -1
- package/dist/index.js +62 -38
- package/dist/launch.js +8 -8
- package/package.json +3 -3
- package/plugin/cotal/_sidecar/standalone.cjs +8 -8
package/dist/extension.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { type Connector } from "@cotal-ai/core";
|
|
2
|
+
export declare const HERMES_PROVIDER_KEYS: readonly string[];
|
|
2
3
|
/**
|
|
3
4
|
* The Hermes (Nous Research) connector. Unlike Claude Code / Codex — where the harness *is* the
|
|
4
5
|
* process and an MCP server rides inside it — Hermes runs as a long-lived **gateway daemon** that
|
package/dist/extension.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"extension.d.ts","sourceRoot":"","sources":["../src/extension.ts"],"names":[],"mappings":"AACA,OAAO,EAA2B,KAAK,SAAS,EAAoC,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"extension.d.ts","sourceRoot":"","sources":["../src/extension.ts"],"names":[],"mappings":"AACA,OAAO,EAA2B,KAAK,SAAS,EAAoC,MAAM,gBAAgB,CAAC;AAa3G,eAAO,MAAM,oBAAoB,EAAE,SAAS,MAAM,EAQjD,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,eAAe,EAAE,SAqD7B,CAAC"}
|