From e720969a94c5a822a13b3bb7c5e5996f4ad87b43 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Feb 2026 12:29:36 +0000 Subject: [PATCH 1/2] Initial plan From fba40ec2ac37ec9cd3fdd6fcebad8bdcb9519996 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Feb 2026 12:33:21 +0000 Subject: [PATCH 2/2] Remove non-existent copilot-client.js copying code from setup.sh Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- actions/setup/setup.sh | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/actions/setup/setup.sh b/actions/setup/setup.sh index 162ff11cc2c..b5fe1a4920e 100755 --- a/actions/setup/setup.sh +++ b/actions/setup/setup.sh @@ -274,20 +274,6 @@ fi echo "Successfully copied ${SAFE_OUTPUTS_COUNT} safe-outputs files to ${SAFE_OUTPUTS_DEST}" -# Copy copilot-client.js to /opt/gh-aw/copilot/ directory -COPILOT_DEST="/opt/gh-aw/copilot" -echo "Copying copilot-client.js to ${COPILOT_DEST}" -mkdir -p "${COPILOT_DEST}" - -if [ -f "${JS_SOURCE_DIR}/copilot-client.js" ]; then - cp "${JS_SOURCE_DIR}/copilot-client.js" "${COPILOT_DEST}/copilot-client.js" - echo "✓ Successfully copied copilot-client.js to ${COPILOT_DEST}" -else - echo "::error::copilot-client.js not found in ${JS_SOURCE_DIR}" - echo "::error::This file is required for copilot-client functionality" - exit 1 -fi - # Install @actions/github package ONLY if safe-output-projects flag is enabled # This package is needed by the unified handler manager to create separate Octokit clients # for project operations that require GH_AW_PROJECT_GITHUB_TOKEN