@kynver-app/runtime 0.1.66 → 0.1.69
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 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -42,6 +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` (OAuth) **or** `CODEX_API_KEY` for headless runners. Kynver never stores raw OAuth tokens — binding is local-only with fingerprint audit. Low-risk orchestration routes here when bound; privileged actions escalate to Cursor. |
|
|
45
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. |
|
|
46
47
|
|
|
47
48
|
Override per invocation: `kynver worker start ... --provider claude` (requires operator intent; default dispatches stay on Cursor)
|