From ee8936da740a5e237eb3547e1c2c4b247506050e Mon Sep 17 00:00:00 2001 From: qxh Date: Tue, 11 Aug 2026 15:55:51 +0800 Subject: [PATCH] Q CLI is now Kiro CLI and should be invoked as `kiro-cli` rather than `q` I have also checked the `install.sh` script inside `kirocli-x86_64-linux.zip`, and it only installs these three binaries. ```bash CLI_BINARY_NAME="kiro-cli" CHAT_BINARY_NAME="kiro-cli-chat" PTY_BINARY_NAME="kiro-cli-term" ... install -m 755 "$SCRIPT_DIR/bin/$CLI_BINARY_NAME" "$HOME/.local/bin/" install -m 755 "$SCRIPT_DIR/bin/$CHAT_BINARY_NAME" "$HOME/.local/bin/" install -m 755 "$SCRIPT_DIR/bin/$PTY_BINARY_NAME" "$HOME/.local/bin/" ``` --- .github/ISSUE_TEMPLATE/1_bug_report_template.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report_template.yml b/.github/ISSUE_TEMPLATE/1_bug_report_template.yml index 328d750f21..01afd333f8 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report_template.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report_template.yml @@ -12,9 +12,9 @@ body: options: - label: "I have searched [github.com/aws/amazon-q-developer-cli/issues](https://github.com/aws/amazon-q-developer-cli/issues?q=) and there are no duplicates of my issue" required: true - - label: "I have run `q doctor` in the affected terminal session" + - label: "I have run `kiro-cli doctor` in the affected terminal session" required: true - - label: "I have run `q restart` and replicated the issue again" + - label: "I have run `kiro-cli restart` and replicated the issue again" required: true - type: input @@ -50,5 +50,5 @@ body: id: "environment" attributes: label: "Environment" - description: "If possible, run `q diagnostic` and paste the output below." - render: yaml \ No newline at end of file + description: "If possible, run `kiro-cli diagnostic` and paste the output below." + render: yaml