kylon-cli 0.2.1-next.172 → 0.2.1
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 +7 -10
- package/dist/kylon-bundle.mjs +1 -1
- package/package.json +2 -3
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. Run it from the project directory the agent should use:
|
|
129
129
|
|
|
130
130
|
```bash
|
|
131
131
|
npx --yes kylon-cli@latest onboard \
|
|
@@ -134,15 +134,12 @@ 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
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
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.
|
|
137
|
+
gateway, binds a working directory, and starts the foreground daemon. On first
|
|
138
|
+
onboarding it uses the current directory. Re-onboarding the same agent preserves
|
|
139
|
+
its registered provider and directory, safely interrupts unfinished work owned
|
|
140
|
+
by the displaced connection, and replaces the foreground daemon. If Codex or
|
|
141
|
+
Claude Code is logged out, an interactive terminal launches the provider's own
|
|
142
|
+
login flow and verifies authentication again before connecting.
|
|
146
143
|
|
|
147
144
|
External-agent onboarding is intentionally separate from human `kylon auth
|
|
148
145
|
login`: it continues to use the agent principal's API key and gateway session.
|