feat: remove uimode/parallel from settings (#206)

This commit is contained in:
Charles Packer
2025-12-14 14:25:25 -08:00
committed by GitHub
parent 13b4100311
commit 2936b57ffc
6 changed files with 20 additions and 34 deletions

View File

@@ -168,7 +168,7 @@ export async function handleHeadlessCommand(
updateArgs,
forceNew,
skillsDirectory,
settings.parallelToolCalls,
true, // parallelToolCalls always enabled
sleeptimeFlag ?? settings.enableSleeptime,
specifiedSystem,
initBlocks,
@@ -213,7 +213,7 @@ export async function handleHeadlessCommand(
updateArgs,
false,
skillsDirectory,
settings.parallelToolCalls,
true, // parallelToolCalls always enabled
sleeptimeFlag ?? settings.enableSleeptime,
specifiedSystem,
undefined,