[BUG] Remote sessions: impossible to create new sessions — maxSessions not interpolated, missing "+ New session" button on mobile, infinite loading on web
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
## Bug Description
Multiple issues with Claude Code remote sessions on mobile/web:
- In the mobile app, the session count variable is not interpolated and
displays as literal text: %#@maxSessions@ instead of a number.
- The
+ New sessionbutton is missing entirely in the mobile app. - Even when creating a new session from the web interface and sending a
message, the session hangs in an infinite loading state and never responds.
## Actual Behavior
- Session count displays as
1 di %#@maxSessions@ - No
+ New sessionbutton is shown in the mobile app - Creating a new session from the web and sending a message results in
infinite loading — no response ever arrives
## Environment
- Platform: iOS (mobile app) + Web browser
## Screenshots
<img width="537" height="688" alt="Image" src="https://github.com/user-attachments/assets/2d8d3014-7c11-4469-a098-074a0b92a8d9" />
img from youtube official
<img width="454" height="528" alt="Image" src="https://github.com/user-attachments/assets/6b220b1f-598e-4efa-8732-ac3ace35820b" />
What Should Happen?
Expected Behavior
- Session count should display as e.g.
1 of 32 sessions + New sessionbutton should be visible and accessible in the mobile app- New sessions created from the web should load and respond normally
Error Messages/Logs
Steps to Reproduce
For mobile bug:
- Open Claude Code mobile app (iOS)
- Connect to a remote machine
- Open the session drawer
For web infinite loading:
- Open Claude Code web interface
- Create a new remote session
- Send any message
- Observe: loading never resolves
Claude Model
Sonnet (default)
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
2.1.83 (Claude Code)
Platform
Anthropic API
Operating System
Ubuntu/Debian Linux
Terminal/Shell
Terminal.app (macOS)
Additional Information
_No response_
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗