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

  1. Open Claude Code v2.1.195
  2. Type /remote-control → get "Unknown skill: remote-control" error
  3. Type /rc → it executes /batch instead of remote-control

Expected Behavior

  • /remote-control should start a remote control session
  • /rc should be a shortcut for /remote-control

Actual Behavior

  • /remote-control → "Unknown skill: remote-control"
  • /rc → executes /batch command

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.

View original on GitHub ↗