"frontend/src/vscode:/vscode.git/clone" did not exist on "976d6fb03f6faa9d454ee0fe2991c4a4ff514bcd"
feat: add cache hit rate line to token usage trend chart
Add a purple dashed line showing cache hit rate percentage (cache_read / (cache_read + cache_creation)) on a secondary right Y-axis (0-100%). Applies to both user and admin dashboards.
Please register or sign in to comment