spawn/packages/cli/src
A bfef29a1b3
fix: resolve undefined variable refs in billing retry paths (#2335)
Five undefined variable references across three cloud modules caused
billing retry paths to silently fail:

- digitalocean: doToken, doDropletId, doServerIp → _state.token/dropletId/serverIp
- gcp: gcpProject → _state.project
- aws: instanceName → _state.instanceName

These caused checkAccountStatus() and checkBillingEnabled() to always
return early, and billing retry saves to use wrong/undefined values.

Agent: code-health

Co-authored-by: B <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-03-08 08:56:21 -04:00
..
__tests__ fix: isolate cmd-interactive tests from host spawn history (#2337) 2026-03-08 08:50:46 -04:00
aws fix: resolve undefined variable refs in billing retry paths (#2335) 2026-03-08 08:56:21 -04:00
commands refactor: remove unnecessary exports and fix stale comment (#2338) 2026-03-08 08:51:25 -04:00
digitalocean fix: resolve undefined variable refs in billing retry paths (#2335) 2026-03-08 08:56:21 -04:00
gcp fix: resolve undefined variable refs in billing retry paths (#2335) 2026-03-08 08:56:21 -04:00
hetzner refactor: remove dead runServerCapture from all cloud modules (#2325) 2026-03-08 01:47:33 -08:00
local fix: add unique spawn IDs to prevent history record corruption (#2235) 2026-03-05 23:27:03 -08:00
shared refactor: remove unnecessary exports and fix stale comment (#2338) 2026-03-08 08:51:25 -04:00
sprite refactor: remove unnecessary exports from cloud modules (#2288) 2026-03-07 11:44:55 -05:00
flags.ts fix: add --prune and --json to KNOWN_FLAGS for spawn status (#2263) 2026-03-06 19:31:07 -05:00
guidance-data.ts refactor: Remove dead code and stale references (#2104) 2026-03-02 08:32:02 -05:00
history.ts fix: validate v0 history entries against SpawnRecordSchema (#2279) 2026-03-07 03:47:11 -05:00
index.ts refactor: Remove dead code and stale references (#2278) 2026-03-07 03:56:13 -05:00
manifest.ts fix: add unique spawn IDs to prevent history record corruption (#2235) 2026-03-05 23:27:03 -08:00
picker.ts fix(cli): improve visual spacing in spawn list output (#2311) 2026-03-08 00:01:53 -05:00
security.ts Remove Daytona cloud provider from codebase (#2261) 2026-03-06 18:53:08 -05:00
unicode-detect.ts feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
update-check.ts fix: add unique spawn IDs to prevent history record corruption (#2235) 2026-03-05 23:27:03 -08:00