[Bug] claude --remote cloud sessions orphaned — no Desktop/mobile visibility, no repo access
Bug Description
claude --remote creates cloud sessions that appear orphaned from the user's account. Sessions are created successfully (session IDs returned, URLs work in the browser), but they:
- Do not appear in Claude Desktop app or iOS app — only visible in the browser when following session URLs directly
- Cannot access the GitHub repo — despite the GitHub App being installed and configured on the org
This is a regression. claude --remote previously created cloud sessions that appeared in both Desktop and iOS, and had full repo access. The breakage started in the last few days (late February / early March 2026).
Steps to Reproduce
- Have Claude CLI v2.1.68 installed, authenticated, with GitHub App installed on an org
- Launch a
claude --remotesession:
``bash``
claude --remote "Fix the following GitHub issues in the siir/round-claw repo..."
- Session is created and a session URL + ID is returned
- Open Desktop app — session is not listed
- Open iOS app — session is not listed
- Follow the session URL in a browser — session appears, but cannot access the GitHub repo
I launched 12 parallel sessions via a batch script. All 12 exhibited the same behavior.
Environment
- CLI version: 2.1.68
- Platform: macOS (darwin)
- Desktop app: Running, authenticated, can create its own cloud sessions normally
- GitHub App: Installed and configured on the
siirorg - Auth: Logged in on CLI, Desktop, iOS, and browser simultaneously
Evidence
All 12 sessions were created successfully but are invisible to Desktop/mobile:
Created remote session: Fix DNS rebinding comment in external services
View: https://claude.ai/code/session_01AcfWgP3FwpMU8JMn2cj1zD?m=0
Created remote session: Fix refresh-costs stall on unpriceable rows
View: https://claude.ai/code/session_01KgUrP4SP4cBXhuNTyhFBCJ?m=0
Created remote session: Fix inventory consume guard and add transaction support
View: https://claude.ai/code/session_01YVFkyWjjAS9f2m2PoQx7Lg?m=0
... (12 total sessions, all exhibiting the same behavior)
Launch script pattern:
claude --remote "Fix the following GitHub issues in the siir/round-claw repo. ..." &
Related Issues
- #30691 — sessions not appearing in Desktop/mobile (v2.1.66-2.1.68), but reported as remote-control sessions
- #28402 — remote control session does not appear in session list
- #29185 / #29449 — "Remote Control environments are not available for your account"
These are about remote-control (--remote-control), not claude --remote cloud sessions. The symptom is similar (sessions invisible to Desktop/mobile) but the trigger is different.
Expected Behavior
- Sessions created via
claude --remoteshould appear in Desktop and iOS app session lists - Sessions should have access to repos the GitHub App is installed on
- This is how it worked before the regression
🤖 Generated with Claude Code
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗