feat(coder-labs/modules/codex): add boundary support via agentapi module#795
Merged
Merged
Conversation
Contributor
Author
|
@35C4n0r Codex PR as requested, please let me know if you need any changes. I added a test which I think covers the flow you were looking to validate so let me know if this is okay! |
4 tasks
Collaborator
|
@shanewhite97 , the changes look fine and also tested, can you resolve the conflicts ? I think you are working on outdated codex code. |
Contributor
Author
|
@35C4n0r There you go, merge conflicts should be resolved |
Collaborator
|
@shanewhite97, let's remove the temporary source and use the 2.3.0 agentapi https://registry.coder.com/modules/coder/agentapi Also bump(minor) codex version in README.md |
Contributor
Author
|
@35C4n0r Sorry for the delay. That should be done now if you want to take a look |
35C4n0r
requested changes
Mar 11, 2026
35C4n0r
requested changes
Mar 11, 2026
35C4n0r
approved these changes
Mar 11, 2026
Collaborator
35C4n0r
left a comment
There was a problem hiding this comment.
Great work, Thanks for the contribution @shanewhite97
LGTM!
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.
Description
Adds boundary support to the Codex module by passing boundary
variables through to the agentapi module and using
AGENTAPI_BOUNDARY_PREFIX in the start script.
Depends on #780
Type of Change
Module Information
Path:
registry/coder-labs/modules/codexBreaking change: No