Skip to content
Discussion options

You must be logged in to vote

By default, every agent action (read file, write file, run command) requires your approval via buttons on Telegram/Discord/Slack. Timeout: 10 minutes — no response = auto-reject.

Enable auto-approve (dangerous mode):

Via API CLI:

openacp api dangerous <session-id> on    # Enable auto-approve for session
openacp api dangerous <session-id> off   # Disable auto-approve

When dangerous mode is on, the agent is automatically approved for all permission requests without requiring you to press any button.

Note: Dangerous mode is per-session only, not global. Each new session defaults to dangerousMode: false.

How the Permission Gate works:

  1. Agent sends a permission request
  2. OpenACP displays the req…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by 0xMag1ci4n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants