Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/chat-cli/src/cli/feed.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion crates/chat-cli/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
)
}
Expand Down
Loading