[BUG] Cannot select repository root folder in mobile app session start folder picker
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?
When starting a new Claude Code session on mobile (iOS), the folder picker shown at the bottom of the screen allows navigation into subdirectories of a GitHub repository, but does not allow selecting the repository root folder itself.
The root folder item is either not tappable or does not trigger selection — only subdirectories can be chosen as the working directory. This forces users to start sessions from a subdirectory rather than the project root.
What Should Happen?
The repository root folder should be selectable in the folder picker, just like any subdirectory. Clicking the root item (or a dedicated "Select this folder" button at the root level) should set it as the working directory for the session.
Error Messages/Logs
No error message shown. The root folder simply cannot be selected — clicking it navigates into it without confirming the selection.
Steps to Reproduce
- Open Claude for Mac
- Start a new Claude Code session
- Choose a GitHub repository
- A folder picker appears at the bottom of the screen showing the repository contents
- Attempt to select the repository root folder (top-level directory)
- Result: the root folder cannot be selected — only subdirectories are selectable
Claude Model
None
Is this a regression?
No, this never worked
Last Working Version
_No response_
Claude Code Version
Claude for Mac 1.1.4498 (24f768)
Platform
Other
Operating System
Other
Terminal/Shell
Terminal.app (macOS)
Additional Information
Bug occurs in the Claude for Mac desktop app GUI — not in the CLI.
When the folder picker is shown at session start (bottom sheet after choosing a GitHub repository), only subdirectories are selectable. The root of the repository has no way to be confirmed as the working directory.
Workaround: select any subdirectory to start the session, then use /add-dir to access the root.
Environment: MacBook Pro 16" 2023, Apple M2 Max, 32 GB RAM, macOS Tahoe 26.3
App: Claude for Mac 1.1.4498 (24f768)
Related desktop folder picker issues:
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗