Describe the bug
When renaming a Claude Code session using /rename <name> mid-session, the new name correctly appears in the claude --resume interactive picker after exiting. However, the dev tools UI continues to display the old name — typically the truncated first prompt — instead of the persisted custom name.
To Reproduce
Steps to reproduce the behavior:
- Open a terminal and start a new Claude Code session with
claude
- Send a few messages to establish conversation history
- Run
/rename <your-custom-name> — confirm the name updates in the prompt bar
- Exit the session (e.g.,
/exit or Ctrl+C)
- Run
claude --resume — the custom name appears correctly in the picker
- Open the dev tools UI
- Observe that the session still shows the old name, not the renamed one
Expected behavior
The dev tools UI should reflect the same persisted session name that is displayed in claude --resume
Desktop (please complete the following information):