Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.274 ·

Slash-command/title extraction from transcript text now strips XML-like tags first

Session titling now strips XML-like tags before extracting slash commands from transcript text

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaSlash Commandswhat it touches
KindImprovementsin v2.1.274,
Under the hood

Session titling now strips XML-like tags before extracting slash commands from transcript text

What

The internal helper that pulls a slash command or bash-input line out of a stored message (used for things like naming a session or listing recent commands) now first runs the message text through a cleanup step that strips out matched <tag>...</tag> blocks, before it tries to extract the command with its usual pattern matching.

Why

Without this, leftover XML-like tags in a message could interfere with correctly detecting the slash command or bash input inside it, leading to wrong or missing session titles and recent-command entries.

See this entry in the whole of v2.1.274 →

Feedback