Conversation
matifali
approved these changes
Mar 3, 2026
matifali
reviewed
Mar 3, 2026
Comment on lines
65
to
78
| ```toml | ||
| [model_providers.aibridge] | ||
| name = "AI Bridge" | ||
| base_url = "https://example.coder.com/api/v2/aibridge/openai/v1" | ||
| env_key = "CODER_AIBRIDGE_SESSION_TOKEN" | ||
| wire_api = "responses" | ||
|
|
||
| [profiles.aibridge] | ||
| model_provider = "aibridge" | ||
| model = "<model>" # as configured in the module input | ||
| model_reasoning_effort = "<model_reasoning_effort>" # as configured in the module input | ||
| ``` | ||
|
|
||
| Codex then runs with `--profile aibridge` |
Member
There was a problem hiding this comment.
I think we no longer need --profile with the updated config.
Collaborator
Author
There was a problem hiding this comment.
will update this in a new pr.
Member
There was a problem hiding this comment.
Please doublecheck its not not needed. I am assuming you have tested it already.
Collaborator
Author
There was a problem hiding this comment.
Yes it's not needed since we set the default in the config.toml now.
This was referenced Mar 3, 2026
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.
This PR introduces:
[notice.model_migrations]to skip migration notice, improves tasks UXDescription
Type of Change
Module Information
Path:
registry/coder-labs/modules/codexNew version:
v4.1.2Breaking change: [ ] Yes [x] No
Testing & Validation
bun test)bun fmt)Related Issues
Closes: #740