Replace {:?} debug format with entries sorted by count descending,
formatted as "Name×N" joined by ", " instead of raw HashMap output.
Closes claudbg-f4ot
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
In sessions.rs transcribe function, replaced {:?} debug format with a sorted, human-readable format: entries sorted by count descending, formatted as 'Name×N', joined by ', '.