Do not interrupt task execution!

Problem
The agent requires manual clicks on the execution button for build tasks, preventing full automation. This interrupts workflow and requires constant user attention, even for tasks within a controlled folder.

Solution
Allow users to grant the agent automatic execution permission for all operations within a specified folder. Once a task is assigned, the agent should proceed without requiring manual confirmation.

How should it work?
Users can designate a trusted folder where the agent has authority to autonomously execute tasks. After receiving instructions, the agent should run continuously until the task is complete, without prompting for intermediate approvals.

Use Case
A user assigns a build or deployment task to the agent before leaving work or going to sleep. Upon returning, the task is fully executed, with no interruptions due to pending manual actions.

When would you use this?

  • During automated nightly builds/deployments

  • When running long-term tasks without user supervision

  • In CI/CD pipelines where human interaction is not desired

Priority
:red_circle: High - Blocking issue

Additional Info
This is especially critical for unsupervised automation scenarios, such as batch processing, scheduled tasks, or continuous integration environments.