mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +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. |
||
|---|---|---|
| .. | ||
| npm | ||
| scripts | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||