Commit Graph

  • ae54d5d9b9 fix(video): handle undefined video case in VideoPanel icarus 2025-10-12 08:09:19 +08:00
  • 7bde37680e fix(video): handle undefined video case and add new video button icarus 2025-10-12 08:05:02 +08:00
  • 942c239d14 feat(video): add mock data and improve video panel handling icarus 2025-10-12 07:56:45 +08:00
  • 83114ee0c1 feat(video): add active video selection to VideoList icarus 2025-10-12 07:44:43 +08:00
  • 0dd894c911 feat(i18n): update video status messages and add thumbnail placeholder icarus 2025-10-12 07:35:26 +08:00
  • e0cb39d00d feat(video): implement video list UI with status indicators and thumbnails icarus 2025-10-12 07:35:06 +08:00
  • 12323375a5 feat(video): add image reference upload with validation icarus 2025-10-12 07:00:23 +08:00
  • 788b170f98 feat(video): pass params to VideoPanel for state management icarus 2025-10-12 06:00:42 +08:00
  • 42015b51e3 feat(i18n): add new translations for video features and common actions icarus 2025-10-12 05:52:53 +08:00
  • 9997188f5e refactor(video): extract size update logic into separate callback icarus 2025-10-12 05:48:53 +08:00
  • 1fd7b0b667 feat(video): add settings component for OpenAI video params icarus 2025-10-12 05:45:58 +08:00
  • 1467493e1d refactor(video-settings): improve settings layout and remove unused components icarus 2025-10-12 05:32:41 +08:00
  • f61cadd5b5 feat(video): add video model validation and settings improvements icarus 2025-10-12 05:32:26 +08:00
  • 377b2b796f feat(video-settings): add SettingsGroup component and update SettingItem divider default icarus 2025-10-12 04:54:17 +08:00
  • 36df06db75 refactor(video): update import path for useAddOpenAIVideo hook icarus 2025-10-12 04:53:59 +08:00
  • a901943675 refactor(video): rename useOpenAIVideos to useAddOpenAIVideo icarus 2025-10-12 04:53:45 +08:00
  • 953f0f4a2f fix(video-viewer): handle undefined video status in radio group icarus 2025-10-12 04:33:23 +08:00
  • 8b875935d0 feat(video): add onPress handler to video send button icarus 2025-10-12 04:32:31 +08:00
  • 2f9b174095 feat(video): add image reference button and send tooltip icarus 2025-10-12 04:31:20 +08:00
  • d80eac2fbe feat(video): add error handling and loading state for video creation icarus 2025-10-12 04:21:54 +08:00
  • 5776512bf6 fix(ToastPortal): prevent text overflow by adjusting toast width styles icarus 2025-10-12 04:13:32 +08:00
  • fd1a3faa69 feat(video): add video list component to display videos icarus 2025-10-12 03:49:25 +08:00
  • 82ad9e15e2 feat(video): enhance video error handling with retry options icarus 2025-10-12 03:44:16 +08:00
  • 46221985bd feat(video): add video loading error handling and status display icarus 2025-10-12 03:34:22 +08:00
  • d982c659d3 refactor(video): rename VideoPlayer to VideoViewer and improve layout icarus 2025-10-12 03:22:19 +08:00
  • dad9425b44 feat(video): pass provider prop to VideoPanel component icarus 2025-10-12 03:15:22 +08:00
  • dc19c17526 feat(video): add status handling and error messages to video player icarus 2025-10-12 03:13:23 +08:00
  • 85c8d5fca2 refactor(video): rename Video component to VideoPlayer and pass video prop icarus 2025-10-12 02:49:15 +08:00
  • 4cf4c1e946 feat(video): add OpenAI video creation support in VideoPanel icarus 2025-10-12 02:44:20 +08:00
  • 00221471b8 feat(video): add hook for handling OpenAI video status updates icarus 2025-10-12 02:40:12 +08:00
  • 6d22a635f2 feat(video): add downloading status and metadata to video types icarus 2025-10-12 02:40:04 +08:00
  • 014247f983 refactor(videos): move useVideos to videos folder icarus 2025-10-12 02:39:41 +08:00
  • 7fe4524415 feat(hooks): add useVideos hook for video management icarus 2025-10-12 02:10:00 +08:00
  • 0ada5656ad fix(video): make videoMap entries optional and handle undefined cases icarus 2025-10-12 02:01:54 +08:00
  • c7c6561b77 Merge branch 'main' of github.com:CherryHQ/cherry-studio into feat/sora2 icarus 2025-10-12 01:51:51 +08:00
  • 590d69cfba feat(video): add video store module and migration icarus 2025-10-12 01:50:33 +08:00
  • 9487eaf091 feat(video): add video status types for different processing states icarus 2025-10-12 01:31:52 +08:00
  • 1235362c82 feat(video): add support for retrieving video content from OpenAI icarus 2025-10-12 01:12:01 +08:00
  • 5db5d69cec feat(video): add retrieve video functionality for OpenAI icarus 2025-10-12 00:52:09 +08:00
  • 9931856a1f refactor(video): restructure video types and add createVideo service icarus 2025-10-12 00:37:23 +08:00
  • 833d2d9276 refactor(openai): remove unnecessary await in createVideo method icarus 2025-10-12 00:16:15 +08:00
  • 162e33f478 fix: remove LRU for websearch rag (#10631) Chen Tao 2025-10-12 00:01:35 +08:00
  • 50d1342680 fix: add anthropic model to temp and top p check fix/add-anthropic-model-to-temp-top-p-check dev 2025-10-11 20:45:48 +08:00
  • a1fde0db38 feat(video): implement OpenAI video creation support icarus 2025-10-11 19:19:54 +08:00
  • 612d3756cf feat(i18n): add video translation keys for multiple locales icarus 2025-10-11 19:11:57 +08:00
  • 05ad98bb20 build: replace openai package with @cherrystudio/openai fork icarus 2025-10-11 19:11:37 +08:00
  • 1c53222582 feat(video): add video creation types and stubs for future implementation icarus 2025-10-11 17:57:19 +08:00
  • c6a0ad3fc0 feat(video): add model selection to video settings icarus 2025-10-11 17:40:15 +08:00
  • ab2aa8380f feat(video): add video panel component with error handling icarus 2025-10-11 17:22:14 +08:00
  • 45bdea5301 feat(video): add provider settings component and layout icarus 2025-10-11 16:37:39 +08:00
  • ee4c310725 feat: update migration logic and increment version for store kangfenmao 2025-10-11 16:16:09 +08:00
  • a000ff2a1a fix: adjust overflow properties in MessageGroup component kangfenmao 2025-10-11 14:01:26 +08:00
  • 2f9576b2ae feat: remove some minapp and update related configurations kangfenmao 2025-10-11 11:43:57 +08:00
  • 92554dd398 chore: update @ai-sdk/google to version 2.0.17 and add corresponding patch kangfenmao 2025-10-11 11:43:13 +08:00
  • 9473ddc762 feature: unified assistant tab (#10590) defi-failure 2025-10-11 16:07:35 +08:00
  • 5f469a71f3 fix: update ai-sdk dependencies to latest versions (#10643) SuYao 2025-10-11 15:53:30 +08:00
  • 0f14b1625f feat(video): add video page and sidebar integration icarus 2025-10-11 15:39:38 +08:00
  • 7c8894616c refactor: remove unused minapp configurations and logos release/v1.6.4 kangfenmao 2025-10-11 15:18:31 +08:00
  • 87bac60afc fix: long dir breaks edit agent layout (#10644) defi-failure 2025-10-11 14:47:45 +08:00
  • 704339e835 fix: increase tool call maxCount (#10642) SuYao 2025-10-11 14:21:18 +08:00
  • 170632a199 chore: bump version to 1.6.4 and update release notes v1.6.4 kangfenmao 2025-10-11 13:18:39 +08:00
  • cd5841cdd4 fix: Provider icons are not displayed after selecting SiliconFlow in the "images" page (#10620) ABucket 2025-10-11 12:48:26 +08:00
  • 763afc5ca2 fix: Quick Assistant fails to correctly inject variables in prompts (#10617) ABucket 2025-10-11 12:45:25 +08:00
  • 45f033ff4e fix: AI_TypeValidationError when calling Ling-1T model (#10622) ABucket 2025-10-11 12:45:00 +08:00
  • f8fadcc73f fix: adjust overflow properties in MessageGroup component kangfenmao 2025-10-11 14:01:26 +08:00
  • c8ab7180ba fix: Provider icons are not displayed after selecting SiliconFlow in the "images" page (#10620) ABucket 2025-10-11 12:48:26 +08:00
  • 11757546c3 fix: Quick Assistant fails to correctly inject variables in prompts (#10617) ABucket 2025-10-11 12:45:25 +08:00
  • 420b9ec2f2 fix: AI_TypeValidationError when calling Ling-1T model (#10622) ABucket 2025-10-11 12:45:00 +08:00
  • a94e5dad5f feat: remove some minapp and update related configurations kangfenmao 2025-10-11 11:43:57 +08:00
  • 632fd4c567 chore: update @ai-sdk/google to version 2.0.17 and add corresponding patch kangfenmao 2025-10-11 11:43:13 +08:00
  • 401e17eb0e feat: allow right click to create note and folder (#10523) ABucket 2025-10-10 23:58:14 +08:00
  • 80fc118465 feat: support search in mini app page (#10609) beyondkmp 2025-10-10 07:00:45 -07:00
  • 9a8d7640f5 fix: insert reasoning block before the content block (#10545) Tristan Zhang 2025-10-09 22:32:13 +08:00
  • 2b3f6d5640 fix: knowledge base not delete and websearch rag error (#10595) Chen Tao 2025-10-09 22:29:52 +08:00
  • a2d81e6204 feat: add updating dialog in render (#10569) beyondkmp 2025-10-09 15:58:24 +08:00
  • b6107c5fb1 fix: change the url for qwen (#10584) Tristan Zhang 2025-10-09 13:37:07 +08:00
  • 1c73271e33 fix: support gpt-5-codex for github copilot (#10587) beyondkmp 2025-10-10 19:18:09 -07:00
  • 06b6f2b9d8 Merge branch 'main' of github.com:CherryHQ/cherry-studio into v2 fullex 2025-10-11 09:56:42 +08:00
  • acdbe6b9ed feat: allow right click to create note and folder (#10523) ABucket 2025-10-10 23:58:14 +08:00
  • 6c201228d9 feat: support search in mini app page (#10609) beyondkmp 2025-10-10 07:00:45 -07:00
  • 73b2a375ad fix: insert reasoning block before the content block (#10545) Tristan Zhang 2025-10-09 22:32:13 +08:00
  • 89bb830b60 fix: knowledge base not delete and websearch rag error (#10595) Chen Tao 2025-10-09 22:29:52 +08:00
  • 2399db4944 fix: adding multiple keys to the zhipu model service is not detected properly (#10583) Tristan Zhang 2025-10-09 20:40:46 +08:00
  • ff378ca567 feat: enhance web search functionality with abort signal support MyPrototypeWhat 2025-10-09 17:44:42 +08:00
  • 62774b34d3 feat: add updating dialog in render (#10569) beyondkmp 2025-10-09 15:58:24 +08:00
  • 654f19eaa9 fix: change the url for qwen (#10584) Tristan Zhang 2025-10-09 13:37:07 +08:00
  • ce642f17d9 fix: layout for antrophic api tips (#10579) Tristan Zhang 2025-10-09 13:20:40 +08:00
  • 2c102ed3b4 refactor: update imports to use 'type' for type-only imports across multiple files fullex 2025-10-09 12:45:17 +08:00
  • 767e22c58d Merge branch 'main' of github.com:CherryHQ/cherry-studio into v2 fullex 2025-10-09 12:10:37 +08:00
  • d7bcd5a20e Merge pull request #10096 from CherryHQ/feat/agents-new fullex 2025-10-09 10:07:18 +08:00
  • 27903e7d9d fix suyao 2025-10-09 09:42:04 +08:00
  • a8c0d0a684 fix suyao 2025-10-09 09:10:04 +08:00
  • 5e33c89fe7 Merge branch 'main' into feat/agents-new suyao 2025-10-09 09:06:06 +08:00
  • 44d2cb345f return suyao 2025-10-09 08:50:46 +08:00
  • 49eec68434 done suyao 2025-10-09 08:46:07 +08:00
  • d5ae3e6edc Merge branch 'main' of github.com:CherryHQ/cherry-studio into feat/mcp-runjs icarus 2025-10-09 00:27:30 +08:00
  • 6eedcc29ba feat(i18n): add untranslated strings for multiple languages icarus 2025-10-09 00:20:39 +08:00
  • 42849e4586 feat: support export image for notes (#10559) Tristan Zhang 2025-10-08 23:32:32 +08:00
  • 6a8544fb0e chore: bump version to 1.6.3 v1.6.3 kangfenmao 2025-10-08 22:08:08 +08:00
  • 37f7042f0f refactor: update styling and layout in Message component and NotesSidebar kangfenmao 2025-10-08 21:42:36 +08:00