What's wrong with this entry?
Anonymous. No account, no email.
Claude Code now reads CLAUDE_CODE_MAX_TURNS as a default max-turn override when max turns are not otherwise supplied.
Usage
CLAUDE_CODE_MAX_TURNS=50 claudeDetails
- The value must be a positive integer.
- Invalid values fail early with a clear error.
Evidence
Max-turn environment parsing (search for "CLAUDE_CODE_MAX_TURNS must be a positive integer")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.