Skip to content

fix: remove --max-turns CLI arg from entrypoint - #14

Merged
dsiddharth2 merged 1 commit into
mainfrom
fix/entrypoint-max-turns
May 8, 2026
Merged

fix: remove --max-turns CLI arg from entrypoint#14
dsiddharth2 merged 1 commit into
mainfrom
fix/entrypoint-max-turns

Conversation

@dsiddharth2

Copy link
Copy Markdown
Owner

Summary

  • Removed --max-turns CLI argument from entrypoint.sh since run_agent.py doesn't accept it
  • MAX_TURNS env var is already picked up by config.pybatch_max_turns (default: 15), so no CLI passthrough is needed
  • This was causing Docker container to fail with unrecognized arguments: --max-turns 40

Test plan

  • Build Docker image and run against a PR to verify no argument errors
  • Confirm MAX_TURNS env var still works when explicitly set

@dsiddharth2
dsiddharth2 merged commit c68c158 into main May 8, 2026
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