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