From 60cf753cad22356eda08d5fde71b1edefc364a01 Mon Sep 17 00:00:00 2001 From: Emma Youndtsmith <90283317+emma-squared@users.noreply.github.com> Date: Tue, 20 May 2025 09:37:44 -0500 Subject: [PATCH] Docs: token usage progress bar for desktop (#2600) Co-authored-by: Angie Jones --- .../docs/guides/smart-context-management.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/documentation/docs/guides/smart-context-management.md b/documentation/docs/guides/smart-context-management.md index 3d7ef8bac6..2421d92991 100644 --- a/documentation/docs/guides/smart-context-management.md +++ b/documentation/docs/guides/smart-context-management.md @@ -97,4 +97,25 @@ Key information has been preserved while reducing context length. + + +### Token usage + + + After sending your first message to Goose, a colored circle appears next to the model name at the bottom of the session window. The color provides a visual indicator of your token usage for the session. + - **Green**: Normal usage - Plenty of context space available + - **Orange**: Warning state - Approaching limit (80% of capacity) + - **Red**: Error state - Context limit reached + + Hover over this circle to display: + - the number of tokens used + - the percentage of available tokens used + - the total available tokens + - A progress bar showing your current token usage + + + + This functionality is not available in the Goose CLI. + + \ No newline at end of file