From dfbd238e47657089744da2b0606a6c0dcf5a6a9c Mon Sep 17 00:00:00 2001 From: FredrikSeidl Date: Wed, 18 Mar 2026 01:50:08 +0100 Subject: [PATCH] Add 'rc' and 'remote-control' to command passthrough (#1539) --- Resources/bin/claude | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/bin/claude b/Resources/bin/claude index 763bf5b1..a30a0dea 100755 --- a/Resources/bin/claude +++ b/Resources/bin/claude @@ -57,7 +57,7 @@ REAL_CLAUDE="$(find_real_claude)" || { echo "Error: claude not found in PATH" >& # Pass through subcommands that don't support session/hook flags. case "${1:-}" in - mcp|config|api-key) exec "$REAL_CLAUDE" "$@" ;; + mcp|config|api-key|rc|remote-control) exec "$REAL_CLAUDE" "$@" ;; esac # Unset CLAUDECODE to avoid "nested session" detection — cmux terminals are