Commit Graph

  • ab90eb2aab refactor(AgentModal): replace useAddAgent with useAgents hook icarus 2025-09-18 20:29:04 +08:00
  • 4c5bed0b1f fix(agents): add http protocol to agent client base url icarus 2025-09-18 20:28:08 +08:00
  • 302331043a refactor(agent): add error logging in agent api client icarus 2025-09-18 20:25:40 +08:00
  • 09f5e7af8c feat(agents): implement add agent functionality in useAgents hook icarus 2025-09-18 20:25:28 +08:00
  • 664304241a feat(i18n): make base locale configurable via env var icarus 2025-09-18 19:31:24 +08:00
  • 27f98b02a6 feat(sessions): add sessions tab with basic functionality and translations icarus 2025-09-18 19:26:25 +08:00
  • af6a3c87d6 fix(AgentItem): add missing onPress dependency to useCallback icarus 2025-09-18 19:17:10 +08:00
  • a72feebead refactor: migrate Switch from antd to heroui (#10237) Phantom 2025-09-18 19:16:53 +08:00
  • d1819274bb Revert "feat(agent): add name field to AgentSessionEntitySchema" icarus 2025-09-18 19:13:24 +08:00
  • 8058ed21b3 feat(agent): add name field to AgentSessionEntitySchema icarus 2025-09-18 19:11:52 +08:00
  • eaf302bb40 Merge branch 'feat/agents-new' of github.com:CherryHQ/cherry-studio into feat/agents-new icarus 2025-09-18 19:04:14 +08:00
  • 3405b7e429 refactor(ui): rename agents to assistantPresets for consistency icarus 2025-09-18 19:04:05 +08:00
  • 2fc1df8793 refactor(ui): remove unused UI elements and commented code icarus 2025-09-18 19:00:41 +08:00
  • ec82eb2881 build: add @types alias to electron vite config icarus 2025-09-18 18:52:36 +08:00
  • 1c978e0684 feat(agents): add agent selection functionality icarus 2025-09-18 18:47:37 +08:00
  • e938e1572c feat(chat): add activeAgentId to track current agent state icarus 2025-09-18 18:43:10 +08:00
  • 9a7681c5c8 refactor(agent): update agent form types and mutation hooks icarus 2025-09-18 18:39:02 +08:00
  • 259f2157f6 refactor(agent): split AgentForm into BaseAgentForm and specific types icarus 2025-09-18 18:21:52 +08:00
  • 5a7521e335 fix(models): add qwen-plus new model (#10172) Yicheng 2025-09-18 18:19:33 +08:00
  • 21ce139df0 refactor(agents): replace unimplemented mutation with simple function icarus 2025-09-18 18:10:53 +08:00
  • 71536d6ef5 refactor(agents): replace useMutation with simple function in useAddAgent icarus 2025-09-18 18:09:58 +08:00
  • ef1a035701 feat: add AgentsTab component for managing agents icarus 2025-09-18 18:08:59 +08:00
  • 2b76c326ee refactor(agents): replace useMutation with simpler implementation in useRemoveAgent icarus 2025-09-18 18:08:45 +08:00
  • 64ee5c528b fix(useAgents): use right agents data icarus 2025-09-18 18:08:40 +08:00
  • 136d343c18 refactor(hooks): replace redux with swr in useAgents hook icarus 2025-09-18 18:05:55 +08:00
  • 0b1b9a913f feat(hooks): add useAgentClient hook for agent API client initialization icarus 2025-09-18 18:02:05 +08:00
  • cb0833a915 refactor(api): centralize agent and session paths for better maintainability icarus 2025-09-18 17:58:53 +08:00
  • 984c28d4be refactor(SessionMessageService): remove unused PermissionMode import Vaayne 2025-09-18 17:51:45 +08:00
  • 49add96dc0 feat(database): add agent_session_id to session_messages table and update related services Vaayne 2025-09-18 17:44:06 +08:00
  • db58762a13 refactor(AssistantsTab): remove agent-related code and imports icarus 2025-09-18 17:40:12 +08:00
  • 5dac1f5867 feat: support more terminal in code tools (#10192) beyondkmp 2025-09-18 17:33:06 +08:00
  • 6e89d0037f Merge branch 'feat/agents-new' of github.com:CherryHQ/cherry-studio into feat/agents-new icarus 2025-09-18 17:12:10 +08:00
  • e1ab17387c build: add swr dependency for data fetching icarus 2025-09-18 17:11:56 +08:00
  • 54de2341bd refactor(agents): remove draggable functionality and simplify agent list rendering icarus 2025-09-18 16:24:27 +08:00
  • 1d0fc26025 fix formatApiHost (#10236) SuYao 2025-09-18 15:43:07 +08:00
  • b131f0c48c pack optimization beyondkmp 2025-09-18 15:25:16 +08:00
  • 9e4b792fc3 🐛 fix: resolve duplicate migration key '156' to '157' Vaayne 2025-09-18 14:54:24 +08:00
  • 7abd5da57d ♻️ refactor: replace ClaudeCodeService child process with SDK query Vaayne 2025-09-18 14:54:12 +08:00
  • be7399b3c4 Merge branch 'feat/agents-new' of github.com:CherryHQ/cherry-studio into feat/agents-new icarus 2025-09-18 14:49:18 +08:00
  • 8d92b515ab feat(agent): return updated agent data from updateAgent method icarus 2025-09-18 14:35:57 +08:00
  • 524098d6d3 feat(agent): add error processing utility and update agent method icarus 2025-09-18 14:34:05 +08:00
  • 42fa2d94be feat(api): add formatAxiosError utility for handling axios errors icarus 2025-09-18 14:33:45 +08:00
  • a65b30f3a1 chore: update vscode settings for i18n configuration icarus 2025-09-18 14:33:10 +08:00
  • f1991b356b feat(agent): add get and delete agent methods with error handling icarus 2025-09-18 14:20:48 +08:00
  • 352c23180a add patch for sdk to run cli in electron beyondkmp 2025-09-18 14:11:05 +08:00
  • 825c376c5c feat(agent): add create agent endpoint to agent client icarus 2025-09-18 14:08:31 +08:00
  • 231a923c9d feat(types): add AgentForm type and move from component to types file icarus 2025-09-18 14:03:10 +08:00
  • dbf01652f8 feat(agent): add avatar support for agent items icarus 2025-09-18 13:59:37 +08:00
  • 842a6cb178 style(AssistantsTab): reorder tailwind classes for consistency icarus 2025-09-18 13:54:59 +08:00
  • d56c526709 feat(api): add AgentClient class for listing agents icarus 2025-09-18 13:48:57 +08:00
  • 70a68bef27 Revert "feat(types): add DeleteAgentResponse type and update AgentService" icarus 2025-09-18 13:31:23 +08:00
  • f9b49ffde6 Merge branch 'feat/agents-new' of github.com:CherryHQ/cherry-studio into feat/agents-new icarus 2025-09-18 13:28:36 +08:00
  • a264fd42e4 feat(types): add AgentServerError schema for error handling icarus 2025-09-18 13:26:51 +08:00
  • 219844cb74 feat(types): add DeleteAgentResponse type and update AgentService icarus 2025-09-18 13:24:00 +08:00
  • 230205d210 feat(types): add UpdateAgentResponse type and schema icarus 2025-09-18 13:21:37 +08:00
  • f9fb0f9125 feat(agent): add ListAgentsResponse type and update service icarus 2025-09-18 13:19:57 +08:00
  • 0f777e357d refactor(types): convert GetAgentSessionResponse interface to zod schema icarus 2025-09-18 13:17:32 +08:00
  • 5c578c191b refactor(types): convert AgentSessionMessageEntity interface to zod schema icarus 2025-09-18 13:15:58 +08:00
  • 7a4952f773 refactor(types): convert AgentSessionEntity interface to zod schema icarus 2025-09-18 13:01:57 +08:00
  • 71a1daddef refactor(types): reorder CreateAgentResponse and its schema icarus 2025-09-18 13:00:41 +08:00
  • 0a82955e91 refactor(types): replace GetAgentResponse interface with zod schema icarus 2025-09-18 12:59:49 +08:00
  • 62d2da3815 refactor(types): convert Tool interface to zod schema icarus 2025-09-18 12:58:56 +08:00
  • 84aab66aa6 refactor(types): add CreateAgentResponseSchema for consistency icarus 2025-09-18 12:56:29 +08:00
  • 2d0d599ac8 refactor(types): convert AgentEntity interface to zod schema icarus 2025-09-18 12:55:01 +08:00
  • dca6be45b0 refactor(types): replace hardcoded agent type check with zod schema icarus 2025-09-18 12:52:58 +08:00
  • 5a71807cc9 feat(types): add CreateAgentResponse type and update AgentService return type icarus 2025-09-18 12:50:42 +08:00
  • 0d0ab4dcf5 refactor(types): convert AgentBase interface to zod schema icarus 2025-09-18 12:49:17 +08:00
  • ac3da51890 refactor(types): replace AgentConfiguration interface with zod schema icarus 2025-09-18 12:46:45 +08:00
  • 9ea361f7e8 refactor(types): migrate PermissionMode to zod schema for type safety icarus 2025-09-18 12:45:00 +08:00
  • cc6160892a refactor(types): reorganize agent type interfaces for better clarity icarus 2025-09-18 12:42:01 +08:00
  • 49eed449c3 refactor: Remove outdated validation and planning documents for agents service Vaayne 2025-09-18 12:02:11 +08:00
  • 8ada7ffaf6 Merge remote-tracking branch 'origin/main' into feat/agents-new Vaayne 2025-09-18 11:51:34 +08:00
  • e7c37231e0 feat: Enhance message handling with user message persistence and improved stream management Vaayne 2025-09-18 00:30:43 +08:00
  • ca597b9b9b CI: improve claude translator for review, quote and email (#10230) Phantom 2025-09-17 23:24:02 +08:00
  • c76df7fb16 fix: Remove maxTokens check from Anthropic thinking budget (#10240) SuYao 2025-09-17 23:10:58 +08:00
  • 89d5bd817b fix: Add AWS Bedrock reasoning extraction middleware (#10231) SuYao 2025-09-17 20:01:47 +08:00
  • 6c9fc598d4 bump: version 1.6.0-rc.2 v1.6.0-rc.2 kangfenmao 2025-09-17 18:57:08 +08:00
  • e930d3de43 refactor: update imports to use type-only imports for WebSearchPluginConfig and CherryWebSearchConfig MyPrototypeWhat 2025-09-17 18:40:38 +08:00
  • ecc9923050 Merge remote-tracking branch 'origin/main' into v2 MyPrototypeWhat 2025-09-17 18:37:22 +08:00
  • e469016775 style(Selector.stories): simplify Selector component stories by condensing JSX structure MyPrototypeWhat 2025-09-17 18:33:14 +08:00
  • 15569387c7 feat(ui): implement new Selector component with enhanced functionality MyPrototypeWhat 2025-09-17 18:31:02 +08:00
  • 4f746842a5 refactor: migrate Flex from antd to custom Flex component (#10083) Phantom 2025-09-17 18:17:17 +08:00
  • 273475881e refactor: update HeroUIProvider import in MiniWindowApp component kangfenmao 2025-09-17 17:18:01 +08:00
  • aab941d89c refactor: migrate sortable (#10204) one 2025-09-17 17:26:40 +08:00
  • 6afaf6244c Fix Anthropic API URL and add endpoint path handling (#10229) SuYao 2025-09-17 17:23:23 +08:00
  • 77535b002a feat(Inputbar): cache mentioned models state between renders (#10197) Phantom 2025-09-17 16:33:10 +08:00
  • dec68ee297 Fix/ts (#10226) SuYao 2025-09-17 15:54:54 +08:00
  • 1b04fd065d refactor(ui): enhance CustomCollapse and ToolsCallingIcon components MyPrototypeWhat 2025-09-17 15:45:22 +08:00
  • a8bf55abc2 refactor: 将网络搜索参数用于模型内置搜索 (#10213) SuYao 2025-09-17 15:10:30 +08:00
  • c196a02c95 feat: Implement database migration system and update agent/session handling Vaayne 2025-09-17 14:59:08 +08:00
  • 76b3ba5d7e feat(ui): integrate @storybook/addon-themes and enhance CustomCollapse component MyPrototypeWhat 2025-09-17 14:47:26 +08:00
  • 355e5b269d Merge branch 'main' of github.com:CherryHQ/cherry-studio into v2 fullex 2025-09-17 14:28:36 +08:00
  • 1481149e51 fix: wrap MessageEditor with QuickPanelProvider (#10223) one 2025-09-17 14:18:48 +08:00
  • d1ff8591a6 refactor: Rename message stream handler and update session creation logic Vaayne 2025-09-17 14:10:10 +08:00
  • 4f91a321a0 chore: update dependencies and VSCode settings (#10206) SuYao 2025-09-17 14:07:45 +08:00
  • d4b0272fe7 refactor: prefer import type (#10190) Phantom 2025-09-17 12:32:53 +08:00
  • 219d162e1a feat: Add automatic database migration system for agents service (#10215) LiuVaayne 2025-09-17 12:08:59 +08:00
  • 669f60273c rewrite agents schema and types Vaayne 2025-09-16 23:55:31 +08:00
  • 7319fc5ef4 chore: bump version to v1.6.0-rc.1 v1.6.0-rc.1 kangfenmao 2025-09-16 22:33:10 +08:00
  • cc860e48b1 fix: update navbar position handling in useAppInit hook kangfenmao 2025-09-16 22:45:10 +08:00