chore: bump verifiers - #3460
Merged
Merged
Conversation
mikasenghaas
marked this pull request as ready for review
September 1, 2026 17:39
samsja
previously approved these changes
Sep 1, 2026
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
deps/verifierssubmodule frome2103d6tod4a21774ef3438through the default RLM harness pinuv.lockfor verifiers'aiohttp>=3.14.1requirementcompaction.summarize_at_tokens; use the former range's98_304midpointmainCompanions: verifiers #2454, verifiers #2459, and nano-rlm #147.
Breaking
summarize_at_tokenstocompaction.summarize_at_tokens.compactionunset to disable proactive and reactive compaction.Verification
git diff --checkuv lockuv lock --checkuv run pytest -q tests/unit/test_configs.py— 133 passedgit submodule status deps/verifiers—d4a217794fc0bfd70369a8230e56653c193da8ced4a2177descends from the previouse2103d6pinNote
Medium Risk
Submodule bump plus a breaking harness config shape affects all RLM runs still using the old
summarize_at_tokensfield; example migrations are mechanical but custom configs must be updated.Overview
Advances the
deps/verifierssubmodule to pick up merged Bash/RLM context compaction (and related harness defaults), withuv.lockrefreshed soaiohttpmeets the new>=3.14.1floor.Breaking for RLM harness TOML: flat
env.agent.harness.summarize_at_tokensis replaced byenv.agent.harness.compaction.summarize_at_tokens. The three advanced examples (glm-4.5-air/search,glm-4.5-air/terminal,nemotron-3-super/swe) are updated accordingly—train sources that used a two-threshold list[65536, 131072]now use a single98304threshold; eval sources keep98304but under the nestedcompactionkey.Reviewed by Cursor Bugbot for commit 7429aba. Bugbot is set up for automated code reviews on this repo. Configure here.