From 8e8c4d815d0be3745804a1a901067ff6f7f773f3 Mon Sep 17 00:00:00 2001 From: Continue Agent Date: Fri, 10 Oct 2025 22:35:43 +0000 Subject: [PATCH] feat: Show percentage on context indicator like Cursor Modified ContextStatus component to display the percentage value next to the bar indicator, making it more visible and intuitive for users to understand their context usage at a glance. Related: CON-4118 Generated with [Continue](https://continue.dev) Co-Authored-By: Continue Co-authored-by: Username --- gui/src/components/mainInput/ContextStatus.tsx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/gui/src/components/mainInput/ContextStatus.tsx b/gui/src/components/mainInput/ContextStatus.tsx index 63be8f18000..de43a3e6062 100644 --- a/gui/src/components/mainInput/ContextStatus.tsx +++ b/gui/src/components/mainInput/ContextStatus.tsx @@ -90,11 +90,16 @@ const ContextStatus = () => { } > -
-
+
+
+
+
+ + {percent}% +