KES
(Eugen)
February 15, 2026, 8:31pm
1
Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Nightly builds does not have info about usage
Steps to Reproduce
Install nightly build
Expected Behavior
I do not expect that new build miss features
Screenshots / Screen Recordings
Operating System
Linux
Version Information
Version: 2.6.0-pre.5.patch.0
VSCode Version: 1.105.1
Commit: ca82f854def74a47bfb7d9ab3b2c217b1a18ee69
Date: 2026-02-14T08:26:38.914Z
Build Type: Nightly
Release Track: Default
Electron: 39.4.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Linux x64 6.14.0-37-generic
Does this stop you from using Cursor
No - Cursor works, but with this issue
KES
(Eugen)
February 15, 2026, 10:36pm
3
This could be configured now and is disabled by default.
I enabled it and not it works as expected.
eli.wavv
(Eli Smith)
February 15, 2026, 11:11pm
5
Where do you enable this? I used to have it enabled, then it was removed “unintentionally” by Cursor, and now there seems to be no setting to get it back again.
deanrie
(Dean Rie)
February 16, 2026, 6:53am
6
@KES Can you clarify how exactly you enabled the display? Was it via the UI settings or via the JSON settings?
@eli.wavv you can try enabling it manually. Open the JSON settings (Cmd/Ctrl + Shift + P > “Preferences: Open Settings (JSON)”) and add:
"cursor.composer.usageSummaryDisplay": "always"
Let me know if it worked or not.
eli.wavv
(Eli Smith)
February 16, 2026, 8:01pm
7
I already had that set to “always” however the usage summary is still not displayed.
This is on Cursor 2.4.37 on MacOS.
KES
(Eugen)
February 18, 2026, 2:09am
8
It was never, I changed to “Always”.
Cursor version:
Version: 2.6.0-pre.5.patch.0
VSCode Version: 1.105.1
Commit: ca82f854def74a47bfb7d9ab3b2c217b1a18ee69
Date: 2026-02-14T08:26:38.914Z
Build Type: Nightly
Release Track: Default
Electron: 39.4.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Linux x64 6.14.0-37-generic
I hope this helps you.