mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fixes
This commit is contained in:
parent
1c9f65ab7c
commit
133bd6e38f
1 changed files with 2 additions and 3 deletions
|
|
@ -208,9 +208,8 @@ const AutoApproveMenu = ({ style }: AutoApproveMenuProps) => {
|
|||
color: "var(--vscode-descriptionForeground)",
|
||||
fontSize: "12px",
|
||||
}}>
|
||||
Auto-approve allows Cline to perform the following actions without asking for permission. This
|
||||
is potentially dangerous and could lead to unwanted system modifications. Please use with
|
||||
caution and only enable if you understand the risks.
|
||||
Auto-approve allows Cline to perform the following actions without asking for permission. Please
|
||||
use with caution and only enable if you understand the risks.
|
||||
</div>
|
||||
{ACTION_METADATA.map((action) => (
|
||||
<div key={action.id} style={{ margin: "6px 0" }}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue