Skip to content

docs: replace deprecated happy --auth with auto-prompt#18

Open
chris-yyau wants to merge 1 commit intoslopus:mainfrom
chris-yyau:fix/update-auth-docs-113
Open

docs: replace deprecated happy --auth with auto-prompt#18
chris-yyau wants to merge 1 commit intoslopus:mainfrom
chris-yyau:fix/update-auth-docs-113

Conversation

@chris-yyau
Copy link

Summary

The quick start guide references happy --auth which no longer exists. Running happy now auto-prompts for authentication on first run.

Before:

happy --auth # Shows QR code

After:

happy # Auto-prompts for authentication on first run

Also mentions happy auth login as an explicit alternative.

Closes slopus/happy#113

🤖 Generated with Claude Code via Happy

`happy --auth` was removed. Running `happy` now auto-prompts for
authentication on first run. Added explicit `happy auth login` as
an alternative.

Closes slopus/happy#113

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
Copilot AI review requested due to automatic review settings March 24, 2026 13:31
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Quick Start Guide to reflect the current Happy CLI authentication flow, removing the deprecated --auth flag and documenting the new first-run auto-auth prompt behavior (and an explicit login alternative).

Changes:

  • Replace happy --auth with happy in the QR-code authentication step.
  • Add an explicit alternative command: happy auth login.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update docs to remove mentions of happy --auth, its just happy command now

2 participants