From b941e26c59099cbf677f7275610eb94c8aa14fc8 Mon Sep 17 00:00:00 2001 From: umutcagand Date: Tue, 1 Sep 2026 09:51:00 +0300 Subject: [PATCH 1/2] docs(cli): document account switching --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2f8dcb4540..c458b20004 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,12 @@ freebuff Then describe what you want. Freebuff finds the relevant files, makes changes, and runs the checks that matter for your project. +### Switch accounts + +To change the account used by the CLI, enter `/logout` (or `/signout`) in an +active session. After logging out, press Enter on the login screen, or run +`freebuff login` from your shell to start the browser login flow again. + ## Models Freebuff includes a curated model catalog. The regular picker currently offers: From fddeff93d9cbe23a36ae98da7dd88297b60e81d5 Mon Sep 17 00:00:00 2001 From: umutcagand Date: Tue, 1 Sep 2026 20:12:52 +0300 Subject: [PATCH 2/2] docs(cli): clarify fresh-shell login flow --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c458b20004..106a34bcf1 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,9 @@ Then describe what you want. Freebuff finds the relevant files, makes changes, a ### Switch accounts To change the account used by the CLI, enter `/logout` (or `/signout`) in an -active session. After logging out, press Enter on the login screen, or run -`freebuff login` from your shell to start the browser login flow again. +active session. After logging out, press Enter on the login screen to sign in +again in that interactive session. Alternatively, open a fresh shell/session +and run `freebuff login` to start the browser login flow directly. ## Models