claude-code - 💡(How to fix) Fix Feature Request: Allow renaming existing conversations [2 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#47953Fetched 2026-04-15 06:37:36
View on GitHub
Comments
2
Participants
2
Timeline
7
Reactions
0
Timeline (top)
commented ×2labeled ×2closed ×1mentioned ×1

Currently, there is no way to rename an existing conversation in Claude Code. Once a conversation is created (with or without a name), the name cannot be changed.

Root Cause

Currently, there is no way to rename an existing conversation in Claude Code. Once a conversation is created (with or without a name), the name cannot be changed.

Fix Action

Fix / Workaround

Current Workaround

The only option is to start a new conversation with the desired name using claude -n "name", which loses the previous conversation context.

RAW_BUFFERClick to expand / collapse

Feature Request

Description

Currently, there is no way to rename an existing conversation in Claude Code. Once a conversation is created (with or without a name), the name cannot be changed.

Use Case

When using claude -r to resume conversations, it would be very helpful to be able to rename old conversations for better organization. Sometimes you start a conversation without a name, or the original name no longer reflects what the conversation evolved into.

Proposed Solution

Add a way to rename existing conversations, for example:

  • A flag like claude --rename <old-name> <new-name>
  • Or an interactive option when listing conversations with claude -r to rename them

Current Workaround

The only option is to start a new conversation with the desired name using claude -n "name", which loses the previous conversation context.

🤖 Generated with Claude Code Requested by: @ENG-cpu-bit

extent analysis

TL;DR

Implementing a --rename flag or an interactive rename option for conversations in Claude Code will likely address the issue.

Guidance

  • Consider adding a --rename flag to the claude command to allow users to rename existing conversations, e.g., claude --rename <old-name> <new-name>.
  • An alternative approach could be to introduce an interactive option when listing conversations with claude -r, enabling users to rename conversations directly from the list.
  • To verify the effectiveness of the proposed solution, test the renaming functionality with various conversation names and scenarios.
  • When designing the renaming feature, ensure that it handles edge cases, such as conversations with no initial name or conversations that have already been renamed.

Example

No code snippet is provided as the issue is a feature request and does not include specific implementation details.

Notes

The proposed solution assumes that the underlying conversation data structure and storage mechanism in Claude Code support renaming conversations without losing context or causing inconsistencies.

Recommendation

Apply workaround: Implement the proposed --rename flag or interactive rename option to provide users with a convenient way to rename existing conversations. This approach directly addresses the user's need for better organization and conversation management.

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 Feature Request: Allow renaming existing conversations [2 comments, 2 participants]