C:/Program Files/Git/rc slash command missing in v2.1.100
Resolved 💬 3 comments Opened Apr 10, 2026 by PhilippBerg-coder Closed Apr 14, 2026
Description
The /rc (alias for /remote-control) slash command stopped working after updating to v2.1.100. It was working fine in v2.1.98.
Steps to reproduce
- Update to
@anthropic-ai/claude-code@2.1.100 - Start a Claude Code session:
claude - Type
/rcin the session
Expected behavior
Remote Control mode activates within the running session (as it did in v2.1.98 and earlier).
Actual behavior
/rc is not recognized as a slash command. When typed, it either:
- Gets intercepted by autocomplete and opens the first matching skill
- Or when run via CLI (
claude /rc), returns an error:--channels entries must be tagged: C:/Program Files/Git/rc
Environment
- OS: Windows 11 Pro 10.0.26200
- Shell: Git Bash
- Working version: 2.1.98
- Broken version: 2.1.100
- Auth: OAuth (claude.ai login)
Workaround
Downgraded to 2.1.98 where /rc works. Alternatively, claude --remote-control at startup still works in 2.1.100, but in-session /rc does not.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗