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 --remote session:
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
siir org
- 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
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 --remote should 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
Bug Description
claude --remotecreates cloud sessions that appear orphaned from the user's account. Sessions are created successfully (session IDs returned, URLs work in the browser), but they:This is a regression.
claude --remotepreviously 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
claude --remotesession:claude --remote "Fix the following GitHub issues in the siir/round-claw repo..."I launched 12 parallel sessions via a batch script. All 12 exhibited the same behavior.
Environment
siirorgEvidence
All 12 sessions were created successfully but are invisible to Desktop/mobile:
Launch script pattern:
Related Issues
These are about remote-control (
--remote-control), notclaude --remotecloud sessions. The symptom is similar (sessions invisible to Desktop/mobile) but the trigger is different.Expected Behavior
claude --remoteshould appear in Desktop and iOS app session lists🤖 Generated with Claude Code