Roo Code
4a1b29c188
fix: handle VS Code file size limit errors gracefully
...
- Add error handling for VS Code/Cursor 50MB file size limit
- Catch and handle "Files above X MB cannot be synchronized" errors
- Provide clearer user messages when files exceed display limits
- Ensure file operations complete successfully even if display fails
Fixes #9659
2025-11-28 02:03:53 +00:00
Daniel
4cdec7db8d
fix: create parent directories early in write_to_file to prevent ENOENT errors ( #9640 )
2025-11-26 19:53:10 -05:00
Daniel
a8a44510d5
fix: restore content undefined check in WriteToFileTool.handlePartial() ( #9614 )
2025-11-26 11:16:47 -05:00
Daniel
05f35735f0
feat: enable multiple native tool calls per turn with failure guardrails ( #9273 )
2025-11-25 20:21:13 -05:00
Daniel
0327f12751
feat: implement streaming for native tool calls ( #9542 )
2025-11-24 23:12:39 -05:00
Daniel
271d01bada
fix: Update tools to return structured JSON for native protocol ( #9373 )
2025-11-18 20:01:15 -05:00
Daniel
4bfd0709e4
fix: pass tool protocol parameter to lineCountTruncationError ( #9358 )
2025-11-18 11:29:19 -05:00
Daniel
5e6e601b0a
Add native tool call support ( #9159 )
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-11-13 12:48:35 -05:00