[BUG] /btw help output shows escaped HTML entities instead of angle brackets
Status Closed — not planned
Maintainer reply None cached
Activity 3 comments · opened Apr 4, 2026 · closed May 15, 2026
Description
Running /btw without arguments displays escaped HTML entities instead of raw angle brackets:
⎿ Usage: /btw <your question>
Expected output:
⎿ Usage: /btw <your question>
Steps to Reproduce
- Open Claude Code CLI
- Type
/btwwith no arguments and press Enter - Observe the usage hint
Expected Behavior
The usage text should display literal angle brackets: /btw <your question>
Actual Behavior
The usage text displays HTML entities: /btw <your question>
Environment
- Platform: Linux
- Shell: zsh
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗