Context
Created from the Claude Code User Documentation Review in discussion #31206.
Objective
Fix several small but impactful places where Gemini (and sometimes other engines) are omitted from engine lists, giving a false impression of what gh-aw supports.
Current State
docs/src/content/docs/introduction/overview.mdx line ~13: Lists "Copilot CLI, Claude by Anthropic, or Codex" — Gemini is omitted
README.md at-a-glance section: Never mentions which engines are supported
docs/src/content/docs/reference/engines.md line ~280: MCP sandboxing diagram engine list is (Copilot, Claude, Codex) — Gemini missing
Approach
docs/src/content/docs/introduction/overview.mdx line ~13: Add Gemini to the engine list: "Copilot, Claude, Codex, or Gemini"
README.md: Add a one-line "Supported engines: Copilot, Claude, Codex, Gemini" in the features/at-a-glance section near the top
docs/src/content/docs/reference/engines.md line ~280: Add Gemini to the engine list in the MCP sandboxing diagram text/caption
Files to Modify
docs/src/content/docs/introduction/overview.mdx
README.md
docs/src/content/docs/reference/engines.md (line ~280 only — not the feature comparison table)
Acceptance Criteria
Generated by Plan Command for issue #discussion #31206 · ● 4.4M · ◷
Context
Created from the Claude Code User Documentation Review in discussion #31206.
Objective
Fix several small but impactful places where Gemini (and sometimes other engines) are omitted from engine lists, giving a false impression of what gh-aw supports.
Current State
docs/src/content/docs/introduction/overview.mdxline ~13: Lists "Copilot CLI, Claude by Anthropic, or Codex" — Gemini is omittedREADME.mdat-a-glance section: Never mentions which engines are supporteddocs/src/content/docs/reference/engines.mdline ~280: MCP sandboxing diagram engine list is(Copilot, Claude, Codex)— Gemini missingApproach
docs/src/content/docs/introduction/overview.mdxline ~13: Add Gemini to the engine list: "Copilot, Claude, Codex, or Gemini"README.md: Add a one-line "Supported engines: Copilot, Claude, Codex, Gemini" in the features/at-a-glance section near the topdocs/src/content/docs/reference/engines.mdline ~280: Add Gemini to the engine list in the MCP sandboxing diagram text/captionFiles to Modify
docs/src/content/docs/introduction/overview.mdxREADME.mddocs/src/content/docs/reference/engines.md(line ~280 only — not the feature comparison table)Acceptance Criteria