API usage percentage value doesn't update when switching models

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

After switching LLM model from Opus 4.7 to Composer 2.5, the API usage percentage changes to reflect API usage of Composer 2.5 (this is expected).

However, when switching it back from Composer 2.5 to Opus 4.7 the API usage percentage value does not change back to reflect API usage of Opus 4.7.

Steps to Reproduce

  • Use Opus 4.7 and write some chat messages (look at API usage percentage)
  • Switch to Composer 2.5 and write some chat messages (look at API usage percentage)
  • Switch back to Opus 4.7 and write some chat messages (look at API usage percentage)
  • (the API usage percentage value will still reflect the Composer 2.5 usage)

Expected Behavior

The API usage percentage value should accurately reflect either Auto + Composer usage or third-party API usage depending on the model selected to chat with.

Screenshots / Screen Recordings

Operating System

Windows 10/11

Version Information

Version: 3.8.24 (user setup)
VS Code Extension API: 1.105.1
Commit: cf80f4b937f3b9c48070d7085129a838ce7876a0
Date: 2026-06-24T06:55:08.142Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.256
OS: Windows_NT x64 10.0.26200

Does this stop you from using Cursor

No - Cursor works, but with this issue

Thanks for the report @litecode! This is a known bug. You should be able to run Ctrl + Shift + P > Developer: Reload Window to get the correct indicator. Hopefully we can get this fixed soon.