Commit bb4b1a3
feat: agent bar shows total tokens all-time, drop Cursor segment
Real-compute (cache-excluded) split fought intuition: Claude's usage is
mostly cached context, so excluding cache shrank Claude vs Codex to ~1.9x
(it's ~4x by total tokens) and made the numbers tiny vs the cache-
inclusive telemetry. Switch the bar to total tokens (input+cache+output)
all-time — Claude clearly dominant, magnitudes consistent with telemetry.
Drop the Cursor segment: Cursor is shown accurately via its provider
account/ledger, so the rough local estimate was redundant.
Bumps desktop app to 1.1.64.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent f84bac4 commit bb4b1a3
3 files changed
Lines changed: 10 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
904 | 904 | | |
905 | 905 | | |
906 | 906 | | |
907 | | - | |
908 | | - | |
909 | | - | |
910 | | - | |
911 | | - | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
912 | 911 | | |
| 912 | + | |
913 | 913 | | |
914 | 914 | | |
915 | | - | |
916 | | - | |
| 915 | + | |
917 | 916 | | |
918 | 917 | | |
919 | 918 | | |
920 | 919 | | |
921 | | - | |
922 | 920 | | |
923 | 921 | | |
924 | 922 | | |
| |||
932 | 930 | | |
933 | 931 | | |
934 | 932 | | |
935 | | - | |
| 933 | + | |
936 | 934 | | |
937 | | - | |
| 935 | + | |
938 | 936 | | |
939 | 937 | | |
940 | 938 | | |
| |||
0 commit comments