Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
NVIDIA
/
NeMo-Fabric
Public
Notifications
You must be signed in to change notification settings
Fork
15
Star
27
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: Add Relay integration to codex-cli adapter
- #30
#30
Merged
dagardner-nv
merged 27 commits into
NVIDIA:main
NVIDIA/NeMo-Fabric:main
from
dagardner-nv:david-expand-codex
dagardner-nv/nemo-old:david-expand-codex
Copy head branch name to clipboard
Jul 2, 2026
Conversation
Commits
27
(27)
Checks
Files changed
Merged
feat: Add Relay integration to codex-cli adapter
#30
dagardner-nv
merged 27 commits into
NVIDIA:main
NVIDIA/NeMo-Fabric:main
from
dagardner-nv:david-expand-codex
dagardner-nv/nemo-old:david-expand-codex
Copy head branch name to clipboard
Commits
Commits on Jun 30, 2026
WIP: First pass at supporting codex+relay
Show description for ab883b0
dagardner-nv
committed
ab883b0
View commit details
Copy full SHA for ab883b0
Browse repository at this point
WIP
Show description for b5e9837
dagardner-nv
committed
b5e9837
View commit details
Copy full SHA for b5e9837
Browse repository at this point
The nemo-relay command (not the lib) locates the plugins config file based upon it being named 'plugins.toml' and being in the same directory as the config.toml. There is no way to provide an expli…
Show description for 3ce9758
dagardner-nv
committed
3ce9758
View commit details
Copy full SHA for 3ce9758
Browse repository at this point
Update to not add --plugin-config since that flag only accepts JSON strings not a path to a toml file, fix placement of the codex --config flag to not conflict with relay's flags
Show description for 795a980
dagardner-nv
committed
795a980
View commit details
Copy full SHA for 795a980
Browse repository at this point
Add relay artifacts
Show description for 4fc870c
dagardner-nv
committed
4fc870c
View commit details
Copy full SHA for 4fc870c
Browse repository at this point
Add codex relay configs
Show description for 92dead3
dagardner-nv
committed
92dead3
View commit details
Copy full SHA for 92dead3
Browse repository at this point
refactor profiles to be stackable
Show description for 89fa8ad
dagardner-nv
committed
89fa8ad
View commit details
Copy full SHA for 89fa8ad
Browse repository at this point
Consolidate profiles
Show description for f31995f
dagardner-nv
committed
f31995f
View commit details
Copy full SHA for f31995f
Browse repository at this point
Fix undefined variable error
Show description for cc3c611
dagardner-nv
committed
cc3c611
View commit details
Copy full SHA for cc3c611
Browse repository at this point
Update tests
Show description for f3e714c
dagardner-nv
committed
f3e714c
View commit details
Copy full SHA for f3e714c
Browse repository at this point
Move runtime_session_id from hermes.py to utils.py since it is not hermes specific. Update codex adapter to use it
Show description for 93b9d41
dagardner-nv
committed
93b9d41
View commit details
Copy full SHA for 93b9d41
Browse repository at this point
Consolidate load_payload methods
Show description for 0612397
dagardner-nv
committed
0612397
View commit details
Copy full SHA for 0612397
Browse repository at this point
Commits on Jul 1, 2026
WIP: not working
Show description for 1e288d6
dagardner-nv
committed
1e288d6
View commit details
Copy full SHA for 1e288d6
Browse repository at this point
Write out a codex toml file, and change CODEX_HOME env
Show description for f1bfd67
dagardner-nv
committed
f1bfd67
View commit details
Copy full SHA for f1bfd67
Browse repository at this point
Write out a codex profile on the fly with the relay hooks config
Show description for a1e6a13
dagardner-nv
committed
a1e6a13
View commit details
Copy full SHA for a1e6a13
Browse repository at this point
Move config overrides into the toml
Show description for 2d0debd
dagardner-nv
committed
2d0debd
View commit details
Copy full SHA for 2d0debd
Browse repository at this point
Only pass --dangerously-bypass-hook-trust when using relay
Show description for b56252f
dagardner-nv
committed
b56252f
View commit details
Copy full SHA for b56252f
Browse repository at this point
Simplify relay shutdown
Show description for a25bcc1
dagardner-nv
committed
a25bcc1
View commit details
Copy full SHA for a25bcc1
Browse repository at this point
Don't pass a full env to nemo-relay
Show description for 3067812
dagardner-nv
committed
3067812
View commit details
Copy full SHA for 3067812
Browse repository at this point
Just use os.environ not monkeypatch
Show description for a0f601b
dagardner-nv
committed
a0f601b
View commit details
Copy full SHA for a0f601b
Browse repository at this point
Test for relay specific entried
Show description for e6ed142
dagardner-nv
committed
e6ed142
View commit details
Copy full SHA for e6ed142
Browse repository at this point
Remove unused fixture
Show description for bb2c224
dagardner-nv
committed
bb2c224
View commit details
Copy full SHA for bb2c224
Browse repository at this point
Remove unnecessary test
Show description for cddffff
dagardner-nv
committed
cddffff
View commit details
Copy full SHA for cddffff
Browse repository at this point
Remove hardcoded temp path
Show description for e2b4bf5
dagardner-nv
committed
e2b4bf5
View commit details
Copy full SHA for e2b4bf5
Browse repository at this point
Commits on Jul 2, 2026
Merge branch 'main' of github.com:NVIDIA/NeMo-Fabric into david-expand-codex
Show description for 97c7948
dagardner-nv
committed
97c7948
View commit details
Copy full SHA for 97c7948
Browse repository at this point
Update test to reflect that settings are now baked into the codex profile
Show description for 3022968
dagardner-nv
committed
3022968
View commit details
Copy full SHA for 3022968
Browse repository at this point
Move relay artifacts into runtime specific output dirs
Show description for 4d4304e
dagardner-nv
committed
4d4304e
View commit details
Copy full SHA for 4d4304e
Browse repository at this point
You can’t perform that action at this time.