spawn/packages/cli/src
A 95d4ca93bb
refactor: Remove dead code and stale references (#1950)
Remove the `runWithRetry` function exported from 4 cloud modules (aws, hetzner, gcp, digitalocean)
that were defined but never called anywhere in the codebase. Only `fly.ts` uses its own
`runWithRetry` internally, so that definition is preserved.

Also bump CLI version to 0.10.22 per version policy.

Co-authored-by: spawn-qa-bot <qa@openrouter.ai>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-26 08:36:08 -05:00
..
__tests__ test: Remove 5 duplicate and theatrical test files (#1943) 2026-02-26 00:54:15 -08:00
aws refactor: Remove dead code and stale references (#1950) 2026-02-26 08:36:08 -05:00
daytona fix: add missing timeout to Daytona runServer/runServerCapture (#1945) 2026-02-26 05:51:41 -05:00
digitalocean refactor: Remove dead code and stale references (#1950) 2026-02-26 08:36:08 -05:00
fly fix: replace non-null assertions with proper null guards in fly.ts and oauth.ts (#1946) 2026-02-26 05:49:48 -05:00
gcp refactor: Remove dead code and stale references (#1950) 2026-02-26 08:36:08 -05:00
hetzner refactor: Remove dead code and stale references (#1950) 2026-02-26 08:36:08 -05:00
local fix: eliminate keystroke loss during interactive agent sessions (#1939) 2026-02-26 00:08:38 -05:00
shared fix: replace non-null assertions with proper null guards in fly.ts and oauth.ts (#1946) 2026-02-26 05:49:48 -05:00
sprite fix: eliminate keystroke loss during interactive agent sessions (#1939) 2026-02-26 00:08:38 -05:00
commands.ts fix: use spawnSync for script execution to eliminate fd 0 competition (#1942) 2026-02-26 02:50:59 -05:00
flags.ts feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
guidance-data.ts feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
history.ts feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
index.ts feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
manifest.ts test: fix inline source copies — import real isValidManifest instead of stale replica (#1900) 2026-02-24 22:04:03 -08:00
picker.ts fix: replace @clack/prompts multiselect with /dev/tty picker for SSH keys (#1907) 2026-02-24 23:54:54 -08:00
security.ts feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
unicode-detect.ts feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
update-check.ts style: enforce separated type imports via biome (#1870) 2026-02-24 00:16:03 -08:00