openai / openai/codex-plugin-cc
The codex companion cannot bypass the auth guard when the user uses custom base url that does not need any auth
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 33.3k
- Forks
- 2.3k
- PR merge metrics
- No merged PRs in 30d
Description
I am using custom base URL for running codex, and the codex companion in this plugin only checks the auth status using codex login status which is failed to pass but the codex subprocess is still works fine with proxy setting.
Need to bypass the auth gate or provide custom setting for custom base_url option to bypass this.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the companion's auth gate and the check that runs codex login status, then trace how the custom base_url and proxy settings reach the Codex subprocess. Confirm the desired behavior with a custom base URL where the subprocess works without authentication, and verify that the auth gate can be bypassed or configured for that case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- authentication
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100