From 817705d0e1374fc17ed3142f80e0493f52f4ef8b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 28 Jan 2026 01:19:17 +0000 Subject: [PATCH 1/2] Initial plan From 887f4faaf3e50c3114d671c8f0f47db808edb64c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 28 Jan 2026 01:25:40 +0000 Subject: [PATCH 2/2] docs: Remove experimental label from Claude/Codex engines Replace experimental warning with neutral multi-engine support note. Update Claude section to remove experimental designation. Fixes #12007 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- docs/src/content/docs/reference/engines.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/content/docs/reference/engines.md b/docs/src/content/docs/reference/engines.md index 315f756552..1788656164 100644 --- a/docs/src/content/docs/reference/engines.md +++ b/docs/src/content/docs/reference/engines.md @@ -8,8 +8,8 @@ sidebar: GitHub Agentic Workflows use AI [coding agents or engines](/gh-aw/reference/glossary/#engine) to interpret and execute natural language instructions. Each engine has unique capabilities and configuration options. > [!NOTE] -> Experimental Engines -> Claude and Codex engines are available but marked as experimental. They are not documented here but can still be used by setting `engine: claude` or `engine: codex` in your workflow frontmatter. For production workflows, we recommend using the GitHub Copilot CLI engine. +> Multiple AI Engines Supported +> GitHub Agentic Workflows supports multiple AI engines: GitHub Copilot CLI (default), Anthropic Claude, and OpenAI Codex. All engines support the same tools, triggers, and safe outputs. Choose the engine that best fits your needs and API access. ## GitHub Copilot CLI @@ -58,7 +58,7 @@ gh aw secrets set GH_AW_GITHUB_MCP_SERVER_TOKEN --value "" ## Anthropic Claude -[Anthropic Claude Code](https://www.anthropic.com/index/claude) is an experimental AI engine option. +[Anthropic Claude Code](https://www.anthropic.com/index/claude) is an AI engine option for GitHub Agentic Workflows. ### Claude Setup