claude-code - 💡(How to fix) Fix Feature Request: Support renaming conversation history entries in VSCode extension [1 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#48962Fetched 2026-04-17 08:54:38
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Participants
Timeline (top)
labeled ×3

The VSCode extension auto-generates conversation titles based on the first message, but there is no way to manually rename them.

Root Cause

The VSCode extension auto-generates conversation titles based on the first message, but there is no way to manually rename them.

RAW_BUFFERClick to expand / collapse

Summary

The VSCode extension auto-generates conversation titles based on the first message, but there is no way to manually rename them.

Problem

When users have multiple conversations, the auto-generated titles make it difficult to distinguish between them. Users currently cannot rename conversation history entries to something more meaningful.

Proposed Solution

Allow users to rename conversation history entries, for example by right-clicking on an entry and selecting "Rename".

Additional Context

This would greatly improve the usability of the conversation history panel, especially for users who manage multiple ongoing conversations.

extent analysis

TL;DR

Implement a renaming feature for conversation history entries to improve usability.

Guidance

  • Consider adding a context menu option, such as "Rename", to conversation history entries, allowing users to manually edit titles.
  • Evaluate the feasibility of integrating this feature with existing UI components, such as right-click menus or edit buttons.
  • Determine the desired behavior for handling duplicate or empty titles to ensure a smooth user experience.
  • Assess the potential impact on conversation history data storage and retrieval.

Example

No code example is provided due to the lack of technical implementation details in the issue.

Notes

The proposed solution focuses on improving usability, but the technical implementation details are not specified. The guidance provided is based on the assumption that the conversation history panel is a UI component within the VSCode extension.

Recommendation

Apply workaround: Implement a basic renaming feature as a temporary solution until a more comprehensive implementation can be developed, as it would still improve the usability of the conversation history panel.

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