@@ -417,25 +417,35 @@ const SMALL_SCREEN_WELCOME_TEXT: &str = color_print::cstr! {"<em>Welcome to <cya
417
417
const RESUME_TEXT : & str = color_print:: cstr! { "<em>Picking up where we left off...</em>" } ;
418
418
419
419
// Only show the model-related tip for now to make users aware of this feature.
420
- const ROTATING_TIPS : [ & str ; 3 ] = [
421
- // color_print::cstr! {"You can resume the last conversation from your current directory by launching with
422
- // <green!>q chat --resume</green!>"}, color_print::cstr! {"Get notified whenever Q CLI finishes responding.
423
- // Just run <green!>q settings chat.enableNotifications true</green!>"}, color_print::cstr! {"You can use
424
- // <green!>/editor</green!> to edit your prompt with a vim-like experience"}, color_print::cstr!
425
- // {"<green!>/usage</green!> shows you a visual breakdown of your current context window usage"},
426
- // color_print::cstr! {"Get notified whenever Q CLI finishes responding. Just run <green!>q settings
427
- // chat.enableNotifications true</green!>"}, color_print::cstr! {"You can execute bash commands by typing
428
- // <green!>!</green!> followed by the command"}, color_print::cstr! {"Q can use tools without asking for
429
- // confirmation every time. Give <green!>/tools trust</green!> a try"}, color_print::cstr! {"You can
430
- // programmatically inject context to your prompts by using hooks. Check out <green!>/context hooks
431
- // help</green!>"}, color_print::cstr! {"You can use <green!>/compact</green!> to replace the conversation
432
- // history with its summary to free up the context space"}, color_print::cstr! {"If you want to file an issue
433
- // to the Q CLI team, just tell me, or run <green!>q issue</green!>"}, color_print::cstr! {"You can enable
434
- // custom tools with <green!>MCP servers</green!>. Learn more with /help"}, color_print::cstr! {"You can
435
- // specify wait time (in ms) for mcp server loading with <green!>q settings mcp.initTimeout {timeout in
436
- // int}</green!>. Servers that takes longer than the specified time will continue to load in the background. Use
437
- // /tools to see pending servers."}, color_print::cstr! {"You can see the server load status as well as any
438
- // warnings or errors associated with <green!>/mcp</green!>"},
420
+ const ROTATING_TIPS : [ & str ; 16 ] = [
421
+ color_print:: cstr! { "You can resume the last conversation from your current directory by launching with
422
+ <green!>q chat --resume</green!>" } ,
423
+ color_print:: cstr! { "Get notified whenever Q CLI finishes responding.
424
+ Just run <green!>q settings chat.enableNotifications true</green!>" } ,
425
+ color_print:: cstr! { "You can use
426
+ <green!>/editor</green!> to edit your prompt with a vim-like experience" } ,
427
+ color_print:: cstr! { "<green!>/usage</green!> shows you a visual breakdown of your current context window usage" } ,
428
+ color_print:: cstr! { "Get notified whenever Q CLI finishes responding. Just run <green!>q settings
429
+ chat.enableNotifications true</green!>" } ,
430
+ color_print:: cstr! { "You can execute bash commands by typing
431
+ <green!>!</green!> followed by the command" } ,
432
+ color_print:: cstr! { "Q can use tools without asking for
433
+ confirmation every time. Give <green!>/tools trust</green!> a try" } ,
434
+ color_print:: cstr! { "You can
435
+ programmatically inject context to your prompts by using hooks. Check out <green!>/context hooks
436
+ help</green!>" } ,
437
+ color_print:: cstr! { "You can use <green!>/compact</green!> to replace the conversation
438
+ history with its summary to free up the context space" } ,
439
+ color_print:: cstr! { "If you want to file an issue
440
+ to the Q CLI team, just tell me, or run <green!>q issue</green!>" } ,
441
+ color_print:: cstr! { "You can enable
442
+ custom tools with <green!>MCP servers</green!>. Learn more with /help" } ,
443
+ color_print:: cstr! { "You can
444
+ specify wait time (in ms) for mcp server loading with <green!>q settings mcp.initTimeout {timeout in
445
+ int}</green!>. Servers that takes longer than the specified time will continue to load in the background. Use
446
+ /tools to see pending servers." } ,
447
+ color_print:: cstr! { "You can see the server load status as well as any
448
+ warnings or errors associated with <green!>/mcp</green!>" } ,
439
449
color_print:: cstr! { "Use <green!>/model</green!> to select the model to use for this conversation" } ,
440
450
color_print:: cstr! { "Set a default model by running <green!>q settings chat.defaultModel MODEL</green!>. Run <green!>/model</green!> to learn more." } ,
441
451
color_print:: cstr! { "Run <green!>/prompts</green!> to learn how to build & run repeatable workflows" } ,
0 commit comments