From ce2321297456d6512bf9c5c60584b28f5739b855 Mon Sep 17 00:00:00 2001 From: Yingjie He Date: Wed, 12 Mar 2025 14:12:07 -0700 Subject: [PATCH] fix: remove unreleased write approve mode (#1652) --- documentation/docs/guides/goose-permissions.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/documentation/docs/guides/goose-permissions.md b/documentation/docs/guides/goose-permissions.md index 457811d2..3acd3db3 100644 --- a/documentation/docs/guides/goose-permissions.md +++ b/documentation/docs/guides/goose-permissions.md @@ -16,7 +16,6 @@ Goose’s permissions determine how much autonomy it has when modifying files, u | ---------------- | ------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | | **Auto Mode** | Goose can modify files, use extensions, and delete files **without requiring approval**. | Users who want **full automation** and seamless integration into their workflow. | | **Approve Mode** | Goose **asks for confirmation** before all tools and extensions. | Users who want to **review and approve** any changes and extension use before they happen. | -| **Write Approve Mode** | Goose **asks for confirmation** before modifying, creating, deleting files and before using extensions. | Users who want to **review and approve** write or risky changes and extension use before they happen. | | **Chat Mode** | Goose **only engages in chat**, with no extension use or file modifications. | Users who prefer a **conversational AI experience** without automation. | :::warning @@ -83,7 +82,6 @@ Here's how to configure: │ ● Auto Mode // highlight-end | ○ Approve Mode - | ○ Write Approve Mode | ○ Chat Mode | └ Set to Auto Mode - full file modification enabled