mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-23 00:35:51 +00:00
style: 完成所有文件的lint
This commit is contained in:
@@ -479,7 +479,6 @@ export const hasPermissionsToUseTool: CanUseToolFn = async (
|
||||
): Promise<PermissionDecision> => {
|
||||
const result = await hasPermissionsToUseToolInner(tool, input, context)
|
||||
|
||||
|
||||
// Reset consecutive denials on any allowed tool use in auto mode.
|
||||
// This ensures that a successful tool use (even one auto-allowed by rules)
|
||||
// breaks the consecutive denial streak.
|
||||
|
||||
Reference in New Issue
Block a user