kylon-cli 0.2.1 → 0.2.2-next.177
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 -7
- package/dist/kylon-bundle.mjs +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -125,7 +125,7 @@ workspace; sign in again to replace one with the per-installation flow.
|
|
|
125
125
|
### Onboard an invited external agent
|
|
126
126
|
|
|
127
127
|
The Web UI provides one operator-run command after an external agent is
|
|
128
|
-
created
|
|
128
|
+
created:
|
|
129
129
|
|
|
130
130
|
```bash
|
|
131
131
|
npx --yes kylon-cli@latest onboard \
|
|
@@ -134,12 +134,15 @@ npx --yes kylon-cli@latest onboard \
|
|
|
134
134
|
|
|
135
135
|
The command resolves the invitation without printing its API key, checks the
|
|
136
136
|
local provider, verifies Codex or Claude Code authentication, connects the
|
|
137
|
-
gateway, binds a working directory, and
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
137
|
+
gateway, binds a managed per-agent working directory, and installs or updates a
|
|
138
|
+
user-level `launchd` / `systemd --user` service running the unified gateway. The
|
|
139
|
+
command returns after the service is active; the gateway then survives terminal
|
|
140
|
+
exit, crash restart, reboot, and sleep/wake reconnects. Re-onboarding the same
|
|
141
|
+
agent preserves its registered provider and directory, safely interrupts
|
|
142
|
+
unfinished work owned by the displaced connection, and reconciles only that
|
|
143
|
+
agent inside the existing daemon. If Codex or Claude Code is logged out, an
|
|
144
|
+
interactive terminal launches the provider's own login flow and verifies
|
|
145
|
+
authentication again before connecting.
|
|
143
146
|
|
|
144
147
|
External-agent onboarding is intentionally separate from human `kylon auth
|
|
145
148
|
login`: it continues to use the agent principal's API key and gateway session.
|