Roo-Code/apps/cli/src/commands
Roo Code 467dea3814 feat(cli): add device code auth flow for remote/headless servers
Adds a --device-code flag to `roo auth login` that implements a device
code authentication flow similar to GitHub CLI. This allows users on
remote or headless servers to authenticate by:

1. Running `roo auth login --device-code`
2. Opening a verification URL on any device with a browser
3. Entering the displayed user code
4. CLI polls for completion and saves the token

The server-side endpoints (POST /api/cli/device-code and
POST /api/cli/device-code/poll) need to be implemented separately.

Closes #11925
2026-03-16 04:42:23 +00:00
..
auth feat(cli): add device code auth flow for remote/headless servers 2026-03-16 04:42:23 +00:00
cli feat(cli): support --create-with-session-id and UUID session validation (#11859) 2026-03-04 10:32:16 -08:00
index.ts Add a TUI (#10480) 2026-01-09 19:19:58 -08:00