From 9c3615086c1d97d0e6d8fdd960b9b9067a7c960d Mon Sep 17 00:00:00 2001 From: Codex Date: Fri, 10 Jul 2026 13:26:16 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=81=A2=E5=A4=8D=20trans=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=BC=A0=E8=BE=93=E5=91=BD=E4=BB=A4=E6=B8=B2=E6=9F=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 补回 ssh-runtime 对 shellArgv 的显式导入,修复远端文件下载校验时报未定义变量。 Co-Authored-By: Claude Opus 4.7 --- scripts/src/ssh-runtime.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/src/ssh-runtime.ts b/scripts/src/ssh-runtime.ts index c4b364fa..c8805824 100644 --- a/scripts/src/ssh-runtime.ts +++ b/scripts/src/ssh-runtime.ts @@ -30,6 +30,7 @@ import { parseSshInvocation, powerShellSingleQuote, safeProviderId, + shellArgv, shellQuote, sshRoutePayloadCwd, sshRouteSeparatorCompatibilityHint,