claude-code - 💡(How to fix) Fix [FEATURE] Project-level organization for conversations (similar to claude.ai Projects) [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#46282Fetched 2026-04-11 06:24:25
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Author
Timeline (top)
labeled ×3commented ×1
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

I work with multiple remote servers via VS Code Remote SSH, each with its own repositories and tasks. Conversation history in Claude Code is a flat list — /resume shows all sessions across all projects with no grouping or hierarchy. After a few weeks of active use, finding a relevant session becomes very difficult. In claude.ai, the Projects feature solves this by grouping chats under named projects, but Claude Code has no equivalent.

Proposed Solution

There should be a way to organize conversation sessions into named projects. /resume should show sessions grouped by project, not as a flat list. Projects could integrate with existing CLAUDE.md and .claude/settings.json as the project's context and instructions. Ideally, switching between projects would restore the relevant context and make it easy to continue where you left off. In the VS Code extension, this could appear as a sidebar panel listing projects with their recent sessions.

Alternative Solutions

No response

Priority

Critical - Blocking my work

Feature Category

CLI commands and flags

Use Case Example

No response

Additional Context

No response

extent analysis

TL;DR

Implement a project grouping feature in Claude Code to organize conversation sessions, allowing for easier navigation and context switching.

Guidance

  • Introduce a project identifier or tag in the conversation history to enable grouping and filtering of sessions.
  • Modify the /resume command to display sessions grouped by project, rather than a flat list.
  • Consider integrating project context and instructions with existing files like CLAUDE.md and .claude/settings.json.
  • Develop a UI component, such as a sidebar panel in the VS Code extension, to list projects and their recent sessions.

Example

No explicit code example can be provided based on the given issue, but a potential implementation might involve adding a project field to conversation session data structures.

Notes

The proposed solution requires significant changes to the existing conversation history management and UI components. The issue lacks specific technical details, so a precise implementation cannot be provided.

Recommendation

Apply a workaround by manually organizing conversation sessions using external tools or scripts until the project grouping feature is implemented, as this will allow for some level of organization and context switching.

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