make the token counts in the chat divider line more readable #45

Closed
opened 2026-07-27 20:51:56 +00:00 by hugo · 1 comment
Owner

long numbers hard to read. that's what thousand-markers are for.

long numbers hard to read. that's what thousand-markers are for.
hugo added the enhancement label 2026-07-27 20:51:56 +00:00
Author
Owner

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.

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.
hugo closed this issue 2026-07-28 16:59:27 +00:00
Sign in to join this conversation.