make the token counts in the chat divider line more readable #45
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
long numbers hard to read. that's what thousand-markers are for.
Implemented in
44d6143. The chat generation divider now groups input, cached, and output token counts with comma thousands separators, including multi-million values, without changing token accounting or other metrics. Added a focused boundary test for zero, sub-thousand, thousand, and multi-million counts. This is DS4Server-only UI presentation; DS4 has no equivalent chat divider. Verified with cargo fmt, Clippy with warnings denied, make bundle, and the full suite: 149 passed, 12 ignored, 0 failed.