mirror of
https://github.com/andrepimenta/claude-code-chat.git
synced 2025-12-13 21:59:42 +00:00
Let user chose yolo mode when there is an error with permissions
This commit is contained in:
@@ -430,8 +430,6 @@ class ClaudeChatProvider {
|
||||
args.push('--mcp-config', mcpConfigPath);
|
||||
args.push('--allowedTools', 'mcp__permissions__approval_prompt');
|
||||
args.push('--permission-prompt-tool', 'mcp__permissions__approval_prompt');
|
||||
} else {
|
||||
args.push('--dangerously-skip-permissions');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user