Feature request for product/service
3rd Party Extensions
Describe the request
The IntelliJ IDEA Cursor plugin does not have a setting which allows all tool access/terminal command execution.
There is an “always allow” option for each command, however the generated commands usually include filenames and switches, ensuring they are almost always unique, and do not match future commands.
Given the above, it’s quite cumbersome to use, especially for long-running tasks. Continuous supervision is required, and tasks will time out if a command isn’t approved/rejected quickly enough.
If possible, add a mode which allows commands/tools to be executed without approval. If safety is a concern, allow the user to whitelist common tasks (e.g. running a test, type checker or linter).