[codex] cover attributable model and backend requests#26141
Conversation
0f98cbc to
92a056e
Compare
e8b459b to
4caefe4
Compare
92a056e to
acff8c9
Compare
4caefe4 to
6772240
Compare
acff8c9 to
3512c13
Compare
6772240 to
01090b4
Compare
💡 Codex Reviewhttps://github.com/openai/codex/blob/0f98cbc128f32163f297bab873b4334482fc0d4c/codex-rs/Cargo.toml#L40 Adding the new https://github.com/openai/codex/blob/0f98cbc128f32163f297bab873b4334482fc0d4c/codex-rs/app-server-transport/src/transport/remote_control/clients.rs#L195-L196 These client-management requests now attach and rotate the ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
3512c13 to
bd0e5f8
Compare
01090b4 to
0827999
Compare
bd0e5f8 to
f8352e8
Compare
43ac41a to
61b88ac
Compare
d9daedf to
f5944ee
Compare
9c482de to
dc1dfd1
Compare
f5944ee to
77999e5
Compare
|
@codex review |
77999e5 to
a9a7ba6
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 77999e5e43
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a9a7ba690f
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
a9a7ba6 to
115ba55
Compare
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 115ba55887
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
dc1dfd1 to
fe42288
Compare
115ba55 to
8450855
Compare
fe42288 to
118726f
Compare
8450855 to
9a10161
Compare
118726f to
b1e8dfa
Compare
9a10161 to
4119b85
Compare
b1e8dfa to
ad4d4de
Compare
4119b85 to
ec2e111
Compare
Why
Several high-signal requests run through shared model and backend clients before or outside the main Responses path. They need explicit surface ownership so
/models,/wham/usage, and related attributable requests use the same jar as the initiating session.What changed
codex-backend-clientso attributable backend routes attach and rotate state.GET /wham/usage.Review guide
Stack
This is PR 5 of 7 in the native HTTP-state stack. It depends on #26140.
Validation
codex-models-manager,codex-model-provider, andcodex-backend-clientsuites