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
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-Relay
Public
Notifications
You must be signed in to change notification settings
Fork
62
Star
132
Code
Issues
4
Pull requests
7
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
feat: layer code-driven plugin config over materialized file configs
- #211
#211
Merged
rapids-bot[bot]
merged 23 commits into
NVIDIA:main
NVIDIA/NeMo-Relay:main
from
zhongxuanwang-nv:feat/relay-183-code-driven-plugin-config-layer
zhongxuanwang-nv/NeMo-Relay:feat/relay-183-code-driven-plugin-config-layer
Copy head branch name to clipboard
Jun 10, 2026
Conversation
Commits
23
(23)
Checks
Files changed
Merged
feat: layer code-driven plugin config over materialized file configs
#211
rapids-bot[bot]
merged 23 commits into
NVIDIA:main
NVIDIA/NeMo-Relay:main
from
zhongxuanwang-nv:feat/relay-183-code-driven-plugin-config-layer
zhongxuanwang-nv/NeMo-Relay:feat/relay-183-code-driven-plugin-config-layer
Copy head branch name to clipboard
Commits
Commits on Jun 4, 2026
feat: add code-driven plugin config layer
Show description for 4be77d6
zhongxuanwang-nv
committed
4be77d6
View commit details
Copy full SHA for 4be77d6
Browse repository at this point
fix: preserve multi-instance components in code-driven layer merge
Show description for ceac635
zhongxuanwang-nv
committed
ceac635
View commit details
Copy full SHA for ceac635
Browse repository at this point
refactor: drop doctor changes for the code-driven layer
Show description for c7c6fc2
zhongxuanwang-nv
committed
c7c6fc2
View commit details
Copy full SHA for c7c6fc2
Browse repository at this point
refactor: share plugin config merge via public merge_plugin_config
Show description for 0d500ae
zhongxuanwang-nv
committed
0d500ae
View commit details
Copy full SHA for 0d500ae
Browse repository at this point
refactor: rename plugin merge to layer_config and trim doc comments
Show description for ddab3a2
zhongxuanwang-nv
committed
ddab3a2
View commit details
Copy full SHA for ddab3a2
Browse repository at this point
refactor: use in-place layer_config(&mut, _) matching the original CLI merge
Show description for 9d15c15
zhongxuanwang-nv
committed
9d15c15
View commit details
Copy full SHA for 9d15c15
Browse repository at this point
docs: describe layer_config as an internal merge primitive
Show description for 2535602
zhongxuanwang-nv
committed
2535602
View commit details
Copy full SHA for 2535602
Browse repository at this point
Commits on Jun 5, 2026
feat: layer code-driven plugin config over materialized file configs
Show description for 1adb2eb
zhongxuanwang-nv
committed
1adb2eb
View commit details
Copy full SHA for 1adb2eb
Browse repository at this point
refactor: drop the config-files feature; make toml a direct core dep
Show description for dd49947
zhongxuanwang-nv
committed
dd49947
View commit details
Copy full SHA for dd49947
Browse repository at this point
test: add core file-discovery tests and document code-driven layering
Show description for 4dbcffb
zhongxuanwang-nv
committed
4dbcffb
View commit details
Copy full SHA for 4dbcffb
Browse repository at this point
refactor: hide initialize_plugins_exact from generated docs
Show description for 70e8737
zhongxuanwang-nv
committed
70e8737
View commit details
Copy full SHA for 70e8737
Browse repository at this point
docs: drop redundant source-precedence section and tighten layering
Show description for 44aca1f
zhongxuanwang-nv
committed
44aca1f
View commit details
Copy full SHA for 44aca1f
Browse repository at this point
refactor: make layer_config a private helper
Show description for 4beb6c4
zhongxuanwang-nv
committed
4beb6c4
View commit details
Copy full SHA for 4beb6c4
Browse repository at this point
test: swap marginal load-files tests for a typed-overlay precedence test
Show description for 70b4894
zhongxuanwang-nv
committed
70b4894
View commit details
Copy full SHA for 70b4894
Browse repository at this point
refactor: single-source plugins.toml location resolution in core
Show description for 5a62039
zhongxuanwang-nv
committed
5a62039
View commit details
Copy full SHA for 5a62039
Browse repository at this point
Commits on Jun 8, 2026
Merge upstream/main into feat/relay-183-code-driven-plugin-config-layer
Show description for 15479dd
zhongxuanwang-nv
committed
15479dd
View commit details
Copy full SHA for 15479dd
Browse repository at this point
Commits on Jun 9, 2026
Merge branch 'main' into feat/relay-183-code-driven-plugin-config-layer
willkill07
authored
feb710f
View commit details
Copy full SHA for feb710f
Browse repository at this point
docs: clarify plugin config layering wording
Show description for fa19be4
zhongxuanwang-nv
committed
fa19be4
View commit details
Copy full SHA for fa19be4
Browse repository at this point
Merge branch 'main' into feat/relay-183-code-driven-plugin-config-layer
zhongxuanwang-nv
authored
fce7ba0
View commit details
Copy full SHA for fce7ba0
Browse repository at this point
Commits on Jun 10, 2026
Merge branch 'main' into feat/relay-183-code-driven-plugin-config-layer
bbednarski9
authored
42068de
View commit details
Copy full SHA for 42068de
Browse repository at this point
docs: clarify key details
Show description for 2669c06
zhongxuanwang-nv
authored
2669c06
View commit details
Copy full SHA for 2669c06
Browse repository at this point
docs: Update documentation to reference merge behavior rules
Show description for d717d50
zhongxuanwang-nv
authored
d717d50
View commit details
Copy full SHA for d717d50
Browse repository at this point
docs: Update configuration layering explanation
Show description for 03f5444
zhongxuanwang-nv
authored
03f5444
View commit details
Copy full SHA for 03f5444
Browse repository at this point
You can’t perform that action at this time.