settings.json
terminalTitleFromRename
型
boolean既定値true記述場所どの設定ファイルでも可セッションに名前を付けた後も、ターミナルタブのタイトルに生成されたタイトルを表示したままにします。
記述例
{
"terminalTitleFromRename": false
}使い方・用途
- デフォルト値は true
falseに設定すると、セッションに名前を付けた後も生成されたタイトルが表示されます- セッション名自体は引き続き適用されます(
/resume <name>やセッションピッカーで見つけられます)
英語原文(公式ドキュメントより)
Claude Code sets your terminal tab's title. By default it uses a title it generates from the conversation, and once you give the session a [name](/docs/en/sessions#name-your-sessions) with /rename or --name, the tab shows that name instead. Set this key to false to keep the generated title on the tab even after you name the session. The name itself still applies, so /resume <name> and the session picker find it.