fix: correct the goose mode name (#2124)

This commit is contained in:
Yingjie He
2025-04-10 04:46:21 -07:00
committed by GitHub
parent d1c124c28d
commit 0a572eb01d

View File

@@ -184,7 +184,7 @@ pub async fn check_tool_permissions(
// 2. Fallback based on mode
match mode {
"manual_approve" => {
"approve" => {
needs_approval.push(request.clone());
}
"smart_approve" => {