Conversation
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c4959cdbc9
ℹ️ 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: 356562087b
ℹ️ 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".
This lays the groundwork for managed Codex accounts without taking over the user’s real
~/.codexsetup.The branch adds a dedicated managed-account model and service, routes Codex’s remote account fetches through the active managed home, and keeps OpenAI web state isolated per managed account with fail-closed behavior when account state is missing, unreadable, stale, or simply belongs to the wrong account.
The main point of this ticket is to separate managed remote-account behavior from ambient system-home local telemetry, so CodexBar can support multiple Codex accounts now without rebinding local session and cost history in the same change.