bug(core): UI reporting for truncated read_file. (#5155)

Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
joshualitt
2025-07-31 09:31:14 -07:00
committed by GitHub
parent ceccdf9d2c
commit c80607ac15
3 changed files with 79 additions and 3 deletions

View File

@@ -222,7 +222,7 @@ describe('ReadFileTool', () => {
'Line 7',
'Line 8',
].join('\n'),
returnDisplay: '(truncated)',
returnDisplay: 'Read lines 6-8 of 20 from paginated.txt',
});
});