Terminal tab title shows static 'claude code' instead of conversation topic
Status Fixed / completed
Reported on v2.1.59
Maintainer reply ✓ Yes — ashwin-ant
Activity 4 comments · opened Feb 26, 2026 · closed Apr 18, 2026
💡 Likely answer: A maintainer (ashwin-ant, collaborator)
responded on this thread — see the highlighted reply below.
Description
Previously, Claude Code would update the terminal title (via escape sequences) to reflect the current conversation topic/summary. This was useful for identifying sessions in VSCode terminal tabs.
Now the terminal title is always set to a static "claude code" string, regardless of the conversation content.
Environment
- Claude Code version: 2.1.59
- Terminal: VSCode integrated terminal
- OS: macOS
- VSCode setting:
"terminal.integrated.tabs.title": "${sequence}"
Expected behavior
Terminal tab title should display the conversation topic/summary, as it did in previous versions.
Actual behavior
Terminal tab title always shows "claude code" with no conversation context.
Note: The activity/spinner indicator in the title works correctly — so escape sequences are being processed by the terminal. Only the conversation topic part is missing.
Additional context
CLAUDE_CODE_DISABLE_TERMINAL_TITLEis not set- No terminal-related overrides in
~/.claude/settings.json - VSCode is correctly configured to accept process-set titles via
${sequence}
4 Comments
Found 1 possible duplicate issue:
This issue will be automatically closed as a duplicate in 3 days.
🤖 Generated with Claude Code
I also encounter this. I'm pretty sure it's a regression in v2.1.6:
claude install 2.1.5, claude properly updates the terminal title based on conversation context.I'm on macOS using zsh in iTerm2.
This was fixed in v2.1.81 — The terminal tab title is now generated from the first real user message instead of remaining stuck on 'claude code'. If you're still seeing this in the latest version, please comment with your version and repro and we'll reopen.
This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.