feat(cleaner): add recordVideo to renderer API layer
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -118,6 +118,7 @@ export async function reloadManagers(): Promise<string[]> {
|
|||||||
export async function runCleanerExecution(params: {
|
export async function runCleanerExecution(params: {
|
||||||
dryRun: boolean
|
dryRun: boolean
|
||||||
headless: boolean
|
headless: boolean
|
||||||
|
recordVideo: boolean
|
||||||
queryBatchSize: number
|
queryBatchSize: number
|
||||||
processConcurrency: number
|
processConcurrency: number
|
||||||
selectedManagers: string[]
|
selectedManagers: string[]
|
||||||
@@ -148,6 +149,7 @@ export async function runCleanerExecution(params: {
|
|||||||
materialCodes: materialCodeList,
|
materialCodes: materialCodeList,
|
||||||
dryRun: params.dryRun,
|
dryRun: params.dryRun,
|
||||||
headless: params.headless,
|
headless: params.headless,
|
||||||
|
recordVideo: params.recordVideo,
|
||||||
queryBatchSize: params.queryBatchSize,
|
queryBatchSize: params.queryBatchSize,
|
||||||
processConcurrency: params.processConcurrency
|
processConcurrency: params.processConcurrency
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user