Sanju Varghese

TokenSight dashboard, AI coding agent usage analytics

milestone ·

TokenSight dashboard on 25 August 2026. Overview for that cycle, from my Mac.
TokenSight dashboard on 25 August 2026. Overview for that cycle, from my Mac.

TokenSight is a regular Mac app now. The Dashboard window is the main place I look. Overview, Sessions, and Projects. The menu bar is the companion.

The interesting thing was a color bug. I noticed it on the new dashboard. Close the app, open it again, and the series had traded places. I had picked colors with Swift’s String.hashValue. That value is randomized each time the process starts, on purpose. Same label, new color. The legend could even disagree with the bars on the same launch. The fix was a tiny stable hash, so a label keeps the same color the next time I open the app. That was the whole fix.