diff --git a/crates/chat-cli/src/cli/feed.json b/crates/chat-cli/src/cli/feed.json index 63c50c542..3f9e62f60 100644 --- a/crates/chat-cli/src/cli/feed.json +++ b/crates/chat-cli/src/cli/feed.json @@ -18,7 +18,7 @@ "changes": [ { "type": "added", - "description": "Update announcement - [#3433](https://github.com/aws/amazon-q-developer-cli/pull/3433)" + "description": "Kiro CLI announcement. Learn more at kiro.dev/cli-upgrade - [#3433](https://github.com/aws/amazon-q-developer-cli/pull/3433)" } ] }, diff --git a/crates/chat-cli/src/constants.rs b/crates/chat-cli/src/constants.rs index b143081de..c2081fe82 100644 --- a/crates/chat-cli/src/constants.rs +++ b/crates/chat-cli/src/constants.rs @@ -225,7 +225,7 @@ pub fn kiro_upgrade_announcement() -> String { format!( "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 ({}).", StyledText::command("q update"), - StyledText::command("kiro.dev/cli/upgrade"), + StyledText::command("kiro.dev/cli-upgrade"), StyledText::command("kiro.dev/license") ) }