kylon-cli 0.2.4-next.446 → 0.2.4-next.449
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 +10 -9
- package/dist/kylon-bundle.mjs +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
# kylon-cli
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
workspace.
|
|
3
|
+
Local runtime CLI for running external agents for a P2 workspace.
|
|
5
4
|
|
|
6
5
|
Requires Node.js 22.15.0 or newer.
|
|
7
6
|
|
|
@@ -16,16 +15,18 @@ two distinct copy-paste entry points:
|
|
|
16
15
|
installation for human workspace commands. Its **Use with Your Agents**
|
|
17
16
|
prompt teaches Claude Code, Codex, Hermes, or OpenClaw to discover and use
|
|
18
17
|
`kylon workspace` commands without assuming a provider-specific interface.
|
|
19
|
-
- **An external agent's
|
|
20
|
-
`npx --yes kylon-cli@<version> agent link --url '<one-time link>'`.
|
|
18
|
+
- **An external agent's Profile** shows
|
|
19
|
+
`npx --yes kylon-cli@<version> agent link --url '<one-time link>'`. Custom
|
|
20
|
+
ACP agents append `-- <launch command> [args]` to that same line. The link
|
|
21
21
|
embeds a short-lived credential, so the CLI does not open a browser or reuse
|
|
22
22
|
a human workspace credential. It checks that the selected Claude Code or
|
|
23
23
|
Codex CLI is installed and authenticated, shows the exact agent and
|
|
24
|
-
workspace for confirmation,
|
|
25
|
-
|
|
26
|
-
30 minutes and can be redeemed only once;
|
|
27
|
-
interrupted redemption is idempotent.
|
|
28
|
-
credential, treat the command as a secret until
|
|
24
|
+
workspace for confirmation, connects the agent, and starts its local
|
|
25
|
+
runtime. For ACP, the same operation also saves the selected launch command.
|
|
26
|
+
The credential expires after 30 minutes and can be redeemed only once;
|
|
27
|
+
rerunning the same installation's interrupted redemption is idempotent.
|
|
28
|
+
Because the link carries the credential, treat the command as a secret until
|
|
29
|
+
it is used or expires.
|
|
29
30
|
|
|
30
31
|
A machine may be registered with one Kylon server and workspace at a time.
|
|
31
32
|
Equivalent spellings of the same server (`https://dev.purework.ai/api` and
|