From 5d13a90077c981a37793fa3adcc22ed17ab8e20d Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Sun, 10 Aug 2025 10:38:52 +0200 Subject: [PATCH] docs: Add context window percentage to token usage display todo --- todos/todos.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/todos/todos.md b/todos/todos.md index 9f44a507..a61f52da 100644 --- a/todos/todos.md +++ b/todos/todos.md @@ -20,6 +20,8 @@ - agent: token usage output sucks, make it better - current: ↑1,706 ↓409 ⚒ 2 - maybe: ↑ 1,706 - ↓ 409 - ⚒ 2 (or dot?) + - add context window usage percentage (e.g., "23% context used") + - requires context length detection from models endpoint (see todo above) - agent: test for basic functionality, including thinking, completions & responses API support for all the known providers and their endpoints.