style(copilot): reformat auto-approve constants

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
anvyle
2026-04-14 23:40:44 +02:00
parent 6d1cd41c43
commit aa5b84e13c

View File

@@ -31,7 +31,9 @@ VALID_ACTIONS = {"add_block", "connect_blocks", "configure", "add_input", "add_o
# checks the predicate and skips (the client's message is already there).
AUTO_APPROVE_CLIENT_SECONDS = 60
AUTO_APPROVE_SERVER_GRACE_SECONDS = 5
AUTO_APPROVE_SERVER_SECONDS = AUTO_APPROVE_CLIENT_SECONDS + AUTO_APPROVE_SERVER_GRACE_SECONDS
AUTO_APPROVE_SERVER_SECONDS = (
AUTO_APPROVE_CLIENT_SECONDS + AUTO_APPROVE_SERVER_GRACE_SECONDS
)
AUTO_APPROVE_MESSAGE = "Approved. Please build the agent."
# Redis key prefix for cross-process cancel signalling. The cancel