docs: add configurable/third-party engine mentions to index page - #50488
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
pelikhan
left a comment
There was a problem hiding this comment.
Also mention pi and opencode
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Added Pi as a fifth built-in engine and OpenCode to the Configurable Engines section. Both are now listed in commit
Added Pi to the built-in engines grid and Copilot SDK to the Configurable Engines subsection. |
|
Great work on expanding the engine documentation! 🚀 This PR does a solid job of clarifying the distinction between the four built-in AI engines (Copilot, Claude, Codex, Gemini) and the configurable/third-party engines available through the open engine model. What looks good:
The documentation enhancement will help users discover the full range of engine options available to them. Once you're ready to move this out of draft, it should be ready for review! Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
To allow these domains, add them to the network:
allowed:
- defaults
- "patchdiff.githubusercontent.com"See Network Configuration for more information.
|
🏷️ PR Triage
RationaleSingle-file docs update to
|
There was a problem hiding this comment.
Pull request overview
Updates the documentation homepage to better represent built-in and configurable AI engines.
Changes:
- Adds Pi as the fifth built-in engine.
- Adds cards for configurable and third-party integrations.
- Links to engine importing and pinning guidance.
Show a summary per file
| File | Description |
|---|---|
docs/src/content/docs/index.mdx |
Expands the AI Engines overview and navigation. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Suppressed comments (1)
docs/src/content/docs/index.mdx:222
- The linked reference does not provide a publisher-maintained Aider definition. It lists
.github/workflows/shared/aider.mdas an unsupported sample and says an engine owner should publish a production integration, so this instruction currently sends readers looking for a definition that may not exist.
Open-source pair programming agent. Import the publisher-maintained definition.
- Files reviewed: 1/1 changed files
- Comments generated: 3
- Review effort level: Balanced
|
|
||
| ### Configurable Engines | ||
|
|
||
| gh-aw's open engine model lets you plug in any coding agent CLI by importing a Markdown engine definition file. The following agents are available as sample integrations — import the definition maintained by the agent's publisher to use them in your workflows. |
|
|
||
| <FeatureGrid columns={3}> | ||
| <FeatureCard title="Copilot SDK" href="/gh-aw/reference/engines/#copilot-sdk-support"> | ||
| Run Copilot in SDK mode for advanced multi-provider routing. Enable with copilot-sdk: true. |
| Cursor's AI coding agent, importable as a shared engine definition. | ||
| </FeatureCard> | ||
| <FeatureCard title="Kiro" href="/gh-aw/reference/engines/#shared-imported-engines"> | ||
| Amazon's Kiro agentic IDE, importable as a shared engine definition. |
|
🎉 This pull request is included in a new release. Release: |
The index page's AI Engines section only listed the four built-in engines (Copilot, Claude, Codex, Gemini), with no mention of the open engine model or the community/third-party agents already supported as sample integrations.
Changes