docs: clarify Claude quick-start auth + initialization path#39638
Closed
Copilot wants to merge 4 commits into
Closed
docs: clarify Claude quick-start auth + initialization path#39638Copilot wants to merge 4 commits into
Copilot wants to merge 4 commits into
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix Quick Start docs to support CLAUDE_CODE_OAUTH_TOKEN information
docs: clarify Claude quick-start auth + initialization path
Jun 16, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Quick Start documentation to make Claude-specific onboarding requirements explicit, especially around repository initialization and supported authentication methods.
Changes:
- Adds
gh aw init --engine claudeto the primary Quick Start command flow, with guidance on when to run vs skip it. - Clarifies that running
gh aw initwithout an engine produces Copilot-oriented initialization artifacts. - Adds an inline warning that
CLAUDE_CODE_OAUTH_TOKENis unsupported/ignored, and that Claude requiresANTHROPIC_API_KEY.
Show a summary per file
| File | Description |
|---|---|
| docs/src/content/docs/setup/quick-start.mdx | Clarifies Claude initialization and authentication caveats in the Quick Start path. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/1 changed files
- Comments generated: 1
| gh aw add-wizard githubnext/agentics/daily-repo-status | ||
| ``` | ||
|
|
||
| If the repository is already initialized, or if not using Claude, skip the `gh aw init --engine claude` command. By default, `gh aw init` creates Copilot-oriented artifacts unless `--engine claude` is provided. |
Contributor
|
@copilot please summarize any remaining blockers and confirm whether this PR is ready to merge.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Quick Start was Copilot-first and omitted two Claude-critical onboarding details:
CLAUDE_CODE_OAUTH_TOKENis unsupported, andgh aw initdefaults to Copilot-oriented artifacts unless an engine is specified. This update makes those constraints explicit in the primary setup path.Quick Start command flow (Claude path)
gh aw init --engine claudeto the setup commands.gh aw initproduces Copilot-oriented init artifacts.Claude auth caveat surfaced inline
ANTHROPIC_API_KEYnote, adds thatCLAUDE_CODE_OAUTH_TOKEN(Claude Max/Teams OAuth) is ignored and unsupported.ANTHROPIC_API_KEYinstead.