C:/Program Files/Git/remote-control and /rc commands broken in v2.1.195
Open 💬 0 comments Opened Jun 28, 2026 by mitsubachi2351-dev
Description
/remote-control command returns "Unknown skill: remote-control" error, and /rc shortcut incorrectly routes to /batch command instead.
Steps to Reproduce
- Open Claude Code v2.1.195
- Type
/remote-control→ get "Unknown skill: remote-control" error - Type
/rc→ it executes/batchinstead of remote-control
Expected Behavior
/remote-controlshould start a remote control session/rcshould be a shortcut for/remote-control
Actual Behavior
/remote-control→ "Unknown skill: remote-control"/rc→ executes/batchcommand
Environment
- Claude Code version: 2.1.195
- OS: Windows 11 Home 10.0.26200
- Shell: bash
Notes
Both commands were working in earlier versions. It appears the command routing was broken at some point, with /remote-control being incorrectly sent to the skill system and /rc being matched to /batch.