[FEATURE] Remote Control: start a new session in the host session’s local directory from mobile
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
When driving a Claude Code Remote Control session from the mobile app, there is no way to start a new session in the local project directory the host session is already running in. The only options are returning to the terminal, or starting a Claude Code on the web session — which loses local files, MCP servers, and project configuration.
Proposed Solution
- A “New session in this directory” action in the mobile session view for an active Remote Control session, spawning a new session that inherits the host session’s working directory.
- Optionally, a directory picker on mobile listing recently used local project directories on the connected machine.
Alternative Solutions
claude remote-control --spawn same-dir (and --spawn worktree) already provides same-directory session spawning, but requires the decision to be made in advance at the terminal. The need arises after leaving the machine, which is precisely when the terminal isn’t available.
Priority
High - Significant impact on productivity
Feature Category
Other
Use Case Example
_No response_
Additional Context
Use case: non-developer owner running AI-assisted development across several projects, frequently reviewing and continuing work from mobile.