Bug Description
On Android (Google Pixel 6a, Android stock), the GitHub Mobile app receives remote CLI session data (push notifications work) but the UI does not render the session content. Only a static confirm working functionality text is shown with a colored status indicator.
Environment
- Device: Google Pixel 6a
- OS: Android (stock, latest)
- GitHub Mobile app: latest version (cache cleared, force-stopped and relaunched)
- Copilot CLI version: latest
- Session type: tmux persistent session launched with
copilot --continue
Steps to Reproduce
- Start a Copilot CLI session inside tmux on a Raspberry Pi (ARM64, Ubuntu)
- Run
/remote to enable remote control
- Scan the QR code with GitHub Mobile app on Android Pixel 6a
- Observe: app shows the session in the Copilot tab with a colored status indicator and
confirm working functionality text
- Type a message in the app → no response displayed in the UI
- Push notifications ARE received (audio notification plays) confirming the WebSocket connection is alive
Expected Behavior
Session content should render in real-time in the GitHub Mobile app, mirroring the CLI session.
Actual Behavior
- UI is frozen on
confirm working functionality
- Notifications are received (WebSocket is working)
- No session content rendered
- Toggling
/remote off then /remote on does not fix the issue
- Clearing app cache does not fix the issue
Workaround
Using the browser (mobile Chrome or desktop) at https://github.com/copilot works correctly — session renders in real-time with no issues.
Additional Notes
This appears to be a UI rendering bug rather than a connectivity issue, since the WebSocket is clearly functional (notifications arrive). The browser implementation works perfectly on the same network/device.
Bug Description
On Android (Google Pixel 6a, Android stock), the GitHub Mobile app receives remote CLI session data (push notifications work) but the UI does not render the session content. Only a static
confirm working functionalitytext is shown with a colored status indicator.Environment
copilot --continueSteps to Reproduce
/remoteto enable remote controlconfirm working functionalitytextExpected Behavior
Session content should render in real-time in the GitHub Mobile app, mirroring the CLI session.
Actual Behavior
confirm working functionality/remote offthen/remote ondoes not fix the issueWorkaround
Using the browser (mobile Chrome or desktop) at https://github.com/copilot works correctly — session renders in real-time with no issues.
Additional Notes
This appears to be a UI rendering bug rather than a connectivity issue, since the WebSocket is clearly functional (notifications arrive). The browser implementation works perfectly on the same network/device.