docs: add window title (#4059)

This commit is contained in:
dianed-square
2025-08-12 17:10:13 -07:00
committed by GitHub
parent 015eca85da
commit 27e6155eb0
4 changed files with 7 additions and 4 deletions
@@ -29,7 +29,7 @@ Gooses permissions determine how much autonomy it has when modifying files, u
| **Completely Autonomous** | Goose can modify files, use extensions, and delete files **without requiring approval**. | Users who want **full automation** and seamless integration into their workflow. |
| **Manual Approval**| Goose **asks for confirmation** before using any tools or extensions. | Users who want to **review and approve** every change and tool usage. |
| **Smart Approval** | Goose uses a risk-based approach to **automatically approve low-risk actions** and **flag others** for approval. | Users who want a **balanced mix of autonomy and oversight** based on the actions impact. |
| **Chat Only** | Goose **only engages in chat**, with no extension use or file modifications. | Users who prefer a **conversational AI experience** without automation. |
| **Chat Only** | Goose **only engages in chat**, with no extension use or file modifications. | Users who prefer a **conversational AI experience** for analysis, writing, and reasoning tasks without automation. |
|
:::warning
@@ -134,7 +134,7 @@ Here's how to configure:
</Tabs>
:::info
If you choose `Approve` mode, you will see "Allow" and "Deny" buttons in your session windows during tool calls.
If you choose `Manual` (in Goose Desktop) or `Approve Mode` (in Goose CLI), you will see "Allow" and "Deny" buttons in your session windows during tool calls.
Goose will only ask for permission for tools that it deems are 'write' tools, e.g. any 'text editor write', 'text editor edit', 'bash - rm, cp, mv' commands.
Read/write approval makes best effort attempt at classifying read or write tools. This is interpreted by your LLM provider.