From 3ed711d0cc6c899dacfb1d041514962f2fb4db37 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 20 Aug 2026 19:51:33 +0000 Subject: [PATCH 1/2] Initial plan From 7f98655a36a91a18088d3e0a7f653b27e09b9310 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 20 Aug 2026 19:59:31 +0000 Subject: [PATCH 2/2] Split Copilot auth docs into list Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- docs/src/content/docs/engines/copilot.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/src/content/docs/engines/copilot.md b/docs/src/content/docs/engines/copilot.md index 0e24f0665e1..f4168e2535f 100644 --- a/docs/src/content/docs/engines/copilot.md +++ b/docs/src/content/docs/engines/copilot.md @@ -7,7 +7,10 @@ GitHub Agentic Workflows (`gh-aw`) uses GitHub Copilot as its default AI engine. ## Selection and authentication -Set `engine: copilot` or omit `engine:` because Copilot is the default. For organization-billed usage, grant [`copilot-requests: write`](/gh-aw/reference/auth/#copilot-requests-write-permission); otherwise provide a [`COPILOT_GITHUB_TOKEN`](/gh-aw/reference/auth/#copilot_github_token) secret containing a fine-grained PAT with Copilot Requests access. +Set `engine: copilot` or omit `engine:` because Copilot is the default. Authenticate Copilot in one of these ways: + +- For organization-billed usage, grant [`copilot-requests: write`](/gh-aw/reference/auth/#copilot-requests-write-permission). +- Otherwise, provide a [`COPILOT_GITHUB_TOKEN`](/gh-aw/reference/auth/#copilot_github_token) secret containing a fine-grained PAT with Copilot Requests access. ### Initialize the repository