-
Notifications
You must be signed in to change notification settings - Fork 12.6k
Context window usage indicator is not displayed #24272
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingcontextIssues related to context management (including compaction)Issues related to context management (including compaction)extensionIssues related to the VS Code extensionIssues related to the VS Code extensionwindows-osIssues related to Codex on Windows systemsIssues related to Codex on Windows systems
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcontextIssues related to context management (including compaction)Issues related to context management (including compaction)extensionIssues related to the VS Code extensionIssues related to the VS Code extensionwindows-osIssues related to Codex on Windows systemsIssues related to Codex on Windows systems
Type
Fields
Give feedbackNo fields configured for issues without a type.
What version of the IDE extension are you using?
26.519.32039
What subscription do you have?
Plus
Which IDE are you using?
VS Code
What platform is your computer?
Microsoft Windows NT 10.0.26100.0 x64
What issue are you seeing?
Just noticed that the context window usage indicator is no longer displayed.
Before:
Now:
What steps can reproduce the bug?
What is the expected behavior?
The context window usage indicator should be displayed.
Additional information
Without this indicator, it is impossible to understand the current context window usage. This information is essential for users who have long chat sessions, because when the context becomes large enough, it is automatically compacted.
Since we know that not all the information is preserved during compaction, it is important to know when the context is going to be compacted at the beginning of the next turn.
This critical part of the current state should be visible without any additional actions. It is as important as the battery indicator on a phone and should remain visible in all cases.