From b66e0f53139078eaed0db7473aa71947aacff039 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 15 Apr 2026 12:19:18 +0000 Subject: [PATCH 1/2] Initial plan From abfddc3ff36a8fbb8ca29fcfdd6f6f1cfbbaaf7a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 15 Apr 2026 12:20:54 +0000 Subject: [PATCH 2/2] docs(references): add copilot toolset to tools-reference.md (Closes #9) Agent-Logs-Url: https://github.com/zircote/github-agentic-workflows/sessions/671e4b6d-2380-4b37-85f3-f4f5a07a2248 Co-authored-by: zircote <307960+zircote@users.noreply.github.com> --- skills/aw-author/references/tools-reference.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/skills/aw-author/references/tools-reference.md b/skills/aw-author/references/tools-reference.md index dc42b97..3af4806 100644 --- a/skills/aw-author/references/tools-reference.md +++ b/skills/aw-author/references/tools-reference.md @@ -127,11 +127,12 @@ tools: | `secret_protection` | Secret scanning | | `security_advisories` | Security advisory management | | `stargazers` | Star information | +| `copilot` | Copilot-specific tools (job status, issue assignment, PR creation) — default toolset | ### Default Toolsets -- **General:** `[context, repos, issues, pull_requests, users]` -- **GitHub Actions:** `[context, repos, issues, pull_requests]` (token limitations) +- **General:** `[context, repos, issues, pull_requests, users, copilot]` +- **GitHub Actions:** `[context, repos, issues, pull_requests, copilot]` (token limitations) ### Common Combinations