Conversation
💡 Codex Reviewcodex/codex-rs/tui/src/app_server_session.rs Lines 1414 to 1417 in 976d8bc When ℹ️ 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". |
|
Closing this pull request because it has had no updates for more than 14 days. If you plan to continue working on it, feel free to reopen or open a new PR. |
Why
Rollout trace thread metadata still recorded the legacy
SandboxPolicyprojection even though the session configuration is now driven byPermissionProfile. That kept trace metadata tied to a lossy compatibility shape and made new trace bundles look like they were still sourced from the old sandbox abstraction.What Changed
ThreadStartedTraceMetadata.sandbox_policywithpermission_profile.PermissionProfilewhen creating rollout thread traces.Verification
cd codex-rs && cargo check -p codex-rollout-trace -p codex-core --testscd codex-rs && just fix -p codex-rollout-tracecd codex-rs && just fix -p codex-coreStack created with Sapling. Best reviewed with ReviewStack.