spawn/packages/cli/src
A 1ad385117e
test: consolidate redundant platform tests in shell.test.ts (#2767)
macOS and Linux return identical results for getLocalShell, getWhichCommand,
getInstallScriptUrl, and getInstallCmd. Collapsed the duplicate per-platform
tests into a data-driven loop over ["darwin", "linux"], reducing repetition
while preserving the same coverage. Also added the missing Linux case for
getInstallCmd (was only tested for Windows and macOS).

Co-authored-by: spawn-qa-bot <qa@openrouter.ai>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-18 10:28:09 -07:00
..
__tests__ test: consolidate redundant platform tests in shell.test.ts (#2767) 2026-03-18 10:28:09 -07:00
aws fix(windows): use dirname() instead of unix-only regex for config paths (#2738) 2026-03-17 22:22:30 -07:00
commands fix(windows): download JS bundle instead of bash wrapper on Windows (#2730) 2026-03-17 19:09:44 -07:00
digitalocean fix(digitalocean): paginate SSH keys/droplets and harden key registration check (#2758) 2026-03-18 01:18:06 -07:00
gcp fix(e2e): double GCP cloud-init wait timeout to 10 minutes for Node install (#2713) 2026-03-17 11:51:41 -07:00
hetzner fix(hetzner): ensure cloud-init marker is always written despite early exit (#2747) 2026-03-17 23:02:16 -07:00
local feat: add Windows PowerShell support — remove bash dependency for local execution (#2727) 2026-03-17 16:35:23 -07:00
shared fix(ui): propagate Ctrl+C/Esc cancellation instead of returning empty string (#2757) 2026-03-17 23:54:32 -07:00
sprite fix(sprite): append to ~/.bash_profile and gate exec zsh on interactive shells (#2756) 2026-03-17 23:55:33 -07:00
flags.ts feat(cli): add spawn link command to reconnect existing deployments (#2675) 2026-03-15 23:11:13 -07:00
guidance-data.ts refactor: remove dead exports only used within their own files (#2431) 2026-03-10 08:51:15 -04:00
history.ts fix(e2e): prevent concurrent history write race and fix GCP HOME env (#2678) 2026-03-15 23:06:23 -07:00
index.ts fix(cli): handle --help and --version flags after positional args (#2750) 2026-03-17 22:29:48 -07:00
manifest.ts feat: rank agents by GitHub stars + add update-stars.sh (#2635) 2026-03-14 15:49:41 -07:00
picker.ts refactor: remove dead exported types from picker.ts and spawn-config.ts (#2553) 2026-03-12 21:43:05 -04:00
security.ts fix(security): resolve symlinks in prompt file validation to prevent bypass (#2744) 2026-03-17 22:21:11 -07: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(update): cache successful update checks for 1 hour (#2755) 2026-03-17 23:08:05 -07:00