Skip to content

Raise delegate_agent/delegate_editor hard step cap 30 → 40 - #160

Closed
allocsys wants to merge 5 commits into
mainfrom
raise-delegation-step-caps
Closed

Raise delegate_agent/delegate_editor hard step cap 30 → 40#160
allocsys wants to merge 5 commits into
mainfrom
raise-delegation-step-caps

Conversation

@allocsys

@allocsys allocsys commented Sep 9, 2026

Copy link
Copy Markdown
Owner

Raises the hard step-count cap for both delegation tools from 30 to 40, per request.

Changes:

  • config.js: EDITOR_HARD_MAX_STEPS default 30 → 40 (env-overridable, used by delegate_editor).
  • connectors/delegate/agent/agent_delegate.js: hardcoded HARD_MAX_STEPS constant 30 → 40 (used by delegate_agent; not env-configurable, this file is the single source of truth).
  • connectors/delegate/agent/agent_tools.js: updated the max_steps param description and the invalid-max_steps error message to say 40 instead of 30 (delegate_editor's equivalents already interpolate the config constant, so no change needed there).
  • README.md: corrected a stale delegate_agent step-cap figure that was already out of date (said "default 6, hard cap 20" when the actual values were 20/30) — now reads "default 20, hard cap 40".
  • test/agent-seedrun-max-steps-regression.test.js: updated the hardcoded-30 clamp assertion to 40.

delegate_designer's FRONTEND_HARD_MAX_STEPS (20) is untouched — only agent and editor were requested.

@allocsys allocsys closed this Sep 9, 2026
@allocsys
allocsys deleted the raise-delegation-step-caps branch September 9, 2026 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant