Skip to content

Commit 704738f

Browse files
shorten terminal notification tip (#1471)
Co-authored-by: Sai Srinivas S <somarsai@amazon.com>
1 parent ef9a128 commit 704738f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/q_chat/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ const SMALL_SCREEN_WECLOME_TEXT: &str = color_print::cstr! {"
200200
"};
201201

202202
const ROTATING_TIPS: [&str; 9] = [
203-
color_print::cstr! {"Get notified whenever Q CLI generates a response or requests permission. Just ask me, or run <green!>q settings chat.enableNotifications true</green!>"},
203+
color_print::cstr! {"Get notified whenever Q CLI finishes responding. Just run <green!>q settings chat.enableNotifications true</green!>"},
204204
color_print::cstr! {"You can use <green!>/editor</green!> to edit your prompt with a vim-like experience"},
205205
color_print::cstr! {"You can execute bash commands by typing <green!>!</green!> followed by the command"},
206206
color_print::cstr! {"Q can use tools without asking for confirmation every time. Give <green!>/tools trust</green!> a try"},

0 commit comments

Comments
 (0)