You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recreated on the rewritten main after #1104 was auto-closed during repository maintenance. This carries the same reviewed change set on the new history.
Summary
document how to switch the account used by the CLI
mention the existing /logout and /signout commands
point users to the freebuff login browser flow after logout
Thanks for the resubmission after the history rewrite. This is a small, focused documentation change that adds a genuinely missing piece: how to switch accounts.
The claims are verifiable against the codebase (/logout with /signout alias in command-registry.ts, the login prompt in login-modal.tsx, and freebuff login in cli-args.ts), and the wording is accurate and concise. It sits in README.md, which is in scope for the mirror.
Nothing blocking here — it's a low-risk, useful addition. One minor nit: consider clarifying that freebuff login is meant to be run from a fresh shell/session (not the same interactive prompt as pressing Enter), since a new contributor reading only this section might wonder if the two options are redundant or different flows. Not a blocker, just a clarity improvement a maintainer might request.
Clarified the account-switching wording as suggested: pressing Enter refers to signing in again in the same interactive session, while freebuff login is now explicitly described as being run from a fresh shell/session.
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
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.
Summary
/logoutand/signoutcommandsfreebuff loginbrowser flow after logoutFixes #1086
Validation
Prior validation before the history rewrite:
command-registry.tsdefines/logoutwith/signoutas an aliaslogin-modal.tsxpromptsPress ENTER to login...before starting the browser login flowcli-args.tsacceptsfreebuff logingit diff --checkpassed