spawn/sh
Ahmed Abushagur 300b330106
fix: address 4 reliability issues across codebase (#2129)
* fix: address 4 reliability issues across codebase

1. sprite.ts: add --force to destroy command (stdin is "ignore" so
   interactive prompts would hang until 60s timeout)

2. verify.sh: replace /dev/tcp port checks with ss -tln primary
   (Debian/Ubuntu bash compiled without /dev/tcp support)

3. verify.sh: make _openclaw_restart_gateway a hard failure instead
   of log_warn (matching _openclaw_ensure_gateway behavior)

4. agent-setup.ts: add ss -tln port check + "already running" early
   exit + increase timeout from 120s to 300s (gateway takes ~3min
   to initialize on AWS medium instances)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: biome format - use consistent double quotes in portCheck

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: L <6723574+louisgv@users.noreply.github.com>
2026-03-03 03:18:44 -05:00
..
aws refactor: Remove stale shellcheck disable comment from aws/kilocode.sh (#2125) 2026-03-02 20:40:14 -05:00
cli fix: export PATH after bun install to fix current-shell availability (#1877) 2026-02-24 04:51:00 -05:00
daytona feat: add hermes agent to 4 clouds, bump install wait to 600s (#2084) 2026-03-01 19:31:50 -05:00
digitalocean refactor: convert hermes scripts to thin-wrapper pattern (#2094) 2026-03-01 20:27:59 -08:00
docker feat!: remove Fly.io cloud provider support (#1979) 2026-02-27 00:06:32 -05:00
e2e fix: address 4 reliability issues across codebase (#2129) 2026-03-03 03:18:44 -05:00
gcp feat: add hermes agent to 4 clouds, bump install wait to 600s (#2084) 2026-03-01 19:31:50 -05:00
hetzner fix(reliability): add curl download error handling to AWS and Hetzner shims (#2122) 2026-03-02 18:09:25 -05:00
local feat: add local/hermes to complete the 7x7 matrix (#2091) 2026-03-01 22:04:38 -05:00
shared fix(security): remove space from token validation charset in key-request.sh (#2074) 2026-03-01 17:10:22 -05:00
sprite feat(agent): add Hermes Agent (Nous Research) (#2023) 2026-02-28 06:53:13 -08:00
test refactor: Remove dead code and stale references (#2062) 2026-03-01 11:45:24 -05:00