Context
Created from the Claude Code User Documentation Review in discussion #31206.
Objective
Add inline authentication setup instructions for non-Copilot engines (Claude, Codex, Gemini) in Quick Start Step 3, alongside the existing COPILOT_GITHUB_TOKEN block.
Current State
docs/src/content/docs/setup/quick-start.mdx Step 3 only shows an inline [!NOTE] block for COPILOT_GITHUB_TOKEN setup. Users who choose Claude, Codex, or Gemini via add-wizard must click out to reference/auth.mdx with no inline guidance.
Approach
- Open
docs/src/content/docs/setup/quick-start.mdx around lines 67-79
- Replace the single Copilot
[!NOTE] block with a tabbed or expandable section covering all engines:
- Copilot:
COPILOT_GITHUB_TOKEN PAT creation (keep existing content)
- Claude: link to
(console.anthropic.com/redacted), show gh aw secrets set ANTHROPIC_API_KEY`
- Codex: link to OpenAI API keys page, show
gh aw secrets set OPENAI_API_KEY
- Gemini: link to Google AI Studio, show
gh aw secrets set GEMINI_API_KEY
- Add a one-line engines callout near the top of the page: "Engines supported: Copilot, Claude, Codex, Gemini"
Files to Modify
docs/src/content/docs/setup/quick-start.mdx
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
Add inline authentication setup instructions for non-Copilot engines (Claude, Codex, Gemini) in Quick Start Step 3, alongside the existing
COPILOT_GITHUB_TOKENblock.Current State
docs/src/content/docs/setup/quick-start.mdxStep 3 only shows an inline[!NOTE]block forCOPILOT_GITHUB_TOKENsetup. Users who choose Claude, Codex, or Gemini viaadd-wizardmust click out toreference/auth.mdxwith no inline guidance.Approach
docs/src/content/docs/setup/quick-start.mdxaround lines 67-79[!NOTE]block with a tabbed or expandable section covering all engines:COPILOT_GITHUB_TOKENPAT creation (keep existing content)(console.anthropic.com/redacted), showgh aw secrets set ANTHROPIC_API_KEY`gh aw secrets set OPENAI_API_KEYgh aw secrets set GEMINI_API_KEYFiles to Modify
docs/src/content/docs/setup/quick-start.mdxAcceptance Criteria
ANTHROPIC_API_KEYsetup inlinegh aw secrets set (KEY_NAME)command