Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: QLHazyCoder/FlowPilot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
Loading
...
head repository: QLHazyCoder/FlowPilot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 7 files changed
  • 3 contributors

Commits on Jun 8, 2026

  1. fix: ensure SMS channel selected before submitting phone number on ad...

    ...d-phone page
    OpenAI's add-phone page shows a 'Send code via' radio group with
    'Text Message' (SMS) and 'WhatsApp' options that can appear in
    random DOM order. Previously submitPhoneNumber did not check which
    channel was active, so if WhatsApp happened to be selected the
    verification code would be sent via WhatsApp — which SMS-based
    verification platforms cannot read.
    - Add getAddPhoneChannelInput / getSelectedChannel to read the
     hidden channel input and checked radio state
    - Add getSmsChannelRadio / getWhatsAppChannelRadio to locate
     options by their stable value attribute regardless of DOM order
    - Add ensureSmsChannelSelected to click the SMS radio when needed
    - Call ensureSmsChannelSelected in submitPhoneNumber before the
     phone number is submitted, failing fast if SMS cannot be selected
    - Export the new helpers so background flows can also query channel
     state when needed
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
    Thinkre and claude committed Jun 8, 2026
    Configuration menu
    Copy the full SHA
    c9bef31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    789cdb6 View commit details
    Browse the repository at this point in the history
Loading

AltStyle によって変換されたページ (->オリジナル) /