kylon-cli 0.4.0-next.724 → 0.4.0-next.726

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
@@ -165,6 +165,24 @@ refuses when this installation already holds a connection — run
165
165
  for five workspaces on the same server. (The one-connection rule is interim;
166
166
  multi-workspace binding is a planned change.)
167
167
 
168
+ If another onboarding is incomplete, an interactive `kylon onboard` (including
169
+ `curl … | sh -s -- onboard`) offers two choices. Use the arrow keys and Enter:
170
+
171
+ - **Resume existing onboarding** (selected by default): stop the verified previous
172
+ onboarding process if it is still running, reopen its browser confirmation,
173
+ and finish the same setup in this terminal.
174
+ - **Overwrite onboarding**: stop the previous run and cancel its pending browser
175
+ request before creating a fresh proposal. Any workspace already created is
176
+ kept, and its CLI credential is saved before replacing the recovery record.
177
+ Overwrite does not delete a workspace or disconnect an already bound agent.
178
+
179
+ A browser approval already building a workspace cannot be cancelled mid-build;
180
+ its recovery state is kept and the terminal explains how to retry. On an older
181
+ API without terminal cancellation, Resume remains available and Overwrite keeps
182
+ the recovery record. Non-interactive reruns resume a saved request when no other
183
+ process owns it; they never silently choose Overwrite. A live owner needs an
184
+ interactive rerun (or the explicit `--discard-pending` flag).
185
+
168
186
  If the run is interrupted after the browser has confirmed (a dropped connection,
169
187
  a provider update that failed, a closed terminal), the workspace exists but the
170
188
  agent is not yet bound. Run `kylon onboard` again: it finds the resume record it
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.4.0-next.724",
3
- "fingerprint": "83850cf308190c26f3078a831d3fd80c05bf3c1ff7732fa6c6ed8562eba220ea",
4
- "source_commit": "34bbb7bafacf32959be545df0da25f6d8efbe474"
2
+ "version": "0.4.0-next.726",
3
+ "fingerprint": "45e3aa39ee0f807cf57245e1231137702332da73e00d58034de173ce97d47965",
4
+ "source_commit": "7aa15133bec4f8a0e10aab47f0c3f08c835ce85d"
5
5
  }