feat(chat): improve media handling and caching for user messages (#81)

This commit is contained in:
Haze
2026-02-14 00:21:04 +08:00
committed by GitHub
Unverified
parent 051803869d
commit cf8091d81f
7 changed files with 280 additions and 36 deletions

View File

@@ -115,9 +115,10 @@ const electronAPI = {
'log:getFilePath',
'log:getDir',
'log:listFiles',
// File staging
// File staging & media
'file:stage',
'file:stageBuffer',
'media:getThumbnails',
// Chat send with media (reads staged files in main process)
'chat:sendWithMedia',
// OpenClaw extras