mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 14:44:21 +01:00
fix: correct the goose mode name (#2124)
This commit is contained in:
@@ -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" => {
|
||||
|
||||
Reference in New Issue
Block a user