From 1936c899490c6b3258ca00d5e4a5da1c216f5acb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 14 Apr 2026 03:45:22 +0000 Subject: [PATCH 1/2] Initial plan From 8087ea522ab4c7c367bbe473ceddd1784c03961a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 14 Apr 2026 03:49:31 +0000 Subject: [PATCH 2/2] docs: mention Gemini engine in how-they-work introduction Agent-Logs-Url: https://github.com/github/gh-aw/sessions/7b0d176f-146f-4b8b-9b6f-479a2283abc6 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- docs/src/content/docs/introduction/how-they-work.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/introduction/how-they-work.mdx b/docs/src/content/docs/introduction/how-they-work.mdx index dd8baeb6365..4fc9aeea2b6 100644 --- a/docs/src/content/docs/introduction/how-they-work.mdx +++ b/docs/src/content/docs/introduction/how-they-work.mdx @@ -23,7 +23,7 @@ Analyze this issue and provide helpful triage comments... ## AI Engines -Workflows support **GitHub Copilot** (default), **Claude by Anthropic**, and **Codex**. Each [engine](/gh-aw/reference/engines/) (AI model/provider) interprets natural language instructions and executes them using configured tools and permissions. +Workflows support **GitHub Copilot** (default), **Claude by Anthropic**, **Codex**, and **Gemini by Google**. Each [engine](/gh-aw/reference/engines/) (AI model/provider) interprets natural language instructions and executes them using configured tools and permissions. ## Tools and Model Context Protocol (MCP)