Skip to content

feat: GitHub auth detection + dashboard status card#875

Merged
web3dev1337 merged 1 commit into
mainfrom
feat/github-auth-onboarding
Mar 16, 2026
Merged

feat: GitHub auth detection + dashboard status card#875
web3dev1337 merged 1 commit into
mainfrom
feat/github-auth-onboarding

Conversation

@web3dev1337
Copy link
Copy Markdown
Owner

Summary

  • New API endpoint GET /api/github/status — runs gh auth status to check GitHub CLI authentication
  • Returns { authenticated, user, ghInstalled } — handles CLI not installed, installed but not logged in, and fully connected states
  • Dashboard shows a GitHub status card with appropriate guidance:
    • Connected: shows username
    • Not installed: links to cli.github.com
    • Not authenticated: suggests gh auth login

Trello cards resolved

🤖 Generated with Claude Code

- Add GET /api/github/status — checks gh auth status, returns user info
- Dashboard shows GitHub connection card: connected (with username),
  not installed (links to cli.github.com), or not authenticated
  (suggests gh auth login)
@web3dev1337 web3dev1337 merged commit 5ed6c4f into main Mar 16, 2026
5 checks passed
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.

1 participant