Drop the default 30-turn leaf cap and delete prose-only fan-out/lane rules - #607
Merged
TheGreatAxios merged 1 commit intoAug 24, 2026
Conversation
TheGreatAxios
enabled auto-merge (squash)
August 24, 2026 06:46
…rules An unset leaf maxTurns now runs unbounded (explicit budgets still honored), matching peer agent loops that terminate on the model's own finish signal. Also removes two orchestrator prompt rules the system never enforced: a 4-worker fan-out cap and a same-agent lane-disjointness rule.
TheGreatAxios
force-pushed
the
cl-6996-drop-the-default-30-turn-leaf-cap-and-delete-the-prose-only
branch
from
August 24, 2026 06:48
dfb58be to
e3487fd
Compare
TheGreatAxios
added a commit
that referenced
this pull request
Aug 27, 2026
…rules (#607) An unset leaf maxTurns now runs unbounded (explicit budgets still honored), matching peer agent loops that terminate on the model's own finish signal. Also removes two orchestrator prompt rules the system never enforced: a 4-worker fan-out cap and a same-agent lane-disjointness rule.
TheGreatAxios
added a commit
that referenced
this pull request
Aug 27, 2026
…rules (#607) An unset leaf maxTurns now runs unbounded (explicit budgets still honored), matching peer agent loops that terminate on the model's own finish signal. Also removes two orchestrator prompt rules the system never enforced: a 4-worker fan-out cap and a same-agent lane-disjointness rule.
TheGreatAxios
deleted the
cl-6996-drop-the-default-30-turn-leaf-cap-and-delete-the-prose-only
branch
August 28, 2026 00:09
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
DEFAULT_SUBAGENT_MAX_TURNS = 30; an unset leafmaxTurns(task/profile/settings) now resolves toInfinity(unbounded). ExplicitmaxTurnsstill applies exactly as before (floor ≥1, no upper cap — matches CL-6926's earlier removal of the 100-turn hard cap).concurrent-lane-overlapintask-tool.tsstill logs only, never blocks — untouched).Test plan
bun run checkgreen (5460 tests)an explicit turn budget hard-stops at the limit; unbounded (Infinity) never does,is unbounded when unset(settings),does not inherit a bogus parent-session maxTurns dep on the task toolupdated to expectInfinity