[BUG] /resume session picker shows raw XML tags instead of readable session titles

Resolved 💬 3 comments Opened Feb 5, 2026 by mvertopoulos Closed Feb 9, 2026

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

  1. Have existing Claude Code sessions (created on feat/book-context branch)
  2. Run claude and type /resume (or run claude --resume from terminal)
  3. 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.

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗