[FEATURE] Remove unnecessary `cd` calls to subfolders, that makes it difficult to allow permissions on commands

Resolved 💬 2 comments Opened Apr 26, 2026 by bmitioglov Closed Apr 26, 2026

Preflight Checklist

  • [x] I have searched existing requests and this feature hasn't been requested yet
  • [x] This is a single feature request (not multiple features)

Problem Statement

For example: you allow 'git log' command so it won't ask for permissions on 'git log', but if it does "cd subfolder && git log" then it asks you every time because cd command can't be allowed. It's super annoying can you come up with the solution for that please? Thanks

Proposed Solution

propagate allow permissions to subfolders

Alternative Solutions

_No response_

Priority

Critical - Blocking my work

Feature Category

CLI commands and flags

Use Case Example

  1. you allow 'git log' command so it won't ask for permissions on 'git log',
  2. but if it does "cd subfolder && git log" then it asks you every time because cd command can't be allowed.

Additional Context

_No response_

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗