[BUG] /resume session picker shows raw XML tags instead of readable session titles
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
The /resume session picker displays raw XML metadata tags instead of parsed, human-readable session titles. Each session entry shows:
<command-name>/clear</command-name> <command-message>clear</command-message> <command-args></command-args>
Instead of a readable summary like "clear" or the actual conversation topic.
This happens for all sessions in the list, making it very difficult to identify which session to resume.
What Should Happen?
The resume picker should display parsed, human-readable session titles/summaries — not raw XML metadata tags.
Error Messages/Logs
Steps to Reproduce
- Have existing Claude Code sessions (created on
feat/book-contextbranch) - Run
claudeand type/resume(or runclaude --resumefrom terminal) - Observe that session titles display raw
<command-name>,<command-message>, and<command-args>XML tags instead of parsed titles
Claude Model
Opus
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
2.1.32 (Claude Code)
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
WSL (Windows Subsystem for Linux)
Additional Information
<img width="993" height="746" alt="Image" src="https://github.com/user-attachments/assets/ee4ffc26-7f94-4d81-8c22-bbce65cbb5bc" />
Additional Context
- Reproduced in both WebStorm integrated terminal and standalone WSL terminal, so this is not IDE-specific.
- Sessions themselves are functional — they can still be resumed.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗