-
cli-v1.2.3: fail open on proxy spawn errors, on the bin-v1.1.2 runtime
发布于
2026-08-20 11:11:29 +00:00 - a spawn 'error' arrives asynchronously, so the caller's try/catch never saw it
and a wrong-arch or non-executable proxy binary killed the CLI before the
agent launched; it now degrades to no-proxy - readStdin rejects on a TTY instead of hanging forever with no pipe
- pins the bin-v1.1.2 runtime
下载附件
- a spawn 'error' arrives asynchronously, so the caller's try/catch never saw it