@cotal-ai/connector-hermes 0.24.0 → 0.26.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.
@@ -1,23 +1,4 @@
1
1
  import { type Connector } from "@cotal-ai/core";
2
- /**
3
- * Every model-provider API key Hermes itself can read, beyond the shared
4
- * {@link MODEL_PROVIDER_KEYS}. Hermes is model-agnostic across its own provider registry
5
- * (hermes_cli, pinned 0.16 line), and each of these names is that registry's dedicated
6
- * `api_key_env_vars` entry for one model provider — without them the P3 filter strips the
7
- * key before it reaches the gateway, so e.g. the opencode-go provider could never
8
- * authenticate in a managed or containerized spawn. Still forwarded BY NAME, never
9
- * `...process.env`.
10
- *
11
- * Deliberately excluded: generic cross-tool credentials Hermes also accepts
12
- * (`GH_TOKEN`/`GITHUB_TOKEN`/`COPILOT_GITHUB_TOKEN`, `HF_TOKEN`, `ANTHROPIC_TOKEN`,
13
- * `CLAUDE_CODE_OAUTH_TOKEN`, and `GOOGLE_API_KEY` — a generic Google Cloud API key, not a
14
- * Gemini-only credential) — auto-forwarding an operator's VCS, Claude-session, or
15
- * cloud-wide credential into every gateway would silently widen its blast radius —
16
- * `LM_API_KEY` (LM Studio is a localhost server a managed gateway cannot reach anyway),
17
- * and `QWEN_API_KEY` (Hermes 0.16 Qwen auth is OAuth-only; that profile metadata is never
18
- * read as a key). Exported for the launch-env smoke, which pins both sets.
19
- */
20
- export declare const HERMES_PROVIDER_KEYS: readonly string[];
21
2
  /**
22
3
  * The Hermes (Nous Research) connector. Unlike Claude Code / Codex — where the harness *is* the
23
4
  * process and an MCP server rides inside it — Hermes runs as a long-lived **gateway daemon** that
@@ -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;AAa3G;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,oBAAoB,EAAE,SAAS,MAAM,EA2BjD,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,eAAe,EAAE,SAqD7B,CAAC"}
1
+ {"version":3,"file":"extension.d.ts","sourceRoot":"","sources":["../src/extension.ts"],"names":[],"mappings":"AACA,OAAO,EAA2B,KAAK,SAAS,EAAoC,MAAM,gBAAgB,CAAC;AAc3G;;;;;;;;;GASG;AACH,eAAO,MAAM,eAAe,EAAE,SAuD7B,CAAC"}