mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
Adds out-of-band (OOB) OAuth flow for Claude Code sign-in that works in remote environments like GitHub Codespaces and SSH sessions where localhost callbacks do not work. Changes: - Add OOB redirect URI constant and buildOobAuthorizationUrl function - Add exchangeOobCodeForTokens function for manual code exchange - Add startOobAuthorizationFlow and exchangeManualCode methods to manager - Add claudeCodeStartOobFlow and claudeCodeExchangeManualCode message types - Add webview handlers for the new message types - Update ClaudeCode.tsx with manual auth UI (step-by-step flow) - Add i18n translations for the new auth flow Fixes #10531 |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| browser-panel.html | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||