From d1a7aa793b77cc13b432fdbac9e39c0935e83ffa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 13:28:34 +0000 Subject: [PATCH] docs(faq): update supported engine list to include Gemini and Crush The FAQ entry "I'm not using a supported AI Engine" listed only three engines (Copilot, Claude, Codex) but the current supported set is five: Copilot, Claude, Codex, Gemini, and Crush. The Gemini engine was previously added and the Crush engine replaced OpenCode in PR #26819 today. This line was not updated in either PR. The same file already uses the complete five-engine list at line 117. Co-Authored-By: Claude Sonnet 4.6 --- docs/src/content/docs/reference/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/reference/faq.md b/docs/src/content/docs/reference/faq.md index 1670ed3dcaf..6e9f341a10c 100644 --- a/docs/src/content/docs/reference/faq.md +++ b/docs/src/content/docs/reference/faq.md @@ -331,7 +331,7 @@ Use `ubuntu-latest` (the default) or another Linux-based runner instead. For tas ### I'm not using a supported AI Engine (coding agent). What should I do? -If you want to use a coding agent that isn't currently supported (Copilot, Claude, or Codex), you can contribute support to the [gh-aw repository](https://github.com/github/gh-aw), or open an issue describing your use case. See [AI Engines](/gh-aw/reference/engines/). +If you want to use a coding agent that isn't currently supported (Copilot, Claude, Codex, Gemini, or Crush), you can contribute support to the [gh-aw repository](https://github.com/github/gh-aw), or open an issue describing your use case. See [AI Engines](/gh-aw/reference/engines/). ### Can I test workflows without affecting my repository?