mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-20 18:00:23 +00:00
Fixes #2823: npm installs kilocode to /usr/local/bin when running as root on GCP, but the E2E binary verify step didn't include /usr/local/bin in PATH, causing false "binary not found" failures. The .spawnrc PATH (generated by generateEnvConfig) already includes /usr/local/bin, but verify_kilocode used a hardcoded PATH that omitted it. This aligns kilocode and codex verify checks with openclaw and junie which already include /usr/local/bin. Also fixes the same latent issue in verify_codex. Agent: code-health Co-authored-by: B <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| aws | ||
| cli | ||
| digitalocean | ||
| docker | ||
| e2e | ||
| gcp | ||
| hetzner | ||
| local | ||
| shared | ||
| sprite | ||
| test | ||