Skip to content

Commit 539da87

Browse files
authored
fix: updates welcome message to also include programming capabilities (#652)
* fix: updates welcome message to also include programming capabilities * fix: revises welcome message update
1 parent eadbf5b commit 539da87

File tree

1 file changed

+1
-1
lines changed
  • crates/q_cli/src/cli/chat

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ where
265265
execute!(
266266
self.output,
267267
style::Print(color_print::cstr! {"
268-
Hi, I'm <g>Amazon Q</g>. I can answer questions about your workspace and tooling, and help execute ops related tasks on your behalf!
268+
Hi, I'm <g>Amazon Q</g>. Ask me anything.
269269
270270
<em>@history</em> to pass your shell history
271271
<em>@git</em> to pass information about your current git repository

0 commit comments

Comments
 (0)