claude-code - 💡(How to fix) Fix [BUG] 새 채팅 제목이 항상 영어로 생성됨 — 다국어 사용자 식별성 낮음 [1 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#45244Fetched 2026-04-09 08:09:55
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
0
Timeline (top)
labeled ×4commented ×1unlabeled ×1

Error Message

Error Messages/Logs

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Claude Code에서 새로운 대화를 만들 때 자동 생성되는 채팅 제목이 항상 영어로 생성됩니다. 사용자가 한국어로 설정했더라도 마찬가지입니다. 영향:

여러 채팅이 있을 때 식별이 어려움 다국어 사용자 경험 저하

What Should Happen?

settings.json에서 language: "korean" 설정 시, 새 채팅 제목도 한국어로 자동 생성되어야 함 또는 채팅 제목 생성 언어를 별도로 설정할 수 있는 옵션 제공

Error Messages/Logs

Steps to Reproduce

  1. 새 채팅에서 대화를 시작

Claude Model

Not sure / Multiple models

Is this a regression?

No, this never worked

Last Working Version

No response

Claude Code Version

1.1062.0 (b81bcd)

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

Other

Additional Information

현재 사용자는 생성 후 수동으로 제목을 변경하고 있습니다.

extent analysis

TL;DR

The issue can be mitigated by adding an option to set the chat title language separately or by automatically generating the title in the user's preferred language.

Guidance

  • Investigate the settings.json file to see if there's a way to override the default language for chat titles.
  • Consider adding a new configuration option to allow users to set the chat title language independently of their overall language setting.
  • Review the Anthropic API documentation to see if there are any parameters or settings that can be used to control the language of automatically generated chat titles.
  • Test the application with different language settings to see if the issue is specific to Korean or if it affects other languages as well.

Example

No code example is provided as the issue does not include specific code snippets or APIs that can be used to fix the issue.

Notes

The issue seems to be related to the language settings and the automatic generation of chat titles. The fact that the user is currently manually changing the title after creation suggests that there is no existing workaround or fix for this issue.

Recommendation

Apply workaround: Add a new configuration option to allow users to set the chat title language independently of their overall language setting. This will provide a temporary solution until a more permanent fix can be implemented.

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