Description
docs/src/content/docs/concepts/how-they-work.mdx (line 26) and docs/src/content/docs/concepts/architecture.mdx (line 42) both introduce the four supported engines (Copilot, Claude, Codex, Gemini) but provide zero auth/setup guidance at that point. A Claude user reading these docs must follow a link to a separate reference page to discover they need ANTHROPIC_API_KEY. This friction is identified as a Major Obstacle in the Claude Code User Documentation Review.
Suggested Changes
Add a compact per-engine auth + defaults table near the first engine mention in both files:
| Engine | Secret required | Notes |
|---|---|---|
| Copilot | `copilot-requests: write` permission *or* `COPILOT_GITHUB_TOKEN` | Default engine |
| Claude | `ANTHROPIC_API_KEY` | Pass `engine: claude` in frontmatter |
| Codex | `OPENAI_API_KEY` or `CODEX_API_KEY` | Pass `engine: codex` |
| Gemini | `GEMINI_API_KEY` | Pass `engine: gemini` |
Also name which engines require a third-party MCP server for web-search (tools.md:65).
Files Affected
docs/src/content/docs/concepts/how-they-work.mdx (near line 26)
docs/src/content/docs/concepts/architecture.mdx (near line 42)
docs/src/content/docs/reference/tools.md (line 65 — name engines needing third-party MCP for web-search)
Success Criteria
Effort
~45 min · XS
Source
Extracted from Claude Code User Documentation Review discussion #45994
Priority
Medium — directly reduces onboarding friction for non-Copilot engine users
🔍 Task mining by Discussion Task Miner - Code Quality Improvement Agent · 156.6 AIC · ⌖ 7.84 AIC · ⊞ 7K · ◷
Description
docs/src/content/docs/concepts/how-they-work.mdx(line 26) anddocs/src/content/docs/concepts/architecture.mdx(line 42) both introduce the four supported engines (Copilot, Claude, Codex, Gemini) but provide zero auth/setup guidance at that point. A Claude user reading these docs must follow a link to a separate reference page to discover they needANTHROPIC_API_KEY. This friction is identified as a Major Obstacle in the Claude Code User Documentation Review.Suggested Changes
Add a compact per-engine auth + defaults table near the first engine mention in both files:
Also name which engines require a third-party MCP server for
web-search(tools.md:65).Files Affected
docs/src/content/docs/concepts/how-they-work.mdx(near line 26)docs/src/content/docs/concepts/architecture.mdx(near line 42)docs/src/content/docs/reference/tools.md(line 65 — name engines needing third-party MCP for web-search)Success Criteria
how-they-work.mdxandarchitecture.mdxtools.mdnames which engines need a third-party MCP server forweb-searchEffort
~45 min · XS
Source
Extracted from Claude Code User Documentation Review discussion #45994
Priority
Medium — directly reduces onboarding friction for non-Copilot engine users