Skip to content

Commit 653fa73

Browse files
committed
final copy
1 parent 9213904 commit 653fa73

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,9 +223,10 @@ Notes:
223223
/// Announcement text for Kiro CLI upgrade
224224
pub fn kiro_upgrade_announcement() -> String {
225225
format!(
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.",
226+
"Kiro CLI is the next update of the Q CLI. Your existing Q Developer CLI workflows and subscription continue to work without any changes. You can update to Kiro CLI manually with {} today, or wait for the auto-update on 11/24 to apply the change. To learn more, go to {}.\n\nKiro CLI is licensed under, and by updating to it you agree to, the AWS Intellectual Property License ({}).",
227227
StyledText::command("q update"),
228-
StyledText::command("https://aws.amazon.com/legal/aws-ip-license-terms/")
228+
StyledText::command("kiro.dev/cli/upgrade"),
229+
StyledText::command("kiro.dev/license")
229230
)
230231
}
231232

0 commit comments

Comments
 (0)