Skip to content

fix(cli): display resolved auth path#211

Merged
upsetbit merged 1 commit into
masterfrom
codex/issue-76-authpath-display
Jun 6, 2026
Merged

fix(cli): display resolved auth path#211
upsetbit merged 1 commit into
masterfrom
codex/issue-76-authpath-display

Conversation

@upsetbit
Copy link
Copy Markdown
Contributor

@upsetbit upsetbit commented Jun 6, 2026

Closes #76.

Summary

  • resolve the login help/final token path through paths.AuthPath()
  • have SaveAuth write via paths.AuthPath() directly
  • reword CLI auth comments away from hardcoded ~/.config/prosa/auth.json

Local validation

  • go test ./internal/cli/...
  • devbox run -- just lint
  • devbox run -- just test-race

View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.

@upsetbit upsetbit merged commit 083e8cc into master Jun 6, 2026
5 checks passed
@upsetbit upsetbit deleted the codex/issue-76-authpath-display branch June 6, 2026 07:27
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.

Route user-facing auth.json paths through paths.AuthPath()

1 participant