cherry-studio/src
fullex 542702ad56 feat: implement assistant message creation via StreamingService
- Added a new method `createAssistantMessage` in StreamingService to facilitate the creation of assistant messages through the Data API, ensuring server-generated message IDs while maintaining client-side data integrity.
- Updated `messageThunk` to utilize the new method for creating assistant messages, replacing previous direct API calls and enhancing the overall message handling process.
- Introduced a conversion method to transform shared message formats from the Data API into the renderer's expected format, streamlining message processing and improving code organization.
2026-01-04 09:49:32 +08:00
..
main refactor: update logger context for DataApi components 2026-01-04 09:10:14 +08:00
preload Merge branch 'main' of github.com:CherryHQ/cherry-studio into v2 2026-01-01 13:57:42 +08:00
renderer feat: implement assistant message creation via StreamingService 2026-01-04 09:49:32 +08:00