claude-code - 💡(How to fix) Fix [FEATURE] Desktop app: Remember/pin default project folder [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#46052Fetched 2026-04-11 06:30:13
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Author
Timeline (top)
labeled ×2commented ×1cross-referenced ×1

Fix Action

Fix / Workaround

Resuming old sessions is a workaround, but long conversations cause context confusion, so starting fresh sessions is preferred. But then I lose the convenience of auto-opening my project folder.

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

Every time I start a new session in the Claude Code desktop app, I have to click "Select folder" and navigate to my project directory. There's no way to set a default folder.

Resuming old sessions is a workaround, but long conversations cause context confusion, so starting fresh sessions is preferred. But then I lose the convenience of auto-opening my project folder.

Proposed Solution

Add a "Set as default" option when selecting a folder, or a setting in preferences to configure a default project path.

When a default folder is set, new sessions should automatically open in that directory without requiring manual folder selection each time.

Alternative Solutions

Currently I work around this by resuming old sessions from the sidebar, which remembers the folder. But this causes long conversation context that leads to confusion.

The CLI version doesn't have this problem since you just cd to your project and run claude.

Priority

Critical - Blocking my work

Feature Category

CLI commands and flags

Use Case Example

  1. I work on one main project daily using the desktop app
  2. Every time I start a new session, I click "Select folder" and navigate to the same directory
  3. With this feature, new sessions would auto-open in my pinned project folder
  4. This would save me the repetitive step of folder selection every single session

Additional Context

No response

extent analysis

TL;DR

Implementing a "Set as default" option or a default project path setting in the desktop app's preferences would likely resolve the issue of having to manually select a folder each time a new session is started.

Guidance

  • Consider adding a "Set as default" checkbox to the folder selection dialog, which would store the selected folder as the default for future sessions.
  • Alternatively, introduce a new setting in the app's preferences to allow users to configure a default project path.
  • To mitigate the issue temporarily, resuming old sessions from the sidebar could be used, but this may lead to context confusion due to long conversations.
  • When implementing the solution, ensure that the default folder setting is properly validated and handled, especially in cases where the default folder does not exist or is inaccessible.

Example

No specific code example can be provided without more context about the app's codebase, but the solution could involve modifying the folder selection dialog and the app's preferences to store and retrieve the default folder setting.

Notes

The proposed solution focuses on the desktop app, but it's worth noting that the CLI version does not have this issue, as it relies on the user's current working directory.

Recommendation

Apply a workaround by resuming old sessions until the "Set as default" feature or default project path setting is implemented, as this would provide a temporary solution to the problem while a more permanent fix is developed.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING