From b0661ed4a732e2b7a283d8af85af86ca98299ae8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 9 May 2026 17:54:11 +0000 Subject: [PATCH 1/2] Initial plan From c3aef3b4ac93cb17ddc1ab8fa503a0fdf3ddc323 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 9 May 2026 18:07:28 +0000 Subject: [PATCH 2/2] fix(workflow): prevent in-agent pip fallback in copilot pr nlp analysis Agent-Logs-Url: https://github.com/github/gh-aw/sessions/228e9bc7-b8dd-42fc-92a5-e9a1655805ad Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com> --- .github/workflows/copilot-pr-nlp-analysis.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/copilot-pr-nlp-analysis.md b/.github/workflows/copilot-pr-nlp-analysis.md index 37d7c599ade..78854044cdc 100644 --- a/.github/workflows/copilot-pr-nlp-analysis.md +++ b/.github/workflows/copilot-pr-nlp-analysis.md @@ -92,6 +92,7 @@ Generate a daily NLP-based analysis report of Copilot-created PRs merged within - Python analysis dependencies are already installed by pre-agent workflow steps. - **Do NOT run any `pip install` commands in agent turns.** +- If an import unexpectedly fails, report the missing package in the output and continue with reduced analysis instead of installing dependencies in agent turns. - Run Python scripts with `/tmp/gh-aw/venv/bin/python3` to use the preinstalled environment. ## Task Overview