Skip to content

Commit 6ab12be

Browse files
committed
docs: add token usage tracker feature to README with screenshot
1 parent 744fcc9 commit 6ab12be

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ DeepSeek V4 is text-only. Drop a screenshot into chat and this extension automat
3636
### Thinking Mode with Reasoning Effort Control
3737
Full support for DeepSeek V4's `reasoning_content`. Use Copilot Chat's native model picker menu to choose `none` (off), `high` (balanced, default), or `max` (deep reasoning for hard agent tasks).
3838

39+
### Token Usage Tracker
40+
Keep an eye on your token burn right from the status bar. A live counter shows total tokens consumed in the current session, with a hover tooltip breaking down prompt, completion, and cache-hit tokens. The bar changes colour as you approach the context limit — yellow at 80%, red at 95% — so you never hit a surprise truncation mid-task.
41+
42+
<p align="center">
43+
<img src="resources/screenshots/05-token-count.png" alt="DeepSeek token usage status bar showing live token count and hover tooltip with usage breakdown" width="800">
44+
</p>
45+
3946
### Inherits Every Copilot Capability
4047
Because this plugs into Copilot's native provider API, you get the full stack for free:
4148
- **Agent mode** — autonomous multi-step tasks

0 commit comments

Comments
 (0)