We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7f995 commit 68189cbCopy full SHA for 68189cb
crates/chat-cli/src/cli/chat/mod.rs
@@ -464,7 +464,7 @@ impl ChatArgs {
464
const CHANGELOG_MAX_SHOW_COUNT: i64 = 2;
465
466
// Maximum number of times to show the Kiro upgrade announcement
467
-const KIRO_UPGRADE_MAX_SHOW_COUNT: i64 = 2;
+const KIRO_UPGRADE_MAX_SHOW_COUNT: i64 = 5;
468
469
const GREETING_BREAK_POINT: usize = 80;
470
0 commit comments