fix: improve channel step UX copy and resume prompt#568
Conversation
- Replace vague channel prompt with clear explanation of what a channel is, that nothing goes live until a native build ships, and a link to docs (https://capgo.app/docs/live-updates/channels/) - Convert channel confirm to select: "Use production" vs "Choose a custom name" with emoji labels - Convert resume confirm to select with emoji labels for consistency
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughReplaced yes/no confirmation prompts with 2-option selectors in the init command onboarding flow: resume steps confirmation and channel selection. Updated conditional checks to compare selector string values and revised user-facing channel guidance and placeholder text. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d40fa8a6d5
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Instead of showing "production" as placeholder when the user chose custom, show "e.g. staging, beta, dev" since they opted out of production.
|



Summary
✅ Use "production"/✏️ Choose a custom name✅ Yes, continue/❌ No, start overTest plan
node dist/index.js i— channel step should show the new explanation + selectSummary by CodeRabbit
Improvements
Documentation