feat: Implement -y flag to enable bypass permissions mode

Author: ksj0109188Created Nov 26, 2025Updated Mar 24, 2026

Description

The -y flag exists in the CLI but currently doesn't function properly.

Current Behavior

  • cs -y is accepted but has no effect
  • autoYes parameter not propagated

Expected Behavior

  • cs -y should start Claude with --permission-mode bypassPermissions

Proposed Solution

I have implemented and tested this locally and can contribute via PR.