Add top-level announcement notification - #11379
Conversation
| // Static notifications always shown unconditionally (not fetched from API, not dismissable) | ||
| const STATIC_NOTIFICATIONS: KilocodeNotification[] = [ | ||
| { | ||
| id: "star-giveaway-june-2026", |
There was a problem hiding this comment.
SUGGESTION: This notification promotes a time-limited event ("June 24th") but has no expiry mechanism. After June 24, 2026 passes, this notification will continue showing to all users indefinitely until the code is manually removed in a follow-up PR. Consider adding a date guard so it automatically stops displaying after the event ends, or ensure a follow-up PR is planned to remove it.
Reply with @kilocode-bot fix it to have Kilo Code address this issue.
Code Review SummaryStatus: No Issues Found | Recommendation: Merge The incremental changes since the last review (commit The previous SUGGESTION about the time-limited promotion lacking an expiry mechanism is resolved — the notification is dismissible via Other Observations (not in diff)
Files Reviewed (2 files)
Fix these issues in Kilo Cloud Previous Review Summaries (2 snapshots, latest commit 7cd018a)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 7cd018a)Status: 1 Issue Found | Recommendation: Address before merge Overview
Note: The previous SUGGESTION (line 17, "Time-limited promotion has no expiry mechanism") is now resolved — the notification is dismissible. Other Observations (not in diff)
Files Reviewed (1 file)
Fix these issues in Kilo Cloud Previous review (commit f02deb5)Status: 1 Issue Found | Recommendation: Address before merge Overview
Issue Details (click to expand)SUGGESTION
Other Observations (not in diff)
Files Reviewed (1 file)
Reviewed by glm-5.2-20260616 · 153,817 tokens Review guidance: REVIEW.md from base branch |
…ement-notification Add top-level announcement notification
Summary
STATIC_IDSguard that blocked dismissal, so it now behaves like a normal notificationBuilt for Brian Turcotte by Kilo for Slack