kangfenmao
507efda688
feat: update text-to-image models with new FLUX and Stable Diffusion variants
2025-02-04 12:21:58 +08:00
kangfenmao
0914df8908
feat: add Janus model to vision allowed models
2025-02-04 12:11:14 +08:00
kangfenmao
205aa70825
feat: adjust translation assistant temperature
2025-02-04 12:06:06 +08:00
eeee0717
6c51e1d756
feat: add Janus-Pro-7B for silicon
2025-02-04 00:13:41 +08:00
Kcalb35
8e58dab337
fix: translation issue #900
2025-02-03 17:26:31 +08:00
Shenghang Tsai
bda00e0a90
default use r1 in silicon
2025-02-03 15:06:50 +08:00
kangfenmao
b56d00a7e2
fix: reset knowledge base selection when switching assistants
2025-02-03 13:45:21 +08:00
kangfenmao
e520db6949
feat: add azure provider type #931
2025-02-03 13:37:09 +08:00
kangfenmao
de141c8127
feat: change DEFAULT_TEMPERATURE to 1.0
2025-02-03 11:57:26 +08:00
kangfenmao
3f3259784b
feat: openrouter reasoning field and include_reasoning key #863
2025-02-03 11:48:46 +08:00
kangfenmao
66c2c530c5
feat: add regenerate message button
2025-02-03 11:18:55 +08:00
kangfenmao
d12fc29515
fix: add model input max length
2025-02-03 10:52:21 +08:00
kangfenmao
44991edfbd
feat: add knowledge base settings popup
2025-02-03 09:22:59 +08:00
Wenwei Lin
d33714ad68
fix: OpenAI o3-mini 无法使用
2025-02-02 00:17:00 +08:00
牡丹凤凰
e50223d219
Update models.ts
...
Match the avatar of the o3-mini
2025-02-01 04:38:25 +08:00
gyuannn
250aa7154a
fix: 修复 mini-app 中无法使用 context-menu 的问题
2025-01-29 10:33:44 +08:00
Nanami
790caae2ab
feat: Support configurable chunk size and overlap for knowledge base
2025-01-27 12:30:22 +08:00
Nanami
7f7300e6dc
feat: Support configurable chunk size and overlap for knowledge base
2025-01-27 12:30:22 +08:00
kangfenmao
aec2952780
feat: add delete group message confirm modal
2025-01-24 13:13:00 +08:00
kangfenmao
95a1bdac72
fix: resend message logic
2025-01-24 13:02:57 +08:00
kangfenmao
306cb04ef0
fix: siliconflow image url with query params #844
...
close #844
2025-01-24 09:31:31 +08:00
kangfenmao
ad9fefe902
chore(migration): update version and adjust provider type for QwenLM #833
...
- Incremented version from 60 to 61 in the persisted reducer configuration.
- Updated migration logic to change the provider type for 'qwenlm' from 'openai' to 'qwenlm', ensuring correct identification in the state management.
2025-01-23 13:20:15 +08:00
hxp0618
30d070040c
fix: apikey and ApiHost incorrectly set to empty
2025-01-23 08:30:07 +08:00
hobee
f335699958
feat: add new minimax model configuration
2025-01-23 08:29:48 +08:00
kangfenmao
b1bc576e3f
chore(version): 0.9.16
2025-01-22 16:32:57 +08:00
kangfenmao
a6f086e3be
fix: group message bugs
2025-01-22 16:29:05 +08:00
kangfenmao
084da9ebab
feat: enhance message model handling and user display
...
- Updated Message component to fallback to message.model if model retrieval fails, improving robustness.
- Refactored MessageHeader to utilize getModelName for better user name display based on message role, enhancing clarity.
- Introduced getModelName function in ModelService to streamline model name retrieval, improving code modularity and readability.
2025-01-22 15:08:44 +08:00
kangfenmao
57aef23741
feat: enhance agent management and UI in AddAssistantPopup and AgentsPage
...
- Updated AddAssistantPopup to improve layout and styling, ensuring better overflow handling and text display.
- Refactored AgentsPage to utilize a new utility function for grouping agents, enhancing data management and organization.
- Exported getAgentsFromSystemAgents function for better modularity and reusability across components.
2025-01-22 14:47:35 +08:00
kangfenmao
900b11bdf7
feat: enhance translation functionality in MessageMenubar
...
- Updated translateText function to accept an optional callback for handling translated text directly within the function.
- Refactored MessageMenubar to utilize the new callback mechanism, improving the flow of translated content handling.
- Enhanced error handling during translation to ensure better user feedback in case of failures.
2025-01-22 14:37:15 +08:00
kangfenmao
8aec8a60b3
feat: add file reading functionality and integrate system agents
...
- Introduced FileService to handle file reading operations via IPC.
- Implemented a new IPC handler for reading files, enhancing the application's ability to access and manage data.
- Integrated system agents from a JSON file, allowing dynamic loading of agent data into the application.
- Updated the AgentsPage and AddAssistantPopup components to utilize the new system agents, improving user experience and functionality.
- Enhanced application state management by adding resourcesPath to the runtime state, ensuring proper resource handling across components.
2025-01-22 14:35:38 +08:00
kangfenmao
a566b0e91a
refactor: unify message model handling across components
...
- Replaced direct usage of modelId with model object in Message, MessageHeader, MessageMenubar, and TranslatePage components for consistency.
- Introduced getMessageModelId utility function to streamline model retrieval from messages.
- Updated event handling in Messages component to align with new model structure.
- Enhanced code readability and maintainability by reducing redundancy in model handling.
2025-01-22 13:29:21 +08:00
kangfenmao
4d201059ad
feat: conditionally render resend button in MessageMenubar
...
- Updated MessageMenubar to display the resend button only for user messages, enhancing user experience and preventing unnecessary actions for other roles.
- Refactored the children prop of TextEditPopup to include conditional rendering logic based on message role.
2025-01-22 12:26:40 +08:00
kangfenmao
00d91ecf01
feat: enhance message grouping and styling
...
- Added new styles for message thought containers and group message wrappers to improve UI layout.
- Updated MessageGroup component to dynamically set the selected message index based on message length.
- Introduced a new event for appending messages, enhancing message handling capabilities.
- Refactored MessageMenubar to support the new append message functionality.
- Adjusted multi-model message style setting to 'fold' for better user experience.
- Improved responsiveness of message grid layout for smaller screens.
2025-01-22 12:04:21 +08:00
kangfenmao
462ac39897
feat: streamline language translation options in MessageMenubar
...
- Replaced hardcoded language translation options with a dynamic mapping from TranslateLanguageOptions.
- Improved maintainability and scalability of the translation feature by utilizing a centralized configuration for language options.
2025-01-22 10:18:19 +08:00
kangfenmao
3fa1e8c842
feat: add FlagOpen logo to model configuration
...
- Introduced a new image asset for the FlagOpen model in the assets directory.
- Updated the models configuration to include the FlagOpen logo, allowing for its use in the model logo mapping.
2025-01-22 10:05:50 +08:00
kangfenmao
d32a76c087
refactor: improve message rendering and add reasoning content extraction
...
- Refactored `getMessageBackground` function for better readability.
- Updated `MessageContent` component to use a new `withMessageThought` utility for extracting reasoning content from messages.
- Changed fragment usage to `Fragment` for consistency in JSX.
- Enhanced message handling by separating reasoning content from the main message content.
2025-01-22 09:50:29 +08:00
duanyongcheng77
9e9fd37bda
fix: 🐛 fixed bug #779
...
助手的预设消息保存逻辑的修改
2025-01-21 22:06:52 +08:00
kangfenmao
dd464db594
feat: add group message action bar
2025-01-21 17:58:34 +08:00
Teo
ccac5358f4
chore(version): update version to 60 and add migration for multiModelMessageStyle setting
2025-01-21 15:16:18 +08:00
Teo
e72e324155
refact: 多模型回答优化
2025-01-21 15:16:18 +08:00
kangfenmao
28c18b6651
fix: regenerate message not rewrite reasoning_content
2025-01-21 15:15:55 +08:00
kangfenmao
21ad28ee62
feat: add deepseek-reasoner model support
2025-01-21 14:28:01 +08:00
kangfenmao
f7db1289e4
feat(miniwindow): add up and down key switch menu #792
2025-01-21 10:11:42 +08:00
Cololi
f5c547cdb2
feat: add deepseek-reasoner & delete deepseek-coder
2025-01-21 10:05:21 +08:00
ousugo
9160cee919
feat: add WebDAV backup hour options and optimize english hour translations
2025-01-21 08:38:08 +08:00
kangfenmao
298bb8be29
feat: update minapp url to ' https://grok.com ' #791
...
close #791
2025-01-20 16:53:33 +08:00
kangfenmao
713d6dba8f
fix: added warning for manual download on failed auto updates, simplified window lifecycle
2025-01-20 13:56:25 +08:00
kangfenmao
a6833d5994
chore(version): 0.9.13
2025-01-20 13:11:26 +08:00
kangfenmao
d850fd315a
feat: add onclick event to login icon in footer component
2025-01-20 12:57:26 +08:00
kangfenmao
c04fd62bec
feat: extended safety threshold check to include 'thinking-exp' model ids
2025-01-20 12:55:24 +08:00
kangfenmao
f86a274cd3
feat: update contact email address
2025-01-20 12:20:46 +08:00
kangfenmao
798a6e8c3e
chore(version): 0.9.12
2025-01-20 11:52:26 +08:00
kangfenmao
749353f460
feat: added copy last message feature and translations
2025-01-20 11:09:57 +08:00
kangfenmao
c510f5dcce
feat: added utility function, sorting, and new shortcut
2025-01-20 10:29:44 +08:00
kangfenmao
46b314303c
feat: enable pinned functionality for minapps and update 'flowith' configuration
2025-01-20 09:58:47 +08:00
kangfenmao
b01aca9066
fix: prevent unnecessary route changes and trim input field on change
2025-01-20 09:52:58 +08:00
ousugo
725f81c165
fix: conditionally render pin button based on app ID
2025-01-20 09:32:13 +08:00
ousugo
c0e25879e5
feat: add Flowith minapp, resolve #780
2025-01-20 09:31:34 +08:00
MrChen
4c22c404ca
feat: add the shortcuts for 'clear' and 'new context' and fix ( #786 )
...
* Fix: ESC key to exit the expanded editor
* Add the shortcuts for 'clear' and 'new context' to the input bar
Clear Messages: Ctrl+L
New Context: Ctrl+R
https://github.com/CherryHQ/cherry-studio/issues/740
https://github.com/CherryHQ/cherry-studio/issues/766
* Fix: the paste issue when copying from an email (content was pasted as an image; ensure it is pasted as text). Prioritize the text in the clipboard during pasting.
2025-01-20 09:31:09 +08:00
kangfenmao
63673ec39f
chore(version): 0.9.11
2025-01-19 20:50:33 +08:00
kangfenmao
88cc783a95
fix: quick assistant bugs
2025-01-19 20:03:45 +08:00
kangfenmao
9c55b4516c
feat: add a startup switch for quick assistant
2025-01-19 19:22:25 +08:00
kangfenmao
aecc5fefcf
feat: translate support stream output
2025-01-19 16:56:35 +08:00
kangfenmao
afc2e2f595
feat: auto-scroll to selected menu item on model open
2025-01-19 15:47:19 +08:00
kangfenmao
67b63ee07a
refactor: add qwenlm provider
2025-01-19 15:39:48 +08:00
kangfenmao
fd7132cd3a
fix: store minapp url use base64 data image
2025-01-19 15:35:17 +08:00
kangfenmao
a7d9700f06
feat: add mini window
2025-01-19 13:59:32 +08:00
ousugo
d9bb552f3f
feat: add pinning functionality for MinApp component
2025-01-19 13:59:06 +08:00
ousugo
ad2713c0be
fix: fix wrong NVIDIA official website link, fix #771
2025-01-19 13:59:06 +08:00
kangfenmao
b6d598c52e
fix: remove default message for webdav backup initiation
2025-01-19 13:59:06 +08:00
kangfenmao
67e1dd56e9
style: increased padding at the bottom of the sidebar component
2025-01-19 13:59:06 +08:00
kangfenmao
8b5dd427d0
fix: WebDAV not automatic backup on app reopened #752
2025-01-19 13:59:06 +08:00
kangfenmao
4f44afeec4
feat: auto focs input textarea #759
...
close #759
2025-01-19 13:59:06 +08:00
kangfenmao
c46219cd6c
feat: improved 'my agents' list rendering
2025-01-19 13:59:06 +08:00
magicdmer
999bd802c4
perf: 优化智能体页面性能和体验 ( #756 )
...
* feat: improved model validation and error handling
* refactor: 优化智能体页面下拉流畅度和分类切换效果,让其更加顺畅自然
---------
Co-authored-by: kangfenmao <kangfenmao@qq.com>
Co-authored-by: magicdmer <magicdmer@163.com>
2025-01-19 13:59:06 +08:00
kangfenmao
2300cca070
refactor: improved code organization and reusability
2025-01-19 13:59:06 +08:00
kangfenmao
b4de6292c3
feat: improved model safety settings for geminiprovider class
2025-01-19 13:59:06 +08:00
magicdmer
42908e8834
refactor: (GeminiProvider) optimize safety settings handling
...
- Extract safety threshold logic into getModelSafetySetting method
- gemini-exp-* models not support 'OFF', must use 'BLOCK_NONE'
2025-01-19 13:59:06 +08:00
kangfenmao
57718dda6f
feat: update harmblockthreshold for harm_category_civic_integrity
2025-01-19 13:59:06 +08:00
kangfenmao
c87e88a53a
feat: add civic integrity category to harm block settings in GeminiProvider
2025-01-19 13:59:06 +08:00
kangfenmao
5b00c21f15
feat: update safety settings for specific categories #696
...
Gemini安全设置是否没有完全关闭
2025-01-19 13:59:06 +08:00
kangfenmao
6276890e5b
feat: replaced visionicon with modeltags
2025-01-19 13:59:06 +08:00
kangfenmao
a7337ed4b0
feat: add 思维链(CoT) agent
2025-01-19 13:59:06 +08:00
kangfenmao
fe0f6318c9
fix: improved openai provider model id validation logic
2025-01-19 13:59:06 +08:00
magicdmer
75742323ea
fix: 修正o1模型无法使用的问题
2025-01-19 13:59:06 +08:00
kangfenmao
f7f8c6f0c6
fix: remove specific unicode characters from removespecialcharacters function
2025-01-19 13:59:06 +08:00
Linjun
e4f4c6cd86
fix issue#762: upon clicking to resend, the conversation content is cleared.
...
If there is no subsequent message or if the next message is from the user, this message should be resent. delete the old message after processing is complete.
2025-01-19 12:26:55 +08:00
kangfenmao
8eac836e05
feat: improved model validation and error handling
2025-01-16 10:14:32 +08:00
Nanami
a6795289da
fix: qwenlm context error
2025-01-15 09:09:01 +08:00
kangfenmao
a046cf32ba
fix: artifacts cannot preview
2025-01-14 23:27:54 +08:00
kangfenmao
66bc9cb3f9
refactor: improved type safety and consistency for file handling
2025-01-14 21:02:55 +08:00
kangfenmao
0e7fb2b19c
refactor: update model group names and sync interval
2025-01-14 20:53:52 +08:00
kangfenmao
8a94bb05ea
fix: fix model type logic based on provider properties
2025-01-14 20:32:04 +08:00
Nanami
bc454d4dec
feat: add support for qwenlm and image upload ( #726 )
...
* feat: add support for qwenlm and image upload
* fix: qwenlm return
* feat: add provider config
2025-01-14 18:59:19 +08:00
Teo
d388aeecfb
feat: 添加模型提及功能,支持多个模型一起回答
2025-01-14 17:46:55 +08:00
kangfenmao
de3206b052
chore: update store version and migration
2025-01-14 14:34:36 +08:00
kangfenmao
cb3ed42846
style: update markdown link text color
2025-01-14 13:54:10 +08:00
kangfenmao
56761d6f69
fix: improved input validation and debouncing for assistant settings updates
2025-01-14 13:18:34 +08:00
kangfenmao
2b4cfe7cb1
feat: add grounding source info to gemini message
2025-01-14 12:32:50 +08:00
kangfenmao
6a5faa6610
feat: auto focus search input box #705
...
close #705
2025-01-13 18:09:59 +08:00
kangfenmao
84979a975c
feat: add native app regions support
2025-01-13 18:06:22 +08:00
kangfenmao
74740d7fcc
style: update pinned apps style and refactor config model
2025-01-13 17:56:16 +08:00
kangfenmao
dff04187be
feat: add refresh icon to knowledge base items #567
...
close #567
2025-01-13 17:42:59 +08:00
kangfenmao
a0a13a4015
feat: added openai model configuration and search parameter logic
2025-01-13 16:42:53 +08:00
kangfenmao
2ad6a1f24c
feat: check api use selected model
2025-01-13 16:11:09 +08:00
kangfenmao
cf7c0fc1fc
fix: enforce max tokens above 0 in assistantservice #530
2025-01-13 15:03:37 +08:00
kangfenmao
4ecbf3edab
feat: csv download #710
...
close #710
2025-01-13 14:44:30 +08:00
kangfenmao
83cc4ccec7
refactor: update terminology to 'backup' throughout the application
2025-01-13 14:00:35 +08:00
kangfenmao
3998ad08de
feat: add qwenlm minapp
2025-01-13 13:52:45 +08:00
kangfenmao
49a5bc7900
refactor: sidebar minapps
2025-01-13 13:04:01 +08:00
hxp0618
7633d70435
feat: MinApp added to the sidebar does not support direct hiding.
2025-01-13 10:13:47 +08:00
hxp0618
ad9fb9aa6d
feat: Adjust the order of settings
2025-01-13 10:13:34 +08:00
hxp0618
fc3d15fae8
feat: minApp supports show/hide, add to the sidebar
2025-01-13 10:13:34 +08:00
王瑞
c45fc2bbad
feat: add Grok app logo and configuration
2025-01-12 22:33:46 +08:00
kangfenmao
270216f461
chore(version): 0.9.6
2025-01-09 16:23:29 +08:00
kangfenmao
112e90c15c
fix: create agent popup error
2025-01-09 09:15:16 +08:00
kangfenmao
c579eff86e
chore(version): 0.9.5
2025-01-08 16:52:03 +08:00
kangfenmao
f9f5befc59
fix: window navbar layout
2025-01-08 14:35:48 +08:00
kangfenmao
7271a86677
style: update container component styling and navbar responsiveness
2025-01-08 13:25:34 +08:00
kangfenmao
42ede42f62
feat: narrow layout
2025-01-08 12:44:01 +08:00
kangfenmao
ea7a42f736
style: adjusted padding and container gap styles
2025-01-08 11:06:51 +08:00
kangfenmao
d2836826e7
fix: removed unnecessary conditional logic for attachment button #667
2025-01-08 10:56:22 +08:00
kangfenmao
7d61af7170
Revert "fix:修复单行CodeBlock中显示sub"
...
This reverts commit 09e6756efe .
2025-01-08 10:46:35 +08:00
kangfenmao
3f4fa9b0ec
refactor: refactor upload component layout and styling for responsiveness #674
...
fix: 当插入文件过多的时候,无法看到输入框了。 close #674
2025-01-08 10:21:17 +08:00
kangfenmao
1bdf6c7955
fix: update model filtering logic to exclude empty ids #493
...
close #493
2025-01-08 10:00:23 +08:00
kangfenmao
1fbd727a7b
fix: @google/generative-ai local compilation issue #682
...
close #682
2025-01-07 23:18:18 +08:00
亢奋猫
c9813bb1e2
feature: customizable sidebar module #644 ( #680 )
...
* feat:对话的时候支持侧边栏拖拽调整宽度
* feat:对话的时候支持侧边栏拖拽调整宽度
* feat: 隐藏app sidebar 用户体验度提升,不支持隐藏对话
* fix:对话勾选知识库 国际化错误
* refactor: split the SidebarIconsManager module out of DisplaySettings
* style: update SidebarIconsManager style
* ci: fix typecheck
* Revert "feat:对话的时候支持侧边栏拖拽调整宽度"
This reverts commit 58072128f0 .
* refactor: merge migrate versions
* refactor: simplify sidebarIcons data structure
* chore: move react-beautiful-dnd to dev dependencies
* chore: use @hello-pangea/dnd replace react-beautiful-dnd
* docs: update translation and formatting of input messages
---------
Co-authored-by: hxp0618 <1169924772@qq.com>
Co-authored-by: huang <hxp0618@gmail.com>
2025-01-07 19:11:12 +08:00
kangfenmao
edac2004a0
feat: add gemini files support
2025-01-07 16:49:11 +08:00
kangfenmao
a051f9fa44
feat: add optional free model tag display
2025-01-07 11:23:32 +08:00
kangfenmao
a70e69caf9
feat: enable web search for zhipu ai provider #657
2025-01-07 10:53:34 +08:00
kangfenmao
4896db93fd
fix: improved error message formatting in api service
2025-01-07 10:19:21 +08:00
kangfenmao
2e7ecbc753
feat: add ModelTags component
2025-01-07 09:54:22 +08:00
kangfenmao
f68bd4d8d8
feat: add support for 'aihubmix' models and aihubmix llm provider
2025-01-07 09:46:05 +08:00
kangfenmao
d0948e6f8a
feature: customizable sidebar module #644
...
close #644
2025-01-06 16:59:10 +08:00
kangfenmao
ac9017c031
feat: add search message shortcut #366
2025-01-06 16:29:39 +08:00
kangfenmao
de1d79abb8
fix: the minimum width limit of the window is too large #544
...
close #544
2025-01-06 16:25:00 +08:00
kangfenmao
ad577818dd
fix: generating topic name after exporting prompt file name is invalid #641
...
close #641
2025-01-06 15:50:57 +08:00
kangfenmao
bb50447a98
fix: Ollama is unable to create a knowledge base using a local embedding model #630
2025-01-06 15:43:20 +08:00
kangfenmao
158f9bf1ad
fix: turn off spell check #648
...
The next version will be released. close #648
2025-01-06 15:10:03 +08:00
kangfenmao
6a9bc103d7
feat: added optional chaining for code variable
2025-01-06 14:54:04 +08:00
xx-moos
529ec3612e
fix: 修复 message 显示时间过长的问题
2025-01-06 14:43:31 +08:00
kangfenmao
d241c38c61
style: border radius use var
2025-01-04 22:50:44 +08:00
kangfenmao
ee5ed8c565
style: logo v3
...
# Conflicts:
# src/renderer/src/assets/images/logo.png
2025-01-04 21:52:05 +08:00
huang
dc73661678
feat: 支持 mermaid 点击按钮放大缩小以及鼠标滑轮放大缩小
2025-01-04 19:17:39 +08:00
huang
ce973ce3a0
feat: 支持 mermaid 点击按钮放大缩小以及鼠标滑轮放大缩小
2025-01-04 19:17:39 +08:00
huang
a0413158c8
fix: 修复在macOS m1 中点击全屏幕后,点击关闭后黑屏的问题
2025-01-04 19:17:39 +08:00
kangfenmao
6cb3b16451
fix: Qwen2.5和Qwen的划分不合理 #633
2025-01-03 18:05:01 +08:00
huang
08b0990cf9
fix: 中文国际化错误
2025-01-03 17:35:17 +08:00
kangfenmao
10b9940edd
chore(version): 0.9.4
2025-01-02 21:34:30 +08:00
kangfenmao
4cbdd563e8
feat: add translations and file management features
2025-01-02 18:29:36 +08:00