Refs: #315283
Complexity: 3
Authors: @lramos15
Create Issue
Create Issue
VS Code now surfaces session-level token usage, similar to the Copilot CLI's /usage. This supplements the existing per-turn credit consumption and context-window indicators to give a fuller picture of what a chat session has consumed.
Task
Validate that session-level token usage is reported and is accurate.
- Start a new agent/chat session and run several turns.
- Open the session token usage view and confirm:
- Confirm the data resets / starts fresh for a new session.
- Try across model configurations (different context sizes / reasoning efforts) and verify the usage view still behaves correctly.
Refs: #315283
Complexity: 3
Authors: @lramos15
Create Issue
Create Issue
VS Code now surfaces session-level token usage, similar to the Copilot CLI's
/usage. This supplements the existing per-turn credit consumption and context-window indicators to give a fuller picture of what a chat session has consumed.Task
Validate that session-level token usage is reported and is accurate.