@@ -1626,6 +1626,7 @@ export class Task extends EventEmitter<ClineEvents> {
language,
maxConcurrentFileReads,
maxReadFileLine,
+ apiConfiguration,
} = state ?? {}
return await (async () => {
@@ -1654,6 +1655,7 @@ export class Task extends EventEmitter<ClineEvents> {
maxReadFileLine !== -1,
{
+ todoListEnabled: apiConfiguration?.todoListEnabled,
},
)
})()