Commit Graph

  • cd3031479c fix(reasoning): correct regex pattern for deepseek model detection (#10407) Phantom 2025-09-28 14:07:30 +08:00
  • 1df6e8c732 refactor(notes): improve notes management with local state and file handling (#10395) Pleasure1234 2025-09-28 06:50:52 +01:00
  • ed2e01491e fix: clear @ and other input text when exiting model selection menu w… (#10427) Xin Rui 2025-09-28 13:44:27 +08:00
  • 228ed474ce chore: update @ai-sdk/google patch and modify getModelPath function kangfenmao 2025-09-28 13:31:18 +08:00
  • 6829a03437 fix: AI_APICallError for Gemini via proxy #10366 (#10429) 亢奋猫 2025-09-28 13:01:49 +08:00
  • cb922b67ad feat(i18n): add unknown translation key icarus 2025-09-28 12:29:20 +08:00
  • b0213742f4 refactor(ChatNavbar): extract InfoTag component and add agent name display icarus 2025-09-28 12:29:03 +08:00
  • 90264f6ec9 feat(MessageHeader): add agent name display for assistant messages in agent view icarus 2025-09-28 12:22:58 +08:00
  • 1ef6de1869 style(AgentSettings): change chip color from secondary to default for consistency icarus 2025-09-28 12:21:42 +08:00
  • e4ad5084cf feat(theme): add hero UI primary color variants icarus 2025-09-28 12:18:58 +08:00
  • 0ef2725dfd style(AgentSettings): change ShieldAlert icon color to danger-600 for better visibility icarus 2025-09-28 12:04:58 +08:00
  • 4bd492f498 fix(AgentSettings): correct agent name display logic in AgentLabel icarus 2025-09-28 11:55:53 +08:00
  • ef7433c823 🌐 fix(i18n): add missing 'common.selected' translation key across all locales Vaayne 2025-09-28 11:02:05 +08:00
  • b6765b48b5 Refactor translation files: Update agent terminology to assistant, remove MCP server references, and enhance permission mode descriptions across multiple languages (es-es, fr-fr, ja-jp, pt-pt, ru-ru). Vaayne 2025-09-28 10:18:59 +08:00
  • 7c45e42602 fix(assistants): add ts-ignore for ts2589 errors in state updates icarus 2025-09-27 18:59:16 +08:00
  • 57a40f84b9 Merge branch 'main' of github.com:CherryHQ/cherry-studio into feat/agents-new icarus 2025-09-27 18:32:11 +08:00
  • e737f71932 feat(i18n): add unnamed translation and use in session creation icarus 2025-09-27 18:28:08 +08:00
  • 9ec6e5f771 fix(ui): add delay and closeDelay props to Tooltip in SessionItem icarus 2025-09-27 18:24:13 +08:00
  • 4647688613 fix(SessionItem): prevent event propagation when clicking delete icarus 2025-09-27 18:10:08 +08:00
  • bc0f283278 fix(sessions): reset topic fulfilled state when switching sessions icarus 2025-09-27 18:09:43 +08:00
  • aadadf8353 fix(session): remove redundant fulfilled dispatch and add loading indicators icarus 2025-09-27 18:03:42 +08:00
  • d0a0685fc1 fix(agent): update error message for empty accessible paths icarus 2025-09-27 17:39:03 +08:00
  • ba7d5f53e5 feat(i18n): add anthropic api host translations and permission mode fields icarus 2025-09-27 17:36:25 +08:00
  • 86dde5dc0f feat(agents): improve error handling and form validation in agent management icarus 2025-09-27 17:32:19 +08:00
  • a5ceceeca3 refactor(SessionItem): replace delete button as a div to avoid nested button icarus 2025-09-27 17:17:39 +08:00
  • fcfda90d5a Merge branch 'feat/agents-new' of github.com:CherryHQ/cherry-studio into feat/agents-new icarus 2025-09-27 17:02:34 +08:00
  • 2ccfde1ba4 feat(agent): add emoji avatar support and refactor avatar handling icarus 2025-09-27 17:02:29 +08:00
  • ae1c1409e1 feat(ChatNavbar): add session workspace metadata display in navbar Vaayne 2025-09-27 16:53:49 +08:00
  • b46237296e style: change no-unused-vars rule from error to warn icarus 2025-09-27 15:52:03 +08:00
  • 8c06d2f706 refactor(AgentSettings): remove unused ModelSetting component icarus 2025-09-27 15:27:20 +08:00
  • 1b705edb06 feat(model-selection): add model type filtering to exclude embedding/rerank/image models icarus 2025-09-27 15:11:16 +08:00
  • 42435e8f76 refactor(agent): update useUpdateAgent hook and related components icarus 2025-09-27 15:05:26 +08:00
  • 3111979bb4 feat(components): replace spans with Ellipsis for model labels icarus 2025-09-27 14:27:19 +08:00
  • 56580e3fac Merge branch 'feat/agents-new' of github.com:CherryHQ/cherry-studio into feat/agents-new icarus 2025-09-27 14:19:06 +08:00
  • 7084b8d429 style(AgentItem): add background color to session count chip icarus 2025-09-27 14:19:00 +08:00
  • 8b0e8506c2 feat(SessionItem): add confirmation for session deletion with keyboard shortcut icarus 2025-09-27 14:17:43 +08:00
  • 4d133d59ea feat: enhance Anthropic API support for compatible providers Vaayne 2025-09-27 14:06:46 +08:00
  • 35b885798b Add Anthropic API Host support for compatible providers Vaayne 2025-09-27 13:04:19 +08:00
  • ae9e12b276 feat: add slash command functionality to agent services Vaayne 2025-09-27 10:26:48 +08:00
  • 8018ac1a97 feat(agent): add optional avatar and slash_commands to AgentConfigurationSchema Vaayne 2025-09-27 10:06:09 +08:00
  • f429e3fc01 style(ui): move lucide icon color rule and add warning icon to caution text icarus 2025-09-27 13:55:01 +08:00
  • 6c63146556 refactor(SessionItem): replace className with isActive prop for better readability icarus 2025-09-27 13:46:26 +08:00
  • 29242154d0 feat(AgentItem): add session count chip for active agents icarus 2025-09-27 13:38:21 +08:00
  • ccc5e830d7 refactor(Sessions): remove unused index parameter and delay from animation icarus 2025-09-27 13:27:10 +08:00
  • adf10f6ea1 style(settings): remove unnecessary padding from ContentContainer (#10379) Phantom 2025-09-26 17:50:00 +08:00
  • 26a6ff871f feat: improve content protection during file operations (#10378) Zhaokun 2025-09-26 17:49:24 +08:00
  • d1e85f964d fix(websearch): handle blocked domains conditionally in web search (#10374) MyPrototypeWhat 2025-09-26 12:10:28 +08:00
  • 8d041438fd chore: remove cherryin provider references and update versioning kangfenmao 2025-09-26 10:36:17 +08:00
  • c6dc1810e9 Fix slash newline (#10305) Zhaokun 2025-09-26 05:07:10 +08:00
  • d7e79353fc feat: add fadeInWithBlur animation to Tailwind CSS and update Markdown component feat/message-loader-icon MyPrototypeWhat 2025-09-26 19:34:49 +08:00
  • 93e972a5da chore: remove @radix-ui/react-slot dependency and update utility functions MyPrototypeWhat 2025-09-26 19:17:19 +08:00
  • dabfb8dc0e style(settings): remove unnecessary padding from ContentContainer (#10379) Phantom 2025-09-26 17:50:00 +08:00
  • 4aa9c9f225 feat: improve content protection during file operations (#10378) Zhaokun 2025-09-26 17:49:24 +08:00
  • 12d08e4748 feat: add Radix UI slot component and enhance Markdown rendering MyPrototypeWhat 2025-09-26 17:46:51 +08:00
  • fa394576bb Refine agent permissions UI & translations Vaayne 2025-09-26 17:36:46 +08:00
  • 5c1ac376e6 fix(AgentConfigurationSchema): update default max_turns to 100 Vaayne 2025-09-26 16:32:12 +08:00
  • 88e77aa116 Merge branch 'feat/agents-new' of github.com:CherryHQ/cherry-studio into feat/agents-new icarus 2025-09-26 14:41:07 +08:00
  • 4e9340f551 fix(useAgents): add missing dependencies to useCallback hook icarus 2025-09-26 14:41:01 +08:00
  • 0648a1f567 refactor(assistants): rename agents to assistants and update related components kangfenmao 2025-09-26 13:45:02 +08:00
  • 4b1f7db506 fix(AgentSessionInputbar): add agent model to dependency array icarus 2025-09-26 14:33:35 +08:00
  • 0be2177937 fix(chat): handle agent and session state changes properly icarus 2025-09-26 14:31:56 +08:00
  • c52cc5a94f style(sessions): update styling and add scrollbar props to DynamicVirtualList icarus 2025-09-26 14:01:16 +08:00
  • 947695fdc7 feat(sessions): replace manual list with virtual list for better performance icarus 2025-09-26 13:54:27 +08:00
  • 75296babe3 style(SessionsTab): adjust overflow styling for cleaner appearance icarus 2025-09-26 13:54:22 +08:00
  • c9381d672e style(SessionsTab): adjust overflow styling for better scroll behavior icarus 2025-09-26 13:50:44 +08:00
  • 67fa5df611 style(SessionsTab): add overflow-auto to improve scroll behavior icarus 2025-09-26 13:49:56 +08:00
  • 52a980f751 fix(websearch): handle blocked domains conditionally in web search (#10374) MyPrototypeWhat 2025-09-26 12:10:28 +08:00
  • 3b7ab2aec8 chore: remove cherryin provider references and update versioning kangfenmao 2025-09-26 10:36:17 +08:00
  • 122e4a10d0 refactor(api): improve session messages path handling by returning object with base and withId icarus 2025-09-26 05:44:23 +08:00
  • d41e239b89 Fix slash newline (#10305) Zhaokun 2025-09-26 05:07:10 +08:00
  • b82b16b5f6 style(ui): update button hover background color to use CSS variable icarus 2025-09-26 05:01:06 +08:00
  • ebdd90b235 feat(SessionsTab): add animation and styling based on topic and navbar position icarus 2025-09-26 04:57:25 +08:00
  • 5c8e06ed94 style(components): update button styling in AgentItem and SessionItem icarus 2025-09-26 04:37:30 +08:00
  • f4e4586fbc refactor(SelectAgentModelButton): replace styled-components with tailwind classes icarus 2025-09-26 04:11:48 +08:00
  • fab1d29c83 fix: prevent model update when same model is selected icarus 2025-09-26 04:06:17 +08:00
  • de9cb2fbdb feat(model-selection): add api model selection support for agents icarus 2025-09-26 04:04:23 +08:00
  • a419aed404 refactor(animations): simplify motion animations in SessionsTab and Sessions components icarus 2025-09-26 01:42:31 +08:00
  • cb47e8decd feat(Settings): Extract the reusable parts from AgentSettings for use in SessionSettings icarus 2025-09-26 01:22:28 +08:00
  • 3c4bb72a82 refactor(AgentSettings): extract styled components to shared module icarus 2025-09-26 00:13:13 +08:00
  • cab79ef185 refactor(AgentSettings): move popup component to separate file for better organization icarus 2025-09-26 00:11:24 +08:00
  • a87c06aab8 fix(home-tabs): prevent settings tab when active topic is session icarus 2025-09-25 23:45:13 +08:00
  • c19659daa5 Merge branch 'feat/agents-new' of github.com:CherryHQ/cherry-studio into feat/agents-new icarus 2025-09-25 23:38:50 +08:00
  • bafde1c518 refactor(agent-settings): rename advance to advanced in settings components and types icarus 2025-09-25 23:38:29 +08:00
  • 45961d2eda Merge remote-tracking branch 'origin/main' into feat/agents-new Vaayne 2025-09-25 23:35:29 +08:00
  • e1a0dd6810 feat(timeout): implement extendMessagesTimeout middleware and set server timeouts Vaayne 2025-09-25 23:30:01 +08:00
  • a1d14b9292 feat(claudecode): enhance streaming transform flow Vaayne 2025-09-25 23:15:30 +08:00
  • a7d6065b08 refactor(routes): streamline provider-specific messages route setup Vaayne 2025-09-25 23:04:20 +08:00
  • 5dbd38721f refactor(messages): remove debug logging and enhance streaming response handling Vaayne 2025-09-25 23:04:05 +08:00
  • 39fcc04d78 refactor(logging): improve logging messages for clarity and consistency Vaayne 2025-09-24 21:57:02 +08:00
  • 5c7784622e fix(AgentEssentialSettings): handle undefined name and description states icarus 2025-09-25 23:21:11 +08:00
  • b85040f579 chore: update dependencies and versioning v1.6.1 kangfenmao 2025-09-25 22:11:08 +08:00
  • 8bcd229849 feat: enhance model filtering based on supported endpoint types kangfenmao 2025-09-25 22:11:17 +08:00
  • d12515ccb9 feat: enhance multi-language support in release notes processing (#10355) beyondkmp 2025-09-25 21:51:05 +08:00
  • 499cb52e28 feat: enhance terminal command handling for macOS (#10362) beyondkmp 2025-09-25 21:26:04 +08:00
  • 05a318225c refactor(reasoning): simplify reasoning time tracking by removing unu… (#10360) MyPrototypeWhat 2025-09-25 19:06:25 +08:00
  • caad0bc005 fix: svg foreignobject in code blocks (#10339) one 2025-09-25 18:02:06 +08:00
  • 067ecb5e8e style: update UpdateNotesWrapper to use markdown class for improved formatting (#10359) beyondkmp 2025-09-25 16:07:27 +08:00
  • 3088887e57 Merge branch 'main' into feat/agents-new kangfenmao 2025-09-25 15:02:52 +08:00
  • 0f8cbeed11 fix(translate): remove unused effect for clearing translation contenton mount (#10349) beyondkmp 2025-09-25 13:44:17 +08:00
  • 2ed99c0cb8 ci(workflow): only trigger PR CI on non-draft PRs (#10338) Phantom 2025-09-25 13:28:51 +08:00