Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Codex generated this pull request, but encountered an unexpected error after generation. This is a placeholder PR message.
Codex Task
Note
Medium Risk
Touches session/sandbox setup and error classification, which can change how rollouts terminate and how failures are reported. Logic is straightforward but could alter behavior in edge cases where callers relied on raw exceptions or custom
stop_errorsdefaults.Overview
Improves error semantics for CUA mode.
CUAMode.setup_statenow wraps unexpected exceptions into new verifier error types (BrowserSessionSetupErrorfor local HTTP setup andBrowserSandboxSetupErrorfor sandbox setup), while rethrowing existingvf.Errorunchanged.Adjusts rollout stopping behavior.
BrowserEnvnow defaultsstop_errorsto includevf.SandboxErrorwhenmode="cua"(unless explicitly provided), and adds tests covering both the new exception wrapping and the defaultstop_errorsbehavior.Written by Cursor Bugbot for commit da5366f. This will update automatically on new commits. Configure here.