summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEduard Voiculescu <[email protected]>2026-01-13 17:52:02 -0500
committerGitHub <[email protected]>2026-01-13 16:52:02 -0600
commit2f7b2cf603c94a9383533d962b2d48611905ca57 (patch)
tree714d9d24f4aeeb8b4ca2d62b9e1cb4ae19641447
parent7aa7dd3690db169cb7081f230641aba066d79327 (diff)
downloadopencode-2f7b2cf603c94a9383533d962b2d48611905ca57.tar.gz
opencode-2f7b2cf603c94a9383533d962b2d48611905ca57.zip
docs: Update plan mode restrictions (#8290)
-rw-r--r--packages/web/src/content/docs/modes.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/modes.mdx b/packages/web/src/content/docs/modes.mdx
index ae14c2f32..a31a8223b 100644
--- a/packages/web/src/content/docs/modes.mdx
+++ b/packages/web/src/content/docs/modes.mdx
@@ -34,7 +34,7 @@ Build is the **default** mode with all tools enabled. This is the standard mode
A restricted mode designed for planning and analysis. In plan mode, the following tools are disabled by default:
- `write` - Cannot create new files
-- `edit` - Cannot modify existing files
+- `edit` - Cannot modify existing files, except for files located at `.opencode/plans/*.md` to detail the plan itself
- `patch` - Cannot apply patches
- `bash` - Cannot execute shell commands