feat(api): support custom OpenAI-compatible endpoints - #125
Open
TomCN0803 wants to merge 1 commit into
Open
Conversation
|
@TomCN0803 Any chance you plan on merging the changes from main/rebasing this? |
TomCN0803
force-pushed
the
feat/custom-api-endpoint
branch
from
September 3, 2026 09:33
b09d7e0 to
a212f90
Compare
sylvesterkaczmarek
left a comment
Contributor
There was a problem hiding this comment.
--endpoint is passed to the live Codex client as baseUrl, but it never enters effectiveConfig / preflightConfig. Scan registration and rerun paths persist/reuse that sanitized config, so a scan started with --endpoint can later lose the custom endpoint while the equivalent --codex openai_base_url=... survives. Could the endpoint be persisted explicitly (or injected as openai_base_url) with a rerun regression?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Allow users to point codex-security at a custom OpenAI-compatible LLM endpoint. #52
Changes
CodexSecurityConfignow accepts optionalendpointfield (src/config.ts)baseUrlthrough to@openai/codex-sdkinapi.tsopenai_base_urlwhitelisted inscanPreflightCodexConfigso it survives--codexoverride sanitization--endpointCLI flag onscanandbulk-scancommandsCODEX_ENDPOINTenvironment variable support (CLI flag takes priority)parseCodexOverridesUsage