diff options
| author | Eduard Voiculescu <[email protected]> | 2026-01-13 17:52:02 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-01-13 19:51:01 -0500 |
| commit | f4a28b265958acb5c42f3ca32e8d267ca5605cba (patch) | |
| tree | 0e6598b9bdfa1171c10b490629d4b15a856e2d4d | |
| parent | a160a35d0c55fd97fdfb77ba008d60dd7b0ed9f8 (diff) | |
| download | opencode-f4a28b265958acb5c42f3ca32e8d267ca5605cba.tar.gz opencode-f4a28b265958acb5c42f3ca32e8d267ca5605cba.zip | |
docs: Update plan mode restrictions (#8290)
| -rw-r--r-- | packages/web/src/content/docs/modes.mdx | 2 |
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 |
