We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d16273 commit 1aa3813Copy full SHA for 1aa3813
crates/chat-cli/src/cli/chat/cli/usage/usage_renderer.rs
@@ -147,7 +147,7 @@ pub async fn render_context_window(
147
calculate_usage_percentage(usage_data.tools_tokens, usage_data.context_window_size)
148
)),
149
StyledText::info_fg(),
150
- style::Print("█ Kiro responses: "),
+ style::Print("█ Q responses: "),
151
StyledText::reset(),
152
style::Print(format!(
153
" ~{} tokens ({:.2}%)\n",
0 commit comments