From 21b7877bebcd96fab1c204ee4274e50189169366 Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Mon, 17 Nov 2025 15:22:56 -0600 Subject: [PATCH] docs: tweak wording --- packages/web/src/content/docs/permissions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/src/content/docs/permissions.mdx b/packages/web/src/content/docs/permissions.mdx index c677904a..dd359ee8 100644 --- a/packages/web/src/content/docs/permissions.mdx +++ b/packages/web/src/content/docs/permissions.mdx @@ -3,7 +3,7 @@ title: Permissions description: Control which actions require approval to run. --- -By default, OpenCode **allows all operations** without requiring explicit approval. You can configure this using the `permission` option. +By default, OpenCode allows most operations without approval, except `doom_loop` and `external_directory` which default to `ask`. You can configure this using the `permission` option. ```json title="opencode.json" {