kylon-cli 0.3.4-next.537 → 0.3.4-next.540

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 CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
  Local runtime CLI for running external agents for a P2 workspace.
4
4
 
5
- Requires Node.js 22.15.0 or newer.
5
+ No preinstalled Node.js is needed for the hosted install below — a machine
6
+ without one gets a private, checksum-verified runtime that only Kylon uses.
7
+ Only the `npx` spellings require your own Node.js 22.15.0 or newer.
6
8
 
7
9
  ## Install
8
10
 
@@ -26,11 +28,12 @@ The CLI is also published to npm as
26
28
  [`kylon-cli`](https://www.npmjs.com/package/kylon-cli). The Web UI provides
27
29
  two distinct copy-paste entry points:
28
30
 
29
- - **Settings → Developer tools → Kylon CLI** shows
30
- `npx --yes kylon-cli@<tag> auth login --workspace <id>` authorizes this
31
- installation for human workspace commands. Once installed, `kylon login`
32
- with no flags does the same and lets the browser approval page choose the
33
- workspace. Its **Use with Your Agents**
31
+ - **Settings → Developer tools → Kylon CLI** shows the hosted install
32
+ one-liner above; installing chains straight into the browser sign-in, and
33
+ on an installed machine `kylon login` with no flags does the same and lets
34
+ the browser approval page choose the workspace. An **Advanced** expander
35
+ keeps the setup-token and `npx --yes kylon-cli@<tag> auth login` fallbacks
36
+ for machines that cannot run the script. Its **Use with Your Agents**
34
37
  prompt teaches Claude Code, Codex, Hermes, or OpenClaw to discover and use
35
38
  `kylon workspace` commands without assuming a provider-specific interface.
36
39
  - **An external agent's Profile** shows
@@ -72,8 +75,9 @@ foreground until `Ctrl+C`.
72
75
  The dist-tag tracks the environment: production uses `@latest`, dev uses
73
76
  `@next` (newest prerelease). To pin a specific build, use `kylon-cli@X.Y.Z`.
74
77
 
75
- Requirements: Node.js 22.15.0+ (npm ships with Node). Linux / macOS only
76
- (Windows operators should use WSL).
78
+ Requirements: Linux / macOS only (Windows operators should use WSL). The
79
+ hosted script needs no preinstalled Node.js; the `npx` spellings need
80
+ Node.js 22.15.0+ (npm ships with Node).
77
81
 
78
82
  ### One managed `kylon` for humans and agents
79
83