Roo-Code/packages/types
Roo Code 1632659c02 feat: add MCP image preview thumbnails and save_image tool
- Add image thumbnails to McpExecution component (Feature 1)
  - Import Thumbnails component
  - Add images prop to McpExecutionProps interface
  - Render thumbnails when images are present (click to open in VSCode)
  - Pass message.images from ChatRow to McpExecution

- Add save_image tool for agent to save images (Feature 2)
  - Create SaveImageTool.ts with base64 data URL support
  - Add save_image to toolNames in types/tool.ts
  - Add tool definitions in shared/tools.ts
  - Create native tool description in prompts/tools/native-tools
  - Register tool in presentAssistantMessage.ts
  - Add to edit tool group for file write operations

Addresses Issue #10877
2026-01-21 23:02:54 +00:00
..
npm Release: v1.106.0 (#10749) 2026-01-15 01:44:14 -05:00
scripts Fix publish-npm script (#7093) 2025-08-14 03:17:56 -07:00
src feat: add MCP image preview thumbnails and save_image tool 2026-01-21 23:02:54 +00:00
.gitignore Task metadata (#7092) 2025-08-14 03:14:17 -07:00
eslint.config.mjs Task metadata (#7092) 2025-08-14 03:14:17 -07:00
package.json Move more types to @roo-code/types (for the cli) (#10583) 2026-01-09 11:59:06 -08:00
tsconfig.json Task metadata (#7092) 2025-08-14 03:14:17 -07:00
tsup.config.ts Bump @roo-code/types to v1.42.0 (#6610) 2025-08-02 13:27:59 -07:00
vitest.config.ts Convert jest tests to vitest and disable default watch mode for vitest (#4568) 2025-06-11 14:48:01 -07:00