Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
918b819
feat: move Codex adapter to v1alpha2
zhongxuanwang-nv Aug 11, 2026
e35ae92
test: cover Codex typed adapter input
zhongxuanwang-nv Aug 11, 2026
e081859
fix: handle invalid Codex runtime context
zhongxuanwang-nv Aug 11, 2026
b4b234e
test: escape Codex validation path
zhongxuanwang-nv Aug 11, 2026
1c840ba
merge: sync upstream main
zhongxuanwang-nv Aug 11, 2026
49d0e4e
refactor: inline Codex runtime ID
zhongxuanwang-nv Aug 11, 2026
4616c2d
refactor: pass Codex runtime values directly
zhongxuanwang-nv Aug 11, 2026
b9a2ac2
refactor: inline Codex model provider
zhongxuanwang-nv Aug 11, 2026
7ac1a89
test: update Harbor Codex adapter mapping
zhongxuanwang-nv Aug 11, 2026
fcd1156
Merge branch 'main' into feat/codex-contract-v1alpha2
zhongxuanwang-nv Aug 12, 2026
5a2bf04
fix: remove duplicate Codex contract dependency
zhongxuanwang-nv Aug 12, 2026
d297da3
refactor: trust Codex invocation context
zhongxuanwang-nv Aug 12, 2026
d12c940
style: format adapter review fixes
zhongxuanwang-nv Aug 12, 2026
617179a
refactor: remove Relay context fallbacks
zhongxuanwang-nv Aug 13, 2026
b2621f7
test: update Hermes Relay mock signature
zhongxuanwang-nv Aug 13, 2026
a5b9813
refactor: remove Relay config forwarding helper
zhongxuanwang-nv Aug 13, 2026
25be894
test: require Relay context arguments
zhongxuanwang-nv Aug 13, 2026
b12400c
style: format Codex Relay test
zhongxuanwang-nv Aug 13, 2026
3f44c35
refactor: isolate Codex migration
zhongxuanwang-nv Aug 13, 2026
49af5c5
fix: load Codex Relay config
zhongxuanwang-nv Aug 13, 2026
f323a59
refactor: remove redundant Codex checks
zhongxuanwang-nv Aug 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions adapters/codex/fabric-adapter.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"additionalProperties": false
},
"config": {
"input": "agent_config",
"accepts": [
"models",
"models.base_url",
Expand Down
2 changes: 1 addition & 1 deletion adapters/codex/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ license-files = ["LICENSE"]
readme = "pypi.md"
requires-python = ">=3.11"
dependencies = [
"nemo-fabric-adapters-common == 0.2.0",
"nemo-fabric-adapter-contract == 0.2.0",
"nemo-fabric-adapters-common == 0.2.0",
"tomli-w~=1.2",
]

Expand Down
Loading
Loading