claude-code - 💡(How to fix) Fix [UX] Confusing project-open flow after recent desktop app update [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#55936Fetched 2026-05-05 06:02:30
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Author
Timeline (top)
labeled ×4commented ×1

After a recent update (around early May 2026), the flow for opening a project folder in the Claude Code desktop app has become confusing.

Root Cause

After a recent update (around early May 2026), the flow for opening a project folder in the Claude Code desktop app has become confusing.

RAW_BUFFERClick to expand / collapse

Summary

After a recent update (around early May 2026), the flow for opening a project folder in the Claude Code desktop app has become confusing.

Problem

To open an existing project folder, the user has to click New session. The label New session strongly implies "start a new conversation", not "pick a project folder".

Before, there was a visible folder picker / Local → Select folder entry point. After the update, once a project is open, the picker collapses into chips at the top of the input (로컬 / Hyfeast-v1.0.0 / master / 워크트리) and there is no obvious "Open folder" affordance.

Why it's confusing

  • "New session" sounds like it only creates a new conversation, not a folder-selection entry point.
  • Users coming from VS Code / JetBrains expect an Open Folder menu item.
  • There is no separate list of "recent project folders" — only a list of recent sessions, which conflates "the folder" with "the conversation".

Suggestion

  • Add an explicit Open folder / Open project entry point in the sidebar, separate from New session.
  • Or rename New session to something like New session / Open folder, or show a Switch folder action on the folder chip.
  • Optionally, a "Recent folders" section distinct from "Recent sessions".

Environment

  • OS: Windows
  • Claude Code desktop app (latest as of early May 2026)
  • Plan: Max

extent analysis

TL;DR

The most likely fix is to add an explicit "Open folder" entry point in the Claude Code desktop app to clarify the process of opening an existing project folder.

Guidance

  • Consider adding a separate "Open folder" menu item in the sidebar to distinguish it from "New session" and improve user experience.
  • Renaming "New session" to something like "New session / Open folder" could also help reduce confusion.
  • Creating a "Recent folders" section, separate from "Recent sessions", might help users quickly access their project folders.
  • Reviewing the app's UI and UX design to ensure consistency with industry standards (e.g., VS Code, JetBrains) could provide additional insights into improving the user experience.

Example

No code snippet is provided as the issue is related to UI/UX design and user experience.

Notes

The solution may require updates to the app's UI and potentially its underlying architecture to support the new "Open folder" feature.

Recommendation

Apply a workaround by renaming "New session" to something like "New session / Open folder" to immediately address the confusion, while planning for a more comprehensive UI/UX redesign.

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

claude-code - 💡(How to fix) Fix [UX] Confusing project-open flow after recent desktop app update [1 comments, 2 participants]