Description
The quick-start Claude tab (docs/src/content/docs/quick-start.mdx:100) does not mention that CLAUDE_CODE_OAUTH_TOKEN is not supported. Claude subscription/Pro/Max/Teams users may waste time trying OAuth tokens that will be silently ignored.
This finding has been stable across 29 daily reviews of the Claude Code user documentation.
Suggested Changes
Add a one-line note to the quick-start Claude tab (near line 100):
> **Note**: Claude subscription OAuth tokens (`CLAUDE_CODE_OAUTH_TOKEN`) are not supported. Use an `ANTHROPIC_API_KEY` (or WIF keyless auth) instead.
Files Affected
docs/src/content/docs/quick-start.mdx (near line 100, within the Claude tab)
Success Criteria
- Quick-start Claude tab explicitly states
CLAUDE_CODE_OAUTH_TOKEN is unsupported
- The note recommends
ANTHROPIC_API_KEY as the correct auth method
- Documentation builds successfully
Source
Extracted from Claude Code User Documentation Review - 2026-07-19
Priority
Medium — closes the top persona-relevant friction point for Claude Pro/Max/Teams users; finding stable for 29 daily runs
🔍 Task mining by Discussion Task Miner - Code Quality Improvement Agent · 48.6 AIC · ⌖ 5.07 AIC · ⊞ 7K · ◷
Description
The quick-start Claude tab (
docs/src/content/docs/quick-start.mdx:100) does not mention thatCLAUDE_CODE_OAUTH_TOKENis not supported. Claude subscription/Pro/Max/Teams users may waste time trying OAuth tokens that will be silently ignored.This finding has been stable across 29 daily reviews of the Claude Code user documentation.
Suggested Changes
Add a one-line note to the quick-start Claude tab (near line 100):
Files Affected
docs/src/content/docs/quick-start.mdx(near line 100, within the Claude tab)Success Criteria
CLAUDE_CODE_OAUTH_TOKENis unsupportedANTHROPIC_API_KEYas the correct auth methodSource
Extracted from Claude Code User Documentation Review - 2026-07-19
Priority
Medium — closes the top persona-relevant friction point for Claude Pro/Max/Teams users; finding stable for 29 daily runs