-
Notifications
You must be signed in to change notification settings - Fork 97
feat(coder-labs/modules/codex): add support for aibridge #655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
35C4n0r
wants to merge
17
commits into
main
Choose a base branch
from
35C4n0r/feat-codex-aibridge
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
007421f
feat: add AI Bridge configuration support.
35C4n0r 667965e
wip
35C4n0r 5eecdbb
feat: add support for enabling Coder AI Bridge in configuration
35C4n0r e9c9c7d
feat: add AI Bridge test and update documentation
35C4n0r 6c26ff8
wip
35C4n0r 956f742
Merge branch 'main' into 35C4n0r/feat-codex-aibridge
DevelopmentCats b31c793
Update registry/coder-labs/modules/codex/README.md
35C4n0r 5ee430a
ref
35C4n0r 9bf3761
bun fmt
35C4n0r 0d96c54
Merge branch 'main' into 35C4n0r/feat-codex-aibridge
35C4n0r 8da4a4a
update model
35C4n0r 4fb9b25
Merge remote-tracking branch 'origin/35C4n0r/feat-codex-aibridge' int…
35C4n0r af316b6
feat: add validation
35C4n0r 628b5b6
feat: update README.md
35C4n0r c8979a2
Merge branch 'main' into 35C4n0r/feat-codex-aibridge
35C4n0r da22f92
chore: standardize according to claude-code
35C4n0r 535a318
chore: qol readme updates
35C4n0r File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like it is not yet available for the API billing we use. So maybe use next best
gpt-5.1-codex?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@matifali @DevelopmentCats imo, we should leave the default as empty and not mention this either
And make passing the model mandatory in the case of
enable_aibridge = true.lmk your thoughts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One issue that I notice with using these codex models with aibridge, is that the openai codex modules only support the
v1/responsesendpoint, and notv1/chat/completionsCurrently from what I can see aibridge does not currently log
v1/responsesand onlyv1/chat/completionsin the current release of aibridge, but I can see there has been work on this and it will be in soon.coder/aibridge#84
coder/aibridge#87
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fine. It will be supported by next release. We will release this until we bring the interception functionality
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fine. It will be supported by next release. We will release this until we bring the interception functionality
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fine. It will be supported by the next release. We will release this once we bring in the interception functionality