@kynver-app/runtime 0.1.72 → 0.1.73
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -42,7 +42,7 @@ Set once in `kynver setup --provider claude|cursor` (stored in `~/.kynver/config
|
|
|
42
42
|
| Provider | CLI | Auth |
|
|
43
43
|
| --- | --- | --- |
|
|
44
44
|
| `cursor` (default) | `agent` on PATH ([Cursor Agent CLI](https://cursor.com/docs/cli/headless)) | `agent login` (OAuth) **or** `CURSOR_API_KEY` for headless runners. |
|
|
45
|
-
| `codex` (BYO OAuth, low-cost orchestration) | `codex` on PATH ([Codex CLI](https://developers.openai.com/codex/)) | `codex login` (
|
|
45
|
+
| `codex` (BYO OAuth / Hermes subscription, low-cost orchestration) | `codex` on PATH ([Codex CLI](https://developers.openai.com/codex/)) **or** `hermes` with `openai-codex` | `codex login` / `CODEX_API_KEY`, or `hermes auth status openai-codex` (ChatGPT Codex subscription). When the standalone `codex` CLI is absent, harness workers spawn `hermes chat -q … --provider openai-codex -Q` (non-interactive). Kynver never stores raw OAuth tokens — fingerprint audit only. Low-risk orchestration routes here when bound; privileged actions escalate to Cursor. |
|
|
46
46
|
| `claude` (operator override) | `claude` on PATH | `claude login` (OAuth). Use `--provider claude` on dispatch/worker start, or set `executorRef: provider:claude` / `[worker-provider: claude]` on the board task. Legacy `workerProvider: "claude"` in config is normalized to Cursor at dispatch. |
|
|
47
47
|
|
|
48
48
|
Override per invocation: `kynver worker start ... --provider claude` (requires operator intent; default dispatches stay on Cursor)
|