Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 3 total unresolved issues (including 2 from previous reviews).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit aec1f34. Configure here.
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.

Summary
SWEDebugEnv, a no-agent staged debugger for SWE-styleSandboxTaskSetinstancesdebug_step(none,gold_patch,command,script), and optional test/scoring at exitSWEDebugEnvfrom the experimental composable modules and document it in the environment/reference docsfilter_reposand SWE-rebench-V2language) so row selection goes through the shared post-processedfilter_fnpathValidation
uv run ruff check verifiers/envs/experimental/composable/swe_debug_env.py verifiers/envs/experimental/composable/tasksets/sweuv run python -m py_compile verifiers/envs/experimental/composable/swe_debug_env.pygit diff --checkruff check,ruff format,Sync AGENTS.md from docs,ty (ci parity)Note
Medium Risk
Introduces a new sandbox-executing environment and changes SWE TaskSet constructor parameters (removing
filter_repos/languageshortcuts), which may break downstream callers and affects sandbox lifecycle/test execution paths.Overview
Adds
SWEDebugEnv, a no-agent environment that creates an SWESandboxTaskSetsandbox, optionally runs task setup, performs a single debug action (gold_patch, command, or script), and optionally runs tests/scoring while recording detailed timing and output tails instate.Exports
SWEDebugEnvfromverifiers.envs.experimental/composableand documents it in the environment and API reference docs.Simplifies SWE taskset dataset selection by removing taskset-specific row-filter constructor args (e.g.
filter_repos, MultiSWEexclude_langs, SWE-rebench-V2language) in favor of the shared post-processedfilter_fnmechanism.Reviewed by Cursor Bugbot for commit 1f9179d. Bugbot is set up for automated code reviews on this repo. Configure here.