File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
crates/q_cli/src/cli/chat Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ impl ProfileSubcommand {
4242 pub fn help_text ( ) -> String {
4343 color_print:: cformat!(
4444 r#"
45- <magenta,em>Profile Management</magenta,em>
45+ <magenta,em>(Beta) Profile Management</magenta,em>
4646
4747Profiles allow you to organize and manage different sets of context files for different projects or tasks.
4848
@@ -107,7 +107,7 @@ impl ContextSubcommand {
107107 pub fn help_text ( ) -> String {
108108 color_print:: cformat!(
109109 r#"
110- <magenta,em>Context Management</magenta,em>
110+ <magenta,em>(Beta) Context Management</magenta,em>
111111
112112Context files provide Amazon Q with additional information about your project or environment.
113113Adding relevant files to your context helps Amazon Q provide more accurate and helpful responses.
Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ const WELCOME_TEXT: &str = color_print::cstr! {"
9595• Help me understand my git status
9696
9797<em>/acceptall</em> <black!>Toggles acceptance prompting for the session.</black!>
98- <em>/profile</em> <black!>Manage profiles for the chat session</black!>
99- <em>/context</em> <black!>Manage context files for a profile</black!>
98+ <em>/profile</em> <black!>(Beta) Manage profiles for the chat session</black!>
99+ <em>/context</em> <black!>(Beta) Manage context files for a profile</black!>
100100<em>/help</em> <black!>Show the help dialogue</black!>
101101<em>/quit</em> <black!>Quit the application</black!>
102102
You can’t perform that action at this time.
0 commit comments