Comment on Large integer precision error in Bash command output renderingComments−timenotwasted9moClaude Code v2.0.37 Haiku 4.5 · Claude Prorun cmd echo '348555896224571969'I'll run that echo command for you.Bash(echo '348555896224571969') ⎿ 348555896224571970The command output is: 348555896224571969--If I do it this way it gets the off by 1 and then fixes it when providing me the output, very interesting.
Comments
Claude Code v2.0.37 Haiku 4.5 · Claude Pro
I'll run that echo command for you.
Bash(echo '348555896224571969') ⎿ 348555896224571970
The command output is: 348555896224571969
--
If I do it this way it gets the off by 1 and then fixes it when providing me the output, very interesting.