claude-code - 💡(How to fix) Fix [Feature] Allow pinning / locking a conversation title to prevent auto-rename [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#49035Fetched 2026-04-17 08:52:40
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
0
Participants
Timeline (top)
labeled ×4
RAW_BUFFERClick to expand / collapse

Problem

Every time a new topic comes up in a long-running conversation, Claude Code automatically renames the chat. There is no way to lock or pin the title once you've set it manually.

This makes it hard to maintain stable bookmarks or to find a specific conversation later — especially in sessions that naturally span multiple topics over days.

Expected behavior

After a user manually renames a conversation, the title should stay fixed and not be overwritten by automatic title generation.

Suggested solution

Add a "Pin title" or "Lock title" option (e.g., via right-click on the conversation in the sidebar, or a lock icon next to the title). Once pinned, automatic renaming is disabled for that conversation until the user unpins it.

A simpler alternative: if the user has ever renamed a conversation manually, treat that as an opt-out of automatic renaming for that conversation.

Why it matters

  • Long-running conversations cover many topics — auto-rename picks one topic at random and discards the name you chose.
  • Conversations used as persistent "project chats" need a stable, meaningful name.
  • Manually renaming the same chat repeatedly after each auto-rename is friction that adds up.

Environment

Claude Code VS Code extension, Windows 10.

extent analysis

TL;DR

Implementing a "Pin title" or "Lock title" feature would allow users to prevent automatic renaming of conversations after manual renaming.

Guidance

  • Consider adding a context menu option or a lock icon next to the conversation title to enable pinning or locking of the title.
  • When a user manually renames a conversation, store this information to determine whether to apply automatic renaming in the future.
  • Evaluate the suggested solution of treating manual renaming as an opt-out of automatic renaming for a conversation.
  • Investigate how to integrate this feature with the existing conversation management functionality in the Claude Code VS Code extension.

Example

No code example is provided as the issue does not contain specific technical details about the implementation.

Notes

The solution may require modifications to the conversation management logic and storage in the Claude Code extension. The exact implementation details are not provided in the issue.

Recommendation

Apply a workaround by manually renaming conversations frequently to minimize the impact of automatic renaming until a permanent solution is implemented. This is because the issue highlights the need for a stable conversation title, and a workaround can provide temporary relief.

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…

FAQ

Expected behavior

After a user manually renames a conversation, the title should stay fixed and not be overwritten by automatic title generation.

Still need to ship something?

×6

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

Back to top recommendations

TRENDING