Roo-Code/packages/types
daniel-lxs 17ee88c802
fix: optimize image handling with dual-storage approach
- Add imagesBase64 field to ClineMessage schema for efficient dual storage
- Store both webview URIs (for display) and base64 (for API) when creating messages
- Remove repeated base64→file→URI conversions on every render
- Update all tools to use base64 from stored messages for API calls
- Eliminates file I/O overhead during rendering and message updates
- Improves performance by storing each format once instead of converting repeatedly
2025-11-03 14:48:09 -05:00
..
npm Get the model id property for a given provider (#8009) 2025-09-17 15:24:27 -07:00
scripts Fix publish-npm script (#7093) 2025-08-14 03:17:56 -07:00
src fix: optimize image handling with dual-storage approach 2025-11-03 14:48:09 -05: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 Task metadata (#7092) 2025-08-14 03:14:17 -07: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