We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929323a commit a432055Copy full SHA for a432055
crates/fig_util/src/consts.rs
@@ -26,9 +26,9 @@ pub const PRODUCT_NAME: &str = "Kiro-Cli";
26
pub const RUNTIME_DIR_NAME: &str = "cwrun";
27
28
// These are the old "CodeWhisperer" branding, used anywhere we will not update to Amazon Q
29
-pub const OLD_PRODUCT_NAME: &str = "Amazon Q";
30
-pub const OLD_CLI_BINARY_NAMES: &[&str] = &["q"];
31
-pub const OLD_PTY_BINARY_NAMES: &[&str] = &["qterm"];
+pub const OLD_PRODUCT_NAME: &str = "CodeWhisperer";
+pub const OLD_CLI_BINARY_NAMES: &[&str] = &["cw"];
+pub const OLD_PTY_BINARY_NAMES: &[&str] = &["cwterm"];
32
33
pub const GITHUB_REPO_NAME: &str = "aws/amazon-q-developer-cli";
34
0 commit comments