Usage limit is not available for nightly

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

This could be configured now and is disabled by default.

I enabled it and not it works as expected.

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.

@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.

I already had that set to “always” however the usage summary is still not displayed.

This is on Cursor 2.4.37 on MacOS.

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.