/btw usage message shows HTML entities instead of literal angle brackets
Resolved 💬 3 comments Opened Mar 23, 2026 by idan-titan Closed Mar 23, 2026
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report
- [x] I am using the latest version of Claude Code
What's Wrong?
When running /btw without arguments, the usage hint displays HTML entities instead of literal characters:
Usage: /btw <your question>
The < and > around "your question" are being HTML-encoded as < and >.
What Should Happen?
The usage message should display literal angle brackets:
Usage: /btw <your question>
Steps to Reproduce
- Open Claude Code CLI
- Type
/btwand press Enter (without any arguments) - Observe the usage hint message shows
<and>instead of<and>
Claude Model
Claude Opus 4.6
Is this a regression?
Unknown
Claude Code Version
2.1.81 (Claude Code)
Platform
Anthropic API (direct)
Operating System
macOS (Darwin 25.3.0, ARM64)
Terminal/Shell
zsh
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗