Skip to content

Commit f098221

Browse files
Feat: Update welcome msg for chat (#719)
* fix: use rust 1.85 (#710) * fix: use rust 1.85 * fix: typos failing on typ * fix: codepipeline failures when running cargo (#711) * fix: revert back to rust 1.84 (#712) * feat: updates welcome msg * fix: fmt * fix: edits list to reflect current capabilities * fix: updates msg based on new changes --------- Co-authored-by: Brandon Kiser <[email protected]>
1 parent 9fdb14d commit f098221

File tree

1 file changed

+7
-2
lines changed
  • crates/q_cli/src/cli/chat

1 file changed

+7
-2
lines changed

crates/q_cli/src/cli/chat/mod.rs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,13 @@ where
274274
execute!(
275275
self.output,
276276
style::Print(color_print::cstr! {"
277-
Hi, I'm <g>Amazon Q</g>. Ask me anything.
278-
277+
Hi, I'm <g>Amazon Q</g>, your AI Developer Assistant.
278+
\n<yellow>Try asking me:</yellow>\n\n\
279+
<green>• 🔍 What tools do you have?\n\
280+
• 🛠️ Fix the build failures in this project\n\
281+
• ✅ Write unit tests and markdown docs for my application\n\
282+
• ☁️ List the s3 buckets I have in us-west-2</green>
283+
\n<dim>Type <green>/exit</green> to quit</dim>\n
279284
"
280285
})
281286
)?;

0 commit comments

Comments
 (0)