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 1a4c689 commit 1e97ad3Copy full SHA for 1e97ad3
src/core/tools/readFileTool.ts
@@ -429,7 +429,7 @@ export async function readFileTool(
429
430
const relPath = fileResult.path
431
const fullPath = path.resolve(cline.cwd, relPath)
432
- const { maxReadFileLine = 500 } = (await cline.providerRef.deref()?.getState()) ?? {}
+ const { maxReadFileLine = -1 } = (await cline.providerRef.deref()?.getState()) ?? {}
433
434
// Process approved files
435
try {
0 commit comments