File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import pathlib
22
33
4- APP_NAME = "Kiro-Cli "
4+ APP_NAME = "Kiro CLI "
55CLI_BINARY_NAME = "kiro-cli"
66CHAT_BINARY_NAME = "kiro-cli-chat"
77PTY_BINARY_NAME = "kiro-cli-term"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ pub const CLI_CRATE_NAME: &str = "q_cli";
2121
2222pub const URL_SCHEMA : & str = "kiro-cli" ;
2323
24- pub const PRODUCT_NAME : & str = "Kiro-Cli " ;
24+ pub const PRODUCT_NAME : & str = "Kiro CLI " ;
2525
2626pub const RUNTIME_DIR_NAME : & str = "cwrun" ;
2727
Original file line number Diff line number Diff line change 88
99# Configuration
1010BINARY_NAME=" kiro-cli"
11- CLI_NAME=" Kiro-Cli "
11+ CLI_NAME=" Kiro CLI "
1212COMMAND_NAME=" kiro-cli"
1313BASE_URL=" https://desktop-release.q.us-east-1.amazonaws.com"
1414MANIFEST_URL=" ${BASE_URL} /latest/manifest.json"
You can’t perform that action at this time.
0 commit comments