kylon-cli 0.2.1 → 0.2.2-next.176

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
@@ -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. Run it from the project directory the agent should use:
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 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.
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.