|
|
@@ -629,6 +629,8 @@ const SettingsView = forwardRef<SettingsViewRef, SettingsViewProps>(({ onDone, t
|
|
|
alwaysAllowUpdateTodoList={alwaysAllowUpdateTodoList}
|
|
|
followupAutoApproveTimeoutMs={followupAutoApproveTimeoutMs}
|
|
|
allowedCommands={allowedCommands}
|
|
|
+ allowedMaxRequests={allowedMaxRequests ?? undefined}
|
|
|
+ allowedMaxCost={allowedMaxCost ?? undefined}
|
|
|
deniedCommands={deniedCommands}
|
|
|
setCachedStateField={setCachedStateField}
|
|
|
/>
|