feat(kilo-pass): extend 2-month promo period by one week#1067
Merged
lambertjosh merged 1 commit intomainfrom Mar 12, 2026
Merged
feat(kilo-pass): extend 2-month promo period by one week#1067lambertjosh merged 1 commit intomainfrom
lambertjosh merged 1 commit intomainfrom
Conversation
Contributor
Author
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Reviewed by gpt-5.4-20260305 · 201,618 tokens |
markijbema
approved these changes
Mar 12, 2026
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)
alexkgold
added a commit
that referenced
this pull request
Mar 14, 2026
…1067) (#1091) Adds card to `/claw` pointing to kilo.ai/kiloclaw/config-service. Card shows up if KiloClaw does not exist or is less than 7 days old. <img width="1234" height="120" alt="image" src="https://github.com/user-attachments/assets/3460bcf1-ffef-4982-b208-3b5817c282f1" /> Note: final version does not have $49 so we don't have to worry if we change price.
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 March 14th to March 21st, 2026.
This change updates the
KILO_PASS_MONTHLY_FIRST_2_MONTHS_PROMO_CUTOFFconstant insrc/lib/kilo-pass/constants.ts.Verification
Visual Changes
N/A
Reviewer Notes
N/A
Built for josh by Kilo for Slack