Skip to content

Commit 8a75e60

Browse files
committed
fix: remove remaining diffEnabled references from Task.ts after rebase
1 parent 00e96e2 commit 8a75e60

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/core/task/Task.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,7 +1597,6 @@ export class Task extends EventEmitter<TaskEvents> implements TaskLike {
15971597
maxConcurrentFileReads: state?.maxConcurrentFileReads ?? 5,
15981598
browserToolEnabled: state?.browserToolEnabled ?? true,
15991599
modelInfo,
1600-
diffEnabled: this.diffEnabled,
16011600
includeAllToolsWithRestrictions: false,
16021601
})
16031602
allTools = toolsResult.tools
@@ -3743,7 +3742,6 @@ export class Task extends EventEmitter<TaskEvents> implements TaskLike {
37433742
maxConcurrentFileReads: state?.maxConcurrentFileReads ?? 5,
37443743
browserToolEnabled: state?.browserToolEnabled ?? true,
37453744
modelInfo,
3746-
diffEnabled: this.diffEnabled,
37473745
includeAllToolsWithRestrictions: false,
37483746
})
37493747
allTools = toolsResult.tools
@@ -3960,7 +3958,6 @@ export class Task extends EventEmitter<TaskEvents> implements TaskLike {
39603958
maxConcurrentFileReads: state?.maxConcurrentFileReads ?? 5,
39613959
browserToolEnabled: state?.browserToolEnabled ?? true,
39623960
modelInfo,
3963-
diffEnabled: this.diffEnabled,
39643961
includeAllToolsWithRestrictions: false,
39653962
})
39663963
contextMgmtTools = toolsResult.tools

0 commit comments

Comments
 (0)