Describe the bug
The /focus slash command returns "Unknown command" in the Claude Code CLI on Windows, even though it was reportedly added in v2.1.110.
To Reproduce
- Open Claude Code CLI in a terminal on Windows
- Type
/focus and press Enter
- "Unknown command: /focus" is returned
Expected behavior
/focus should toggle the focus view as described in the changelog for v2.1.110.
Environment
- OS: Windows 11
- Claude Code version: 2.1.116
- Installation method: Windows installer (not via npm)
Additional context
Ctrl+O still works for focus view toggling
/doctor reports no issues
@anthropic-ai/claude-code does not appear in npm list -g (installed via Windows installer, not npm)
Describe the bug
The
/focusslash command returns "Unknown command" in the Claude Code CLI on Windows, even though it was reportedly added in v2.1.110.To Reproduce
/focusand press EnterExpected behavior
/focusshould toggle the focus view as described in the changelog for v2.1.110.Environment
Additional context
Ctrl+Ostill works for focus view toggling/doctorreports no issues@anthropic-ai/claude-codedoes not appear innpm list -g(installed via Windows installer, not npm)