Skip to content

Commit 2919f38

Browse files
committed
feat(file-reads): Always enable partial reads in prompt
1 parent 39d6535 commit 2919f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/task/Task.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1589,7 +1589,7 @@ export class Task extends EventEmitter<ClineEvents> {
15891589
enableMcpServerCreation,
15901590
language,
15911591
rooIgnoreInstructions,
1592-
maxReadFileLine !== -1,
1592+
true, // Always enable partial reads in the prompt
15931593
{
15941594
maxConcurrentFileReads,
15951595
},

0 commit comments

Comments
 (0)