From d7affcc60cdee9a2ba9bbe261048036de537cd98 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 28 Apr 2026 13:54:49 +0000 Subject: [PATCH 1/2] Initial plan From 35ea561b4ba35d6dc60b27a16cc3cb26d81ddc32 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 28 Apr 2026 14:10:25 +0000 Subject: [PATCH 2/2] Fix test_shim_integration failure: add remoteUser root to scenario Agent-Logs-Url: https://github.com/microsoft/codespace-features/sessions/fc6e6398-586a-4d35-8219-9814ac41659a Co-authored-by: markphip <933108+markphip@users.noreply.github.com> --- test/artifacts-helper/scenarios.json | 1 + 1 file changed, 1 insertion(+) diff --git a/test/artifacts-helper/scenarios.json b/test/artifacts-helper/scenarios.json index 854d32b..4025a9c 100644 --- a/test/artifacts-helper/scenarios.json +++ b/test/artifacts-helper/scenarios.json @@ -51,6 +51,7 @@ }, "test_shim_integration": { "image": "mcr.microsoft.com/devcontainers/base:ubuntu", + "remoteUser": "root", "features": { "artifacts-helper": { "dotnetAlias": true,