-
Notifications
You must be signed in to change notification settings - Fork 312
Closed
Labels
Description
Context
From discussion #21966 (Repository Quality Report: AI Engine Feature Parity).
Objective
The docs/src/content/docs/reference/engines.md page describes each engine but lacks a feature comparison table. Users cannot easily determine which capabilities (max-turns, max-continuations, plugins, web-search, web-fetch, tools allowlist) are available for each engine without reading engine-specific code.
Approach
- Open
docs/src/content/docs/reference/engines.md - Add a
## Engine Feature Supportsection after the "## Available Coding Agents" engine table - Include a feature comparison table based on the actual
Supports*()methods:
| Feature | Copilot | Claude | Codex | Gemini |
|---|---|---|---|---|
max-turns |
❌ | ✅ | ❌ | ❌ |
max-continuations |
✅ | ❌ | ❌ | ❌ |
plugins |
✅ | ❌ | ❌ | ❌ |
web-search (built-in) |
❌ | ✅ | ✅ | ❌ |
web-fetch (built-in) |
✅ | ✅ | ❌ | ❌ |
| Tools allowlist | ✅ | ✅ | ✅ | ✅ |
- Add brief notes below the table explaining features that require special configuration
- Follow the existing docs style (GitHub-flavored Markdown, Astro Starlight conventions)
- Do NOT change the page title or frontmatter
Files to Modify
docs/src/content/docs/reference/engines.md
Acceptance Criteria
- A feature comparison table is added showing all 4 engines × 6 capabilities
- Table values match the
Supports*()method return values in the engine constructors - Brief notes explain any feature that requires special config or has engine-specific limitations
- Docs style is consistent with existing content
Generated by Plan Command for issue #discussion #21966 · ◷
- expires on Mar 23, 2026, 3:32 PM UTC
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackNo fields configured for issues without a type.