Desktop app: Customize project selection doesn't persist, new sessions don't auto-select default folder
Resolved 💬 3 comments Opened Apr 12, 2026 by Ro-Ma Closed Apr 16, 2026
Description
In the Claude Desktop app (Code mode), the "Select folder" button on new sessions no longer auto-selects the configured default project folder. This used to work — the vault folder was always pre-selected when starting a new session.
Current behavior
- New session: "Select folder" button is blank — no folder pre-selected
- Customize page: When I select my project folder, it appears momentarily (shows the GitHub remote name
Ro-Ma/roni-vault-gitas label, correct path/Users/ronim/Documents/roni-vaultin tooltip). But navigating away and returning to Customize shows the selection is gone — it doesn't persist. - The config file at
~/Library/Application Support/Claude/claude_desktop_config.jsonhas the correct path set underpreferences.chillingSlothLocation.customPath, but the app ignores it.
Expected behavior
- New Code sessions should auto-select the configured default project folder
- The Customize page project selection should persist across navigation
Environment
- macOS (Darwin 25.3.0)
- Claude Desktop app, Code mode
- Max plan
Steps to reproduce
- Open Claude Desktop app
- Switch to Code mode
- Click "+ New session"
- Observe "Select folder" is blank (no default)
- Go to Customize → select a project folder
- Navigate back, then return to Customize — selection is gone
Additional context
The underlying config file is correctly set:
{
"preferences": {
"chillingSlothLocation": {
"customPath": "/Users/ronim/Documents/roni-vault"
}
}
}
This value is not being read by the app UI. Re-writing the config file and restarting the app does not fix the issue.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗