claude-code - 💡(How to fix) Fix [FEATURE]Add a setting to control the language of auto-generated conversation titles

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…
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

Conversation titles in the sidebar (auto-generated "Recents" summaries) are produced server-side and default to English even when the entire conversation is conducted in another language.

I run all my sessions in Japanese, but titles consistently appear in English (e.g., "Smartphone trackpad for PC control" for a fully-Japanese conversation). The sidebar is the primary surface for resuming past work, so English titles in an otherwise-Japanese workflow slow down scanning and force me to manually rename every conversation.

There is currently no settings.json key, environment variable, or CLAUDE.md instruction that influences title generation language. The existing language setting only affects Claude's responses, not titles.

Proposed Solution

Add one of the following (in order of preference):

Make the existing language setting also apply to title generation. Lowest-friction option — users who set language: "ja" already expect a localized experience. Add a dedicated titleLanguage key in settings.json (e.g., "ja", "en", "auto"), defaulting to "auto" which detects the conversation's dominant language. At minimum, auto-detect the dominant language of the conversation content and generate the title in that language without requiring any setting.

Alternative Solutions

No response

Priority

Medium - Would be very helpful

Feature Category

Configuration and settings

Use Case Example

No response

Additional Context

No response

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