docs: fix Claude auth prerequisite (#3350) and ag run flags (#3358)#3371
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
β Approved. Clean docs-only PR addressing two real pain points:
- #3350 β Claude auth prerequisite: Added auth status to prerequisites table, callout before Quick Start, and troubleshooting entry. Clear and actionable.
- #3358 β ag run flags: Added
--modeland--nameto flag table, plus honest note about--helplimitation pending CLI fix.
All 9 merge gates pass. CI green, no conflicts, targets develop. Merging.
#3350 β Session silently produces no output if Claude Code not authenticated: - Add 'Claude Code auth' row to prerequisites table - Add callout before Quick Start explaining claude login requirement - Add troubleshooting entry for unauthenticated Claude #3358 β ag run --help shows general help, run flags undiscoverable: - Add --model and --name to flag table in Quick Start - Add note that ag run --help shows general help (pending CLI fix)
a564046 to
c8d5364
Compare
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.
What
Fixes two doc-related bugs from the dogfooding session:
#3350 β No clear error when Claude Code is not authenticated
Users create sessions that silently produce no output because Claude isn't logged in.
Changes:
Claude Code auth | Logged in | claude auth statusto prerequisites tableclaude loginrequirement#3358 β ag run --help shows general help, flags undiscoverable
ag runhas --model and --name flags but they're not in --help or the docs flag table.Changes:
Tested
Read through the rendered getting-started.md β prerequisites, callouts, flag table, and troubleshooting entries all render correctly.