claude-code - 💡(How to fix) Fix [FEATURE] Session titles should be user-locked and never auto-updated

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…

Fix Action

Fix / Workaround

A simple workaround would be a settings.json option: "autoUpdateSessionTitles": false

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

When a user explicitly names a session topic at the start of a conversation, Claude Code auto-updates that title as the conversation evolves, overwriting the user's intent with whatever the AI thinks the session is currently "about."

This makes past sessions impossible to find by topic. A session named "WIP Report Rebuild" gets renamed to something like "Email Formatting" if that sub-topic comes up late in the conversation. The original topic — the one the user cared about — is lost.

Proposed Solution

If a user explicitly sets or types a session title, that title is locked and never auto-updated. Auto-titling should only apply to sessions where the user has never set a title manually.

This should be the default behavior, with opt-in auto-titling for users who prefer it — not the other way around.

Alternative Solutions

A simple lock icon next to the session title that the user can click to freeze it. Or a setting in settings.json: "autoUpdateSessionTitles": false

Priority

High - Significant impact on productivity

Feature Category

CLI commands and flags

Use Case Example

No response

Additional Context

A simple workaround would be a settings.json option: "autoUpdateSessionTitles": false

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