You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add terminal notification tip to rotating tips (#1446)
* feat(chat): Add notification tip to rotating tips
Add a new tip to the rotating tips array that informs users about
enabling terminal notifications with the settings command.
🤖 Assisted by [Amazon Q Developer](https://aws.amazon.com/q/developer)
* fix
* fix
---------
Co-authored-by: Sai Srinivas S <somarsai@amazon.com>
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
204
color_print::cstr! {"You can use <green!>/editor</green!> to edit your prompt with a vim-like experience"},
204
205
color_print::cstr! {"You can execute bash commands by typing <green!>!</green!> followed by the command"},
205
206
color_print::cstr! {"Q can use tools without asking for confirmation every time. Give <green!>/tools trust</green!> a try"},
0 commit comments