New Client Params for Tool Retries

This commit is contained in:
Corey Ogburn
2026-07-02 10:11:52 -06:00
parent 8675296393
commit 83cf1f0793
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -2695,6 +2695,8 @@ soc:
thresholdColorRatioLow: 0.5
thresholdColorRatioMed: 0.75
thresholdColorRatioMax: 1
toolBusyMaxRetries: 30
toolBusyRetryDelayMs: 1000
availableModels:
- id: sonnet
displayName: Claude Sonnet
+6
View File
@@ -784,6 +784,12 @@ soc:
description: Set to true to enable the Onion AI assistant in SOC.
global: True
forcedType: bool
toolBusyMaxRetries:
description: How many times to retry auto approving a tool while a tool is already running.
global: True
toolBusyRetryDelayMs:
description: How long in milliseconds to wait between each retry when auto approving a tool.
global: True
investigationPrompt:
description: Prompt given to Onion AI when beginning an investigation.
global: True