Skip to content

Permissions

The app-level Permissions tab and how it differs from per-agent permission modes.

The Permissions tab in Settings is intentionally small. It currently exposes a single verified field:

ts
permissions: { confirmDestructiveGitActions: boolean }

confirmDestructiveGitActions gates whether AgentDock asks for confirmation before a destructive Git action — such as reverting a file — from the Changes drawer.

Note

This is separate from per-agent permission modes (Claude's plan/acceptEdits/bypassPermissions, Codex's sandbox modes, Antigravity's --mode flags), which are configured per agent in Settings → Agents and documented in full on Agents → Permissions. This tab only covers AgentDock's own confirmation prompt for destructive Git actions.

For the broader safety model — how agent tool calls, file edits, and terminal access are actually gated during a session — see The approval system.