Skip to content

Commit cf39ab6

Browse files
chore: update kiro update showcount from 2 to 5 (#3457)
1 parent 7f7f995 commit cf39ab6

File tree

1 file changed

+1
-1
lines changed
  • crates/chat-cli/src/cli/chat

1 file changed

+1
-1
lines changed

crates/chat-cli/src/cli/chat/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ impl ChatArgs {
464464
const CHANGELOG_MAX_SHOW_COUNT: i64 = 2;
465465

466466
// Maximum number of times to show the Kiro upgrade announcement
467-
const KIRO_UPGRADE_MAX_SHOW_COUNT: i64 = 2;
467+
const KIRO_UPGRADE_MAX_SHOW_COUNT: i64 = 5;
468468

469469
const GREETING_BREAK_POINT: usize = 80;
470470

0 commit comments

Comments
 (0)