Skip to content

Feature: combine remote-control with --dangerously-skip-permissions #31908

Description

@acrookston

Summary

When running Claude Code in a Docker sandbox, I'd like to combine remote-control with --dangerously-skip-permissions so I can monitor and control sandboxed agents from the web or mobile app.

Current behavior

The two features are incompatible:

  • claude remote-control --dangerously-skip-permissionsError: Unknown argument: --dangerously-skip-permissions
  • claude --dangerously-skip-permissions remote-control → doesn't start remote control

Expected behavior

A single command that enables both, e.g.:

claude remote-control --dangerously-skip-permissions --name my-sandbox

Use case

Running multiple isolated Claude agents in Docker containers (each with its own git clone and branch). --dangerously-skip-permissions is needed because the containers are sandboxed. remote-control would let me monitor and steer each agent from the web/mobile UI without needing terminal access to the container.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions