We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6578f3 commit 5a93200Copy full SHA for 5a93200
1 file changed
cortex-tui/src/app.rs
@@ -322,7 +322,7 @@ impl SubagentDisplayStatus {
322
/// Get a short description of the status.
323
pub fn description(&self) -> String {
324
match self {
325
- Self::Starting => "Starting...".to_string(),
+ Self::Starting => "Processing request...".to_string(),
326
Self::Thinking => "Thinking...".to_string(),
327
Self::ExecutingTool(name) => format!("Running {}", name),
328
Self::Completed => "Completed".to_string(),
0 commit comments