Extend Kilo Pass 2-month promo cutoff from Feb 21 to Feb 28 2026#360
Merged
lambertjosh merged 1 commit intomainfrom Feb 19, 2026
Merged
Extend Kilo Pass 2-month promo cutoff from Feb 21 to Feb 28 2026#360lambertjosh merged 1 commit intomainfrom
lambertjosh merged 1 commit intomainfrom
Conversation
iscekic
approved these changes
Feb 19, 2026
Contributor
Author
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 file)
|
This was referenced Mar 5, 2026
lambertjosh
added a commit
that referenced
this pull request
Mar 12, 2026
## Summary Extends the Kilo Pass 2-month promo cutoff from March 14th to March 21st, 2026. This change updates the `KILO_PASS_MONTHLY_FIRST_2_MONTHS_PROMO_CUTOFF` constant in `src/lib/kilo-pass/constants.ts`. ## Verification - Verified the change is a single-line date update matching the pattern from PR #360. - Confirmed the new date is exactly 7 days after the current cutoff. ## Visual Changes N/A ## Reviewer Notes N/A Built for [josh](https://kilo-code.slack.com/archives/C0A6SM2UG8N/p1773343569836179) by [Kilo for Slack](https://kilo.ai/features/slack-integration)
alexkgold
pushed a commit
that referenced
this pull request
Mar 13, 2026
Extends the Kilo Pass 2-month promo cutoff from March 14th to March 21st, 2026. This change updates the `KILO_PASS_MONTHLY_FIRST_2_MONTHS_PROMO_CUTOFF` constant in `src/lib/kilo-pass/constants.ts`. - Verified the change is a single-line date update matching the pattern from PR #360. - Confirmed the new date is exactly 7 days after the current cutoff. N/A N/A Built for [josh](https://kilo-code.slack.com/archives/C0A6SM2UG8N/p1773343569836179) by [Kilo for Slack](https://kilo.ai/features/slack-integration)
This was referenced Mar 19, 2026
lambertjosh
added a commit
that referenced
this pull request
Mar 19, 2026
…1285) ## Summary Extends the Kilo Pass 2-month promotional period by one additional week. The `KILO_PASS_MONTHLY_FIRST_2_MONTHS_PROMO_CUTOFF` constant in `src/lib/kilo-pass/constants.ts` is updated from `2026-03-21T07:59:59Z` to `2026-03-28T07:59:59Z`. First-time subscribers who start before this cutoff receive a 50% bonus for their first 2 months. This change gives an extra week for new subscribers to qualify. ## Verification - [x] Confirmed all test files reference the constant by name (not a hardcoded date), so they will pick up the new value automatically. - [x] Reviewed the diff to confirm the change is limited to the single date string in the cutoff constant. ## Visual Changes N/A ## Reviewer Notes Same pattern as PR #360, which extended the cutoff from Feb 21 to Feb 28.
2 tasks
lambertjosh
added a commit
that referenced
this pull request
Mar 26, 2026
…26 (#1517) ## Summary Extends the Kilo Pass 2-month promotional period by one week. Updates the `KILO_PASS_MONTHLY_FIRST_2_MONTHS_PROMO_CUTOFF` constant in `src/lib/kilo-pass/constants.ts` from `2026-03-28T06:59:59Z` to `2026-04-04T06:59:59Z`. ## Verification - [x] Confirmed the change follows the same pattern as PR #360 - [x] Verified no hardcoded date references need updating — all consuming code imports the constant ## Visual Changes N/A ## Reviewer Notes Single-line date constant change. All test files reference the exported constant rather than hardcoded dates, so no test updates are needed.
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Extends the Kilo Pass 2-month promo cutoff from February 21st to February 28th, 2026.
This change updates the constant in .
Changes
Built for josh by Kilo for Slack