mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
This adds an alternative OAuth flow for users in remote environments like GitHub Codespaces where localhost redirects do not work. The implementation includes: - New OOB (out-of-band) redirect URI support in oauth.ts - startManualAuthorizationFlow() and exchangeManualCode() methods - UI updates in ClaudeCode.tsx with manual code entry option - New message types: claudeCodeStartManualAuth, claudeCodeSubmitManualCode Users can click "Sign in manually" to start the flow, then copy the authorization code from the browser and paste it into Roo Code. Closes #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 | ||