[codex-http-state] add per-surface HTTP state store#26137
Conversation
443ecd4 to
f8a301c
Compare
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f8a301c3f5
ℹ️ 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".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f8a301c3f5
ℹ️ 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".
f8a301c to
ebda365
Compare
ebda365 to
73b27cf
Compare
|
@codex review |
|
Codex Review: Didn't find any major issues. 👍 ℹ️ 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". |
Why
Native Codex surfaces need cookie-like local HTTP state so a remote service can return opaque rotations without storing each user's request state server-side. This PR isolates persistence from transport, authentication, and product policy.
What changed
codex-http-state, a generic store for opaque per-surface values under~/.codex/state/.Review guide
Stack
This is PR 1 of 7 in the native HTTP-state stack.
Validation
just test -p codex-http-statejust fix -p codex-http-statejust bazel-lock-check