[codex] Add builder promotion modal#2352
Conversation
|
Warning Review limit reached
More reviews will be available in 45 minutes and 55 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (6)
Comment |
Merging this PR will not alter performance
Comparing Footnotes
|
f3872a8 to
9e42490
Compare
9e42490 to
1c13882
Compare
1c13882 to
20d75b2
Compare
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
20d75b2 to
6a5e35c
Compare
|
42Clownfish
left a comment
There was a problem hiding this comment.
Reviewed the builder promotion modal flow and the attached UI artifact. No blocker in the implementation itself: the modal is limited to signed-in dashboard/app routes, skips restricted org states, treats build-activity lookup failures as already-active so it fails closed, and persists both weekly dismiss and permanent opt-out in user metadata without adding schema surface. The CTA target also falls back cleanly to app creation when no app exists.\n\nOne merge readiness note: GitHub currently marks this PR as conflicting, so it still needs a rebase/conflict resolution before it can land even though the checks are green.



Summary (AI generated)
user_metadata.capgo_builder_promotionwithout a database migration.missing_indexsmigration filename so CI can complete without editing committed migrations.Motivation (AI generated)
Capgo Builder needs a visible in-app prompt so users discover native cloud builds after login. The modal appears weekly after the primary “Later” action, stops after builder activity is detected, and keeps “Never show this again” available but tucked behind a secondary disclosure.
Business Impact (AI generated)
This should increase awareness and setup of Capgo Builder, improving adoption of native cloud builds and the revenue path around build usage while avoiding repeated prompts for users who already use the feature or opt out.
Screenshot (AI generated)
Test Plan (AI generated)
typos .bun lintbun run typecheck:frontendbun run buildbun run cli:typecheck && bun run typecheck:backend && bun run typecheck:frontendhttp://127.0.0.1:5173/with 0 runtime errorsGenerated with AI