fix: remove unreleased write approve mode (#1652)

This commit is contained in:
Yingjie He
2025-03-12 14:12:07 -07:00
committed by GitHub
parent 22c8b32c78
commit ce23212974

View File

@@ -16,7 +16,6 @@ Gooses 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