From c10eeea0515df4177b087706c712124af802f52f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 29 Dec 2025 05:57:11 +0000 Subject: [PATCH 1/2] Initial plan From bc7c5215ffc1d2b8d22149ce5590ec0ccaa0ddbe Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 29 Dec 2025 06:04:52 +0000 Subject: [PATCH 2/2] Add explicit repos toolset to Agent Performance Analyzer The repos toolset is already included via the 'default' keyword, but adding it explicitly makes the configuration clearer and matches the expected workflow capabilities for repository metadata access. Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com> --- .github/workflows/agent-performance-analyzer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/agent-performance-analyzer.md b/.github/workflows/agent-performance-analyzer.md index 14bcec30fcd..bc98be0502c 100644 --- a/.github/workflows/agent-performance-analyzer.md +++ b/.github/workflows/agent-performance-analyzer.md @@ -11,7 +11,7 @@ engine: copilot tools: agentic-workflows: github: - toolsets: [default, actions] + toolsets: [default, actions, repos] repo-memory: branch-name: memory/meta-orchestrators file-glob: "**/*"