Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/content/docs/introduction/how-they-work.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Loading