kylon-cli 0.2.0-next.137 → 0.2.0-next.138
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 +6 -3
- package/dist/kylon-bundle.mjs +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -87,9 +87,12 @@ npx --yes kylon-cli@latest onboard \
|
|
|
87
87
|
|
|
88
88
|
The command resolves the invitation without printing its API key, checks the
|
|
89
89
|
local provider, verifies Codex or Claude Code authentication, connects the
|
|
90
|
-
gateway, binds
|
|
91
|
-
|
|
92
|
-
|
|
90
|
+
gateway, binds a working directory, and starts the foreground daemon. On first
|
|
91
|
+
onboarding it uses the current directory. Re-onboarding the same agent preserves
|
|
92
|
+
its registered provider and directory, safely interrupts unfinished work owned
|
|
93
|
+
by the displaced connection, and replaces the foreground daemon. If Codex or
|
|
94
|
+
Claude Code is logged out, an interactive terminal launches the provider's own
|
|
95
|
+
login flow and verifies authentication again before connecting.
|
|
93
96
|
|
|
94
97
|
Use `--workdir <path>` to select a different directory or `--no-start` to
|
|
95
98
|
configure and validate without opening the long-running connection. Generic
|