-
Notifications
You must be signed in to change notification settings - Fork 538
Handle single-file env import #959
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
69207b4
Handle single-file env import
willccbb de23884
Treat single-file env modules as pkg
willccbb 42059b4
Fix interception server attr checks
willccbb 4bfde49
Merge remote-tracking branch 'origin/main' into codex/treat-singlefil…
willccbb c94ea00
Merge origin/main into codex/treat-singlefile-envs-as-packages and re…
cursoragent f981f66
Add overview panel and collapse non-running envs in vf-eval display (…
snimu 3839e8b
add preview true uv (#981)
samsja 540346b
multi-env vf-eval: switch between progress bars with arrow keys (#979)
snimu 26671c0
Remove manual log wrapping, let Rich handle it (#985)
snimu 85a7353
fix: prevent CUA sandbox leaks during setup
0cc1b30
vf-eval: Add settings panel in summary and --abbreviated-summary flag…
snimu 337824f
sanitize illegible binary characters in Rich display (#986)
rasdani 62a1171
Will/misc ty (#989)
willccbb 10e81db
Merge remote-tracking branch 'origin/main' into codex/treat-singlefil…
willccbb c59f487
Sync generated AGENTS docs and clean ty suppression
willccbb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Skill docs missing for workflow change
Low Severity
This PR changes evaluation workflow behavior in
verifiers/scripts/eval.pyby altering howget_env_eval_defaultsresolvespyproject.tomlfor environments, but no correspondingskills/*/SKILL.mdupdates are included. That violates the Skills Updates rule for user-facing workflow changes inverifiers/scripts/*.py.Triggered by project rule: BugBot Instructions