-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
area:toolsbugSomething isn't workingSomething isn't workinghas reproHas detailed reproduction stepsHas detailed reproduction stepsplatform:macosIssue specifically occurs on macOSIssue specifically occurs on macOS
Description
Claude Code incorrectly displays large integers in bash command output, showing a different value than what was actually output by the command.
Steps to Reproduce
- Run the following command in Claude Code:
echo '348555896224571969'Or with jq:
echo '{"value": 348555896224571969}' | jq -c .valueExpected Behavior
Claude Code should display: 348555896224571969
Actual Behavior
Claude Code displays: 348555896224571970 (off by 1)
Verification
Running the same command in a native terminal correctly outputs: 348555896224571969
Environment
- Claude Code version: v2.0.37
- Model: Sonnet 4.5 (Claude Max)
- Platform: macOS (Darwin 24.3.0)
Screenshots

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:toolsbugSomething isn't workingSomething isn't workinghas reproHas detailed reproduction stepsHas detailed reproduction stepsplatform:macosIssue specifically occurs on macOSIssue specifically occurs on macOS