We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9956cc1 commit 1c26bbcCopy full SHA for 1c26bbc
src/core/task/Task.ts
@@ -1626,6 +1626,7 @@ export class Task extends EventEmitter<ClineEvents> {
1626
language,
1627
maxConcurrentFileReads,
1628
maxReadFileLine,
1629
+ apiConfiguration,
1630
} = state ?? {}
1631
1632
return await (async () => {
@@ -1654,6 +1655,7 @@ export class Task extends EventEmitter<ClineEvents> {
1654
1655
maxReadFileLine !== -1,
1656
{
1657
1658
+ todoListEnabled: apiConfiguration?.todoListEnabled,
1659
},
1660
)
1661
})()
0 commit comments