Auto Approve
Configuration and usage of AIRGAP Assistant's auto-approval feature
What Is Auto Approve?
By default, AIRGAP Assistant asks for user approval before performing actions such as file modifications or command execution. Enabling the Auto Approve feature automatically approves certain types of actions, speeding up your workflow.
How to Configure
- Click the settings icon at the top of the AIRGAP Assistant panel.
- Find the Auto Approve section.
- Select the action types to auto-approve.
Action Types Available for Auto Approve
| Action Type | Description | Default |
|---|---|---|
| File Read | Reading file contents | Disabled |
| File Write | Creating and modifying files | Disabled |
| Command Execution | Running terminal commands | Disabled |
| Browser Usage | Using web browser tools | Disabled |
| MCP Server Tools | Invoking MCP server tools | Disabled |
Security Considerations in Air-Gapped Environments
Air-gapped environments have network isolation, so the risk of external data leakage is low. However, keep the following in mind:
Caution: When auto-approve is enabled, the AI can modify files or execute commands without user confirmation. Use this carefully in projects with critical files.
Recommended Settings
Early development stage (free exploration)
- File Read: Enabled
- File Write: Enabled
- Command Execution: Disabled
Production code work (cautious approach)
- All auto-approve: Disabled
- Confirm each action individually
Testing/Prototyping (rapid iteration)
- File Read: Enabled
- File Write: Enabled
- Command Execution: Enabled
Auto Approve Scope Limitations
Auto-approve only applies to files within the currently open workspace. Accessing files outside the workspace requires separate confirmation regardless of auto-approve settings.
Related Documentation
- Opening in Sidebar - Efficient workspace setup
- Tips & Tricks - Assistant usage tips