-
Notifications
You must be signed in to change notification settings - Fork 15
feat(codex): replace CLI adapter with SDK runtime #66
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
Merged
rapids-bot
merged 11 commits into
NVIDIA:main
from
AjayThorve:ajay/fabric-50-codex-sdk-relay-cutover
Jul 16, 2026
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
495a0aa
feat(codex): replace CLI adapter with SDK runtime
AjayThorve 41da96b
fix(codex): preserve telemetry child environment
AjayThorve 9454d1d
test(codex): cover telemetry mapping validation
AjayThorve 73b8c6e
fix(relay): align SDK gateway contract
AjayThorve 76fa747
Merge remote-tracking branch 'origin/main' into ajay/fabric-50-codex-…
AjayThorve f6259cb
fix(claude): preserve SDK authentication parity
AjayThorve fdec453
test(relay): enforce semantic SDK trace parity
AjayThorve 3addf38
test(claude): align environment isolation
AjayThorve 2af259d
fix(adapters): address review feedback
AjayThorve 78e97d6
docs: track temporary Relay source install
AjayThorve 26e2eba
docs: simplify workaround tracking
AjayThorve 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| <!-- | ||
| SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
| SPDX-License-Identifier: Apache-2.0 | ||
| --> | ||
|
|
||
| # Temporary Workarounds | ||
|
|
||
| Track repository workarounds that must be removed after an upstream dependency | ||
| ships. Each entry must identify an upstream reference, removal condition, and | ||
| cleanup validation. | ||
|
|
||
| ## NeMo Relay 0.6.x Request Decoding Release | ||
|
|
||
| - **Status:** Waiting for an upstream release | ||
| - **Added:** July 16, 2026 | ||
| - **Affected documentation:** `adapters/codex/README.md` and | ||
| `docs/integrations/codex.mdx` | ||
| - **Reason:** Released NeMo Relay versions do not yet decode the | ||
| `zstd`-compressed request bodies emitted by the Codex SDK, so semantic Relay | ||
| artifacts require a source installation. | ||
| - **Upstream resolution:** | ||
| [NVIDIA/NeMo-Relay#452](https://github.com/NVIDIA/NeMo-Relay/pull/452), merged | ||
| as `fe144d0d23e483c8216537118304e306abc20837` | ||
| - **Removal condition:** A published `nemo-relay-cli` version in Fabric's | ||
| supported `>=0.6.0,<0.7.0` range contains the merged request-decoding fix. | ||
| - **Cleanup:** Replace the pinned source-install instructions with the released | ||
| CLI installation, run the Codex Relay end-to-end test, update both affected | ||
| documentation files, and remove this entry. |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.