Skip to content

Commit 1c26bbc

Browse files
authored
Fix todo list toggle not working (RooCodeInc#6103)
1 parent 9956cc1 commit 1c26bbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/task/Task.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1626,6 +1626,7 @@ export class Task extends EventEmitter<ClineEvents> {
16261626
language,
16271627
maxConcurrentFileReads,
16281628
maxReadFileLine,
1629+
apiConfiguration,
16291630
} = state ?? {}
16301631

16311632
return await (async () => {
@@ -1654,6 +1655,7 @@ export class Task extends EventEmitter<ClineEvents> {
16541655
maxReadFileLine !== -1,
16551656
{
16561657
maxConcurrentFileReads,
1658+
todoListEnabled: apiConfiguration?.todoListEnabled,
16571659
},
16581660
)
16591661
})()

0 commit comments

Comments
 (0)