Roo-Code/packages/types
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
..
npm Types 1.77.0 (#8031) 2025-09-16 15:20:38 -04:00
scripts Fix publish-npm script (#7093) 2025-08-14 03:17:56 -07:00
src feat: add Codex CLI provider with local login support 2025-09-17 01:26:34 +00:00
.gitignore Task metadata (#7092) 2025-08-14 03:14:17 -07:00
eslint.config.mjs Task metadata (#7092) 2025-08-14 03:14:17 -07:00
package.json Task metadata (#7092) 2025-08-14 03:14:17 -07:00
tsconfig.json Task metadata (#7092) 2025-08-14 03:14:17 -07:00
tsup.config.ts Bump @roo-code/types to v1.42.0 (#6610) 2025-08-02 13:27:59 -07:00
vitest.config.ts Convert jest tests to vitest and disable default watch mode for vitest (#4568) 2025-06-11 14:48:01 -07:00