Skip to content

Commit 4b9f46a

Browse files
committed
update copy
1 parent 4b5faad commit 4b9f46a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

crates/chat-cli/src/constants.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,9 @@ Notes:
223223
/// Announcement text for Kiro CLI upgrade
224224
pub fn kiro_upgrade_announcement() -> String {
225225
format!(
226-
"Amazon Q Developer CLI users can now upgrade to the Kiro CLI. Run {} to update today. The Kiro CLI leverages the agentic CLI features of Q Developer CLI, and is fully compatible with Q Developer CLI. If you have auto updates enabled, you will be updated on 11/21.",
227-
StyledText::command("q update")
226+
"Q CLI users can now upgrade to the Kiro CLI. Type {} to update today. The Kiro CLI leverages the agentic features of Q CLI and can be used with your existing Q Developer subscription. If you have auto updates enabled for the Q CLI, unless you disable that setting, Q CLI will auto update to Kiro CLI on 11/24. Kiro CLI is licensed as AWS Content under your Agreement and the AWS Intellectual Property License ({}). By updating to Kiro CLI, you agree to the AWS Intellectual Property License.",
227+
StyledText::command("q update"),
228+
StyledText::command("https://aws.amazon.com/legal/aws-ip-license-terms/")
228229
)
229230
}
230231

0 commit comments

Comments
 (0)