Merged
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.
Description
Type of Change
Testing
uv run pytestlocally.Checklist
Additional Notes
Note
Medium Risk
Mostly CI/docs and type-safety cleanup, but it changes runtime behavior in experimental envs by adding stricter validation and new failure modes if interception or dataset shapes are unexpected.
Overview
Updates CI/dev tooling to target Python 3.13:
test.ymlnow runs on 3.12/3.13 (dropping 3.11), and the pre-pushtyhook is forced to run under 3.13; docs are updated accordingly.Tightens correctness in a few runtime paths:
CliAgentEnvnow centralizes a_require_interception_server()guard instead of relying ontyignores,OpenCodeQAEnv.construct_dataset()validatesload_dataset/mapreturn types and column presence (and coerces non-string questions), andtest_rollout_gateway_envadjusts mocking to patchget_background_jobon the existingsandbox_clientrather than replacing it..gitignorealso addspackages/harnessesandpackages/tasksets.Written by Cursor Bugbot for commit ee190b1. This will update automatically on new commits. Configure here.