Skip to content

Commit 017622d

Browse files
samhvw8daniel-lxs
andauthored
feat(tools): add image support to read_file tool (RooCodeInc#5172)
Co-authored-by: Daniel <[email protected]> Co-authored-by: Daniel Riccio <[email protected]>
1 parent 9393064 commit 017622d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1847
-90
lines changed

packages/types/src/global-settings.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ export const globalSettingsSchema = z.object({
101101
maxWorkspaceFiles: z.number().optional(),
102102
showRooIgnoredFiles: z.boolean().optional(),
103103
maxReadFileLine: z.number().optional(),
104+
maxImageFileSize: z.number().optional(),
105+
maxTotalImageSize: z.number().optional(),
104106

105107
terminalOutputLineLimit: z.number().optional(),
106108
terminalOutputCharacterLimit: z.number().optional(),

0 commit comments

Comments
 (0)