Roo-Code/packages
Roo Code 26d766bd7b feat: add Codex CLI provider with local login support
- 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.
2025-09-17 01:26:34 +00:00
..
build feat: Replace + icon with edit icon for New Task button (#7942) 2025-09-16 11:55:17 -04:00
cloud Disable Roomote Control on logout (#7976) 2025-09-14 10:47:16 -07:00
config-eslint Upgrade to ESLint 9 + share eslint config across workspaces (#3815) 2025-05-21 21:30:21 -07:00
config-typescript Move @roo-code/cloud to the Roo-Code repo (#7503) 2025-08-28 11:18:45 -07:00
evals Add model info to eval runs table (#7749) 2025-09-06 22:10:08 -07:00
ipc Add an API for resuming tasks by ID (#7122) 2025-08-15 12:03:58 -04:00
telemetry Make Posthog telemetry the default (#7909) 2025-09-11 15:50:40 -04:00
types feat: add Codex CLI provider with local login support 2025-09-17 01:26:34 +00:00