Skip to content

Commit 454e76f

Browse files
chore: add beta notice to /profile and /context help text (#875)
1 parent 44b8205 commit 454e76f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
4747
Profiles 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
112112
Context files provide Amazon Q with additional information about your project or environment.
113113
Adding relevant files to your context helps Amazon Q provide more accurate and helpful responses.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)