fix: expose apply-patch timing summary

This commit is contained in:
Codex
2026-06-06 18:12:58 +00:00
parent 3f26f4f359
commit 27acd2a98f
6 changed files with 234 additions and 5 deletions
+5
View File
@@ -2655,6 +2655,11 @@ export async function runSsh(config: UniDeskConfig, providerId: string, args: st
stdout: process.stdout,
stderr: process.stderr,
argv: normalizedArgs.slice(1),
timing: {
providerId: invocation.providerId,
route: invocation.route.raw,
transport: "backend-core-broker",
},
});
}
const startedAtMs = Date.now();