mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Add new provider 'codex-cli' extending BaseOpenAiCompatibleProvider - Implement local sign-in flow without API keys using session tokens - Store session tokens securely in VS Code Secret Storage - Add UI component with Sign In/Sign Out buttons and CLI path configuration - Add message handlers for codexCliSignIn, codexCliSignOut, and codexCliDetect - Include comprehensive test coverage for the new provider - Follow existing patterns from Roo Cloud and Claude Code providers This implementation allows users to use OpenAI-compatible models through Codex CLI without managing API keys directly, using a local authentication flow instead. |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||