From 0ed42d86674f12414c6a731af8b5123461bbabf8 Mon Sep 17 00:00:00 2001 From: Eduard Voiculescu Date: Tue, 13 Jan 2026 17:13:46 -0500 Subject: [PATCH] Update plan mode restrictions in modes.mdx Clarified restrictions in plan mode regarding file editing. --- packages/web/src/content/docs/modes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/src/content/docs/modes.mdx b/packages/web/src/content/docs/modes.mdx index ae14c2f32b5..a31a8223b07 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