Chen Tao
40182befe9
feat: refactor web search logic and support searxng ( #2543 )
...
* feat: support searxng model and refactor web search provider
* feat: basic refactor
* stash: web search settings page
* chore: refactor general setting and provider page
* feat: finish basic refactor and add searxng search
* feat: finish refactor
* chore(version): 1.0.2
* feat: change blacklist match pattern
* Merge branch 'main' into feat-websearch
* chore: add migrate
* chore: add old version migrate
* refactor UI
* chore(version): 1.0.5
* fix: update provider enabled: true, when check seach
* chore: fix migrate bug
---------
Co-authored-by: kangfenmao <kangfenmao@qq.com>
2025-03-06 16:17:26 +08:00
LiuVaayne
c95c7faa5f
✨ feat: add Model Context Protocol (MCP) support ( #2809 )
...
* ✨ feat: add Model Context Protocol (MCP) server configuration (main)
- Added `@modelcontextprotocol/sdk` dependency for MCP integration.
- Introduced MCP server configuration UI in settings with add, edit, delete, and activation functionalities.
- Created `useMCPServers` hook to manage MCP server state and actions.
- Added i18n support for MCP settings with translation keys.
- Integrated MCP settings into the application's settings navigation and routing.
- Implemented Redux state management for MCP servers.
- Updated `yarn.lock` with new dependencies and their resolutions.
* 🌟 feat: implement mcp service and integrate with ipc handlers
- Added `MCPService` class to manage Model Context Protocol servers.
- Implemented various handlers in `ipc.ts` for managing MCP servers including listing, adding, updating, deleting, and activating/deactivating servers.
- Integrated MCP related types into existing type declarations for consistency across the application.
- Updated `preload` to expose new MCP related APIs to the renderer process.
- Enhanced `MCPSettings` component to interact directly with the new MCP service for adding, updating, deleting servers and setting their active states.
- Introduced selectors in the MCP Redux slice for fetching active and all servers from the store.
- Moved MCP types to a centralized location in `@renderer/types` for reuse across different parts of the application.
* feat: enhance MCPService initialization to prevent recursive calls and improve error handling
* feat: enhance MCP integration by adding MCPTool type and updating related methods
* feat: implement streaming support for tool calls in OpenAIProvider and enhance message processing
2025-03-06 11:35:29 +08:00
ousugo
ed23e9395c
chore(version): 1.0.6
2025-03-05 21:54:39 +08:00
kangfenmao
a25f4e90dd
chore(version): 1.0.5
2025-03-05 15:53:08 +08:00
kangfenmao
dd92dca34b
chore: Move html-to-image package to dev dependencies
2025-03-04 15:42:38 +08:00
SuYao
a592fdc550
refactor: Replace html2canvas with html-to-image for improved sup element ( #2739 )
...
* refactor: Replace html2canvas with html-to-image for improved screenshot capture
* refactor: Simplify scrollable div capture method
* refactor: Simplify captureScrollableDivAsBlob method
* fix: Specify PNG format in captureScrollableDivAsBlob method
* feat: Add error handling for large content dimensions in screenshot capture
* fix: Reorder error messages in en-us.json locale file
2025-03-04 15:37:29 +08:00
kangfenmao
b974f8537f
chore(version): 1.0.4
2025-03-02 21:35:49 +08:00
kangfenmao
cf09d1d44d
chore(version): 1.0.3
2025-03-02 20:54:41 +08:00
lizhixuan
3bc8dfdf8c
feat: Enhance Styled Components configuration and prop handling
...
- Add Babel plugin for styled-components with performance and naming optimizations
- Integrate @emotion/is-prop-valid for improved prop filtering in StyleSheetManager
- Update Antd Input components to use variant="borderless" instead of deprecated bordered prop
- Add new dependencies for styled-components configuration
2025-03-02 19:47:11 +08:00
kangfenmao
11bd55701c
revert: some proxy errors in main process ( #2294 )
2025-03-01 23:17:44 +08:00
SuYao
ae11490f87
feat: Add reasoning effort control for Claude 3.7 ( #2540 )
...
* feat: Add reasoning effort control for Anthropic models with Anthropic Provider and OpenAI Provider
- Add reasoning effort settings with low/medium/high options
- Implement reasoning effort for Claude 3.7 Sonnet models
- Update localization tips for reasoning effort
- Enhance provider handling of reasoning effort parameters
* fix: Extract o1-mini and o1-preview
* fix: Add OpenAI o-series model to ReasoningModel
* fix: Improve OpenAI o-series model detection
* style: Reduce font size
* fix: Add default token handling using DEFAULT_MAX_TOKENS
* fix: Add beta parameter for Anthropic reasoning models
2025-03-01 21:22:12 +08:00
kangfenmao
94d9b79957
chore(version): 1.0.2
2025-03-01 12:25:33 +08:00
SuYao
d51da99b8f
fix: some proxy errors in main process ( #2294 )
...
* formatter proxy config type
* fix: some proxy errors in main process
* chore: Remove debug logging in ProxyManager
2025-02-27 16:46:05 +08:00
kangfenmao
7d794d33dd
chore(version): 1.0.1
2025-02-26 17:28:08 +08:00
kangfenmao
ce70c7239c
chore(version): 1.0.0
2025-02-23 15:10:24 +08:00
kangfenmao
af9763d142
chore: Update Tavily core package and remove js-tiktoken dependency
2025-02-23 11:01:30 +08:00
kangfenmao
b9402a8370
feat: add web search
2025-02-23 11:01:29 +08:00
kangfenmao
97a08f00a3
chore(version): 0.9.30
2025-02-23 07:02:00 +08:00
kangfenmao
f59f6ade69
chore(version): 0.9.29
2025-02-22 22:58:19 +08:00
kangfenmao
903d0043ba
chore(version): 0.9.28
2025-02-21 18:25:30 +08:00
kangfenmao
b42a5c5e63
chore: Upgrade Yarn and TypeScript patch versions
2025-02-21 14:18:16 +08:00
Yrom
d0ee764732
feat: Add PlantUML diagram support (via PlantUML official online server)
2025-02-19 18:37:05 +08:00
kangfenmao
7f05626a8f
chore(version): 0.9.27
2025-02-19 10:21:12 +08:00
kangfenmao
7139d5093a
chore(version): 0.9.26
2025-02-18 20:55:04 +08:00
kangfenmao
c94450db44
chore(version): 0.9.25
2025-02-18 10:41:44 +08:00
shniubobo
e3115d00bf
fix: Rendering error with MathJax for Chinese text
2025-02-17 16:24:38 +08:00
bC2y5tal
99aa0d3255
feat: Add EPUB file support to document loader
2025-02-16 13:46:52 +08:00
kangfenmao
88e0d293a2
chore(version): 0.9.24
2025-02-14 15:04:59 +08:00
kangfenmao
4c771c6913
chore(version): 0.9.23
2025-02-13 17:49:06 +08:00
kangfenmao
15d50761e7
feat: Enhance file processing and loader configuration
...
- Remove image loader from dependencies
- Update file loading to skip image, video, and audio files
- Add logging for knowledge base file processing
- Modify common file extensions list
- Add type ignore for LocalPathLoader to resolve TypeScript issues
2025-02-13 17:49:06 +08:00
kangfenmao
adfea253d7
chore(version): 0.9.22
2025-02-13 14:02:45 +08:00
kangfenmao
4632f1a92a
feat: Improve token limit settings and knowledge base URL handling
...
- Update OpenAI package to version 4.77.3
- Add confirmation modal for max tokens setting
- Modify max tokens input to use InputNumber instead of Slider
- Update localization strings for max tokens and URL input
- Enhance knowledge base URL input to support multiple URLs
- Improve error handling and input validation
2025-02-13 13:12:51 +08:00
kangfenmao
b9affe3eb8
style: code format
2025-02-13 11:40:55 +08:00
Chen Tao
c6f136caa2
feat: knowledge base support more file types ( #1300 )
...
* feat: knowledge base support more file types
* chore: add common document types
* feat: finish basic odloader
* feat: finish open document loader
* feat: support more type from dictionary
* fix: 删除目录时仍能检索到信息
* chore
2025-02-13 11:36:33 +08:00
Chen Tao
8739c49634
feat: add i18n sync script ( #1538 )
...
* feat: add i18n sync script
* chore
2025-02-13 11:34:23 +08:00
kangfenmao
d03b852671
feat: Add image loader to embedjs configuration
2025-02-11 22:55:49 +08:00
kangfenmao
13e48411c1
chore: Update embedjs dependencies to version 0.1.28
2025-02-11 22:36:34 +08:00
Trey Dong
50cc1c6b5a
feat: 增加导出话题至Notion的功能 ( #1331 )
...
* feat: 新增导出至Notion的选项
* fix:添加多语言支持
* fix:添加提示语的多语言支持,以及防止重复导入的状态
* fix:修复多语言错误及调整UI样式统一
2025-02-11 11:27:01 +08:00
kangfenmao
72d61ef853
chore(version): 0.9.21
2025-02-09 10:20:03 +08:00
kangfenmao
6ba6357d21
chore(version): 0.9.20
2025-02-09 00:05:15 +08:00
kangfenmao
2898215a00
feat: add baidu cloud provider
2025-02-07 16:47:29 +08:00
kangfenmao
ce2c8c7495
chore(version): 0.9.19
2025-02-05 21:34:55 +08:00
kangfenmao
02080954bc
chore(version): 0.9.18
2025-02-04 22:37:31 +08:00
kangfenmao
e9c51579a2
chore(version): 0.9.17
2025-01-24 13:54:04 +08:00
kangfenmao
b1bc576e3f
chore(version): 0.9.16
2025-01-22 16:32:57 +08:00
kangfenmao
3d432d810f
chore(version): 0.9.15
2025-01-21 14:28:01 +08:00
kangfenmao
504d7b88d4
chore(version): 0.9.14
2025-01-20 13:56:52 +08:00
kangfenmao
a6833d5994
chore(version): 0.9.13
2025-01-20 13:11:26 +08:00
kangfenmao
798a6e8c3e
chore(version): 0.9.12
2025-01-20 11:52:26 +08:00
kangfenmao
63673ec39f
chore(version): 0.9.11
2025-01-19 20:50:33 +08:00
kangfenmao
a7d9700f06
feat: add mini window
2025-01-19 13:59:32 +08:00
kangfenmao
eff639ddf9
chore(version): 0.9.10
2025-01-15 08:57:05 +08:00
kangfenmao
247d1a1846
chore(version): 0.9.9
2025-01-14 20:57:16 +08:00
kangfenmao
1991df18d2
chore(version): 0.9.8
2025-01-14 14:36:05 +08:00
kangfenmao
edbc8560cc
chore(version): 0.9.7
2025-01-14 13:24:54 +08:00
kangfenmao
270216f461
chore(version): 0.9.6
2025-01-09 16:23:29 +08:00
kangfenmao
c579eff86e
chore(version): 0.9.5
2025-01-08 16:52:03 +08:00
kangfenmao
7d61af7170
Revert "fix:修复单行CodeBlock中显示sub"
...
This reverts commit 09e6756efe .
2025-01-08 10:46:35 +08:00
kangfenmao
edac2004a0
feat: add gemini files support
2025-01-07 16:49:11 +08:00
kangfenmao
10b9940edd
chore(version): 0.9.4
2025-01-02 21:34:30 +08:00
zhouxl
09e6756efe
fix:修复单行CodeBlock中显示sub
2025-01-02 11:47:34 +08:00
kangfenmao
63488e6fab
chore(version): 0.9.3
2024-12-31 00:38:20 +08:00
kangfenmao
6d9013f0a1
fix: 知识库无法向量化 MD 文件 #569
2024-12-31 00:11:51 +08:00
kangfenmao
6bc1f4b640
chore(version): 0.9.2
2024-12-27 23:03:17 +08:00
kangfenmao
4ac608052c
chore: update dependencies and improve project structure
2024-12-27 12:42:17 +08:00
kangfenmao
7d54f9b4fa
chore(version): 0.9.1
2024-12-26 12:25:58 +08:00
kangfenmao
153e7a9299
refactor: knowledge base engine change to libsql
2024-12-26 10:00:37 +08:00
kangfenmao
34ebab0af8
refactor: knowledge base database engine
2024-12-25 17:42:03 +08:00
kangfenmao
aa4f94f8a4
build: download npm node native modules
2024-12-24 17:24:38 +08:00
kangfenmao
03dd3038e0
patch: @llm-tools
2024-12-24 12:11:07 +08:00
kangfenmao
d558572d97
chore(version): 0.9.0
2024-12-23 17:07:26 +08:00
kangfenmao
7506d04c55
build: reduce package size
2024-12-23 14:22:37 +08:00
kangfenmao
35fd5aef22
fix: knowledge bugs
2024-12-23 10:48:40 +08:00
kangfenmao
9aa2a4727d
build: add matrix
2024-12-19 17:20:52 +08:00
kangfenmao
c2462fd51c
feat: knowledge base
2024-12-19 09:24:20 +08:00
kangfenmao
6ced973b35
chore(version): 0.8.27
2024-12-16 15:47:07 +08:00
kangfenmao
ab99a7b96d
chore(version): 0.8.26
2024-12-15 18:03:36 +08:00
kangfenmao
9c18b851cc
build: update electron version
2024-12-13 09:52:18 +08:00
kangfenmao
9b258734c4
chore: update dependencies and remove unused code
2024-12-13 09:35:40 +08:00
kangfenmao
25eb97902b
chore(version): 0.8.25
2024-12-12 18:24:06 +08:00
kangfenmao
2fae6e4a3e
feat: add web search for google gemini modal gemini-2.0-flash-exp
2024-12-12 14:26:52 +08:00
kangfenmao
a230ee2c69
chore(version): 0.8.24
2024-12-11 11:41:16 +08:00
首都爱护动物协会
14c9cb6001
历史消息懒加载
...
性能优化
2024-12-07 12:27:16 +08:00
kangfenmao
e5c1791135
chore(version): 0.8.23
2024-12-06 00:12:07 +08:00
kangfenmao
2a674c169e
chore(version): 0.8.22
2024-12-04 14:08:09 +08:00
kangfenmao
67d7ccbf10
chore(version): 0.8.21
2024-12-03 20:45:30 +08:00
kangfenmao
0f36610e23
chore: cleaned up dependencies and database schema
2024-12-03 17:21:51 +08:00
kangfenmao
115f111071
chore(version): 0.8.20
2024-12-03 12:52:08 +08:00
kangfenmao
7dacd58821
feat: add shortcut feature
2024-12-02 18:03:38 +08:00
kangfenmao
76ea170a01
chore(version): 0.8.19
2024-11-25 14:16:33 +08:00
kangfenmao
e6c9cb60dc
chore(version): 0.8.18
2024-11-23 14:23:22 +08:00
kangfenmao
fca9fb0c84
chore(version): 0.8.17
2024-11-20 19:15:33 +08:00
kangfenmao
75e396ecf0
chore(version): 0.8.16
2024-11-20 18:50:27 +08:00
kangfenmao
aefb08965d
chore(version): 0.8.15
2024-11-19 23:46:22 +08:00
kangfenmao
f0a96bb34c
fix: 无法恢复备份文件 #341
2024-11-19 20:30:47 +08:00
kangfenmao
db779446f0
chore(version): 0.8.14
2024-11-19 11:13:38 +08:00
kangfenmao
11a446e106
chore(version): 0.8.13
2024-11-12 19:27:46 +08:00
kangfenmao
446e011c6a
chore(version): 0.8.12
2024-11-11 11:18:43 +08:00
kangfenmao
902341bc1d
chore(version): 0.8.11
2024-11-10 17:20:52 +08:00
injurka
8491141edc
fix: expand code syntax highlighting options ( #307 )
...
* added locale for context-menu
* fix: expand code syntax highlighting options
* fix: type for theme
---------
Co-authored-by: injurka <ikornilov.ext@prosebya.ru~>
2024-11-08 11:59:05 +08:00
kangfenmao
088628f89f
chore(version): 0.8.10
2024-11-07 23:06:42 +08:00
kangfenmao
34c85e8f0c
fix: github models 不支持图片 #291
2024-11-07 17:32:37 +08:00
kangfenmao
45dd76e281
chore(version): 0.8.9
2024-11-03 01:26:23 +08:00
kangfenmao
568d4814e3
feat: remove image compress
2024-11-03 01:26:00 +08:00
kangfenmao
04af940144
feat: export to word
2024-11-02 21:45:23 +08:00
kangfenmao
e33d9ac0ae
fix: 在对话中插入图片时,应该自动压缩一下 #132
2024-11-02 15:30:41 +08:00
kangfenmao
3791556b13
chore(version): 0.8.8
2024-11-01 12:39:11 +08:00
kangfenmao
968a749aaa
chore(version): 0.8.7
2024-10-31 15:01:37 +08:00
kangfenmao
18566989be
chore(version): 0.8.6
2024-10-31 13:34:06 +08:00
kangfenmao
0cc460a4a3
chore(version): 0.8.5
2024-10-29 02:46:45 +08:00
kangfenmao
64ad2fc9f4
chore(version): 0.8.4
2024-10-24 23:14:14 +08:00
kangfenmao
7f0909c796
fix: 新的滚动条组件
2024-10-24 23:08:11 +08:00
kangfenmao
27631d9cff
chore(version): 0.8.3
2024-10-24 18:47:20 +08:00
kangfenmao
2cbb4c8831
fix: 公式显示问题 #239
2024-10-24 15:33:04 +08:00
kangfenmao
077a66c675
feat: scrollbar
2024-10-24 14:58:13 +08:00
kangfenmao
6265d27ebc
feat: add cherry-stuido-db project
2024-10-22 22:01:56 +08:00
kangfenmao
0dd60cb129
chore(version): 0.8.2
2024-10-22 20:06:11 +08:00
kangfenmao
927670d3a3
build: add pulish:artifacts command
2024-10-22 15:43:28 +08:00
kangfenmao
43b9298329
feat: 智能体改进:名称、上下文支持、模型参数支持 #59
2024-10-21 23:21:46 +08:00
kangfenmao
76b6593545
fix: 检查更新按钮不生效 #184
...
close #184
2024-10-16 13:14:15 +08:00
kangfenmao
ef9fda6d0c
chore(version): 0.8.1
2024-10-15 21:19:54 +08:00
kangfenmao
6f502049f4
chore(version): 0.8.0
2024-10-14 14:57:19 +08:00
kangfenmao
5b357f14e5
chore(version): 0.7.16
2024-10-12 15:31:21 +08:00
kangfenmao
1ccb5edda7
chore(version): 0.7.15
2024-10-12 14:14:46 +08:00
kangfenmao
f1cfdb29f8
feat: add document files support
2024-10-12 13:18:53 +08:00
kangfenmao
85152cbcd7
chore(version): 0.7.14
2024-10-11 23:22:51 +08:00
kangfenmao
e44f666c5c
refactor: latex解析不支持矩阵环境 #169
2024-10-11 10:15:46 +08:00
kangfenmao
c254b52b51
chore(version): 0.7.13
2024-10-10 09:18:44 +08:00
kangfenmao
37c3a4438f
fix: markdown表格目前还没有支持 br 换行 #160
...
close #160
2024-10-08 21:01:48 +08:00
kangfenmao
68d57ba238
chore(version): 0.7.12
2024-10-06 10:12:46 +08:00
kangfenmao
fa6f7ecab0
chore(version): 0.7.11
2024-09-30 22:33:58 +08:00
kangfenmao
6aaa6bf042
chore(version): 0.7.10
2024-09-29 23:29:28 +08:00
kangfenmao
33b83bf242
feat: add webdav settings component and backup user data files #69
2024-09-29 16:44:18 +08:00
dray
2e1b433365
feat: 添加 WebDAV 配置项
...
为应用程序添加了 WebDAV 配置项,包括主机、用户、密码和路径。这样用户就可以将备份文件定时上传到 WebDAV 服务器,并从 WebDAV 服务器恢复备份文件。
- 添加了新的依赖项 "webdav": "^5.7.1"
- 修改了 package.json 文件
- 修改了 zh-tw.json、zh-cn.json 和 en-us.json 文件
- 修改了 settings.ts 文件
- 修改了 GeneralSettings.tsx 文件
https://github.com/kangfenmao/cherry-studio/issues/129
2024-09-29 09:27:42 +08:00
kangfenmao
0c72ccac12
chore(version): 0.7.9
2024-09-28 00:45:05 +08:00
kangfenmao
b9250df347
feat: backup all files
...
1. remove window.api.compress window.api.decompress
2024-09-27 22:35:22 +08:00
kangfenmao
74d5355e02
chore(version): 0.7.8
2024-09-25 12:52:42 +08:00
kangfenmao
938ff38aeb
fix: windows ico icon
2024-09-25 00:20:10 +08:00
kangfenmao
4d198ff5f1
chore(version): 0.7.7
2024-09-25 00:00:34 +08:00
kangfenmao
3fbcce3b04
feat: new vi logo
2024-09-25 00:00:34 +08:00
kangfenmao
f98879a1e5
chore(version): 0.7.6
2024-09-22 00:44:47 +08:00
kangfenmao
eb799879ff
feat: export topic message as image #103
2024-09-22 00:16:36 +08:00
kangfenmao
a22a47c16a
chore(version): 0.7.5
2024-09-20 17:01:52 +08:00
kangfenmao
9374541993
chore(version): 0.7.4
2024-09-20 00:15:24 +08:00
kangfenmao
0ee72a9ef8
chore(version): 0.7.3
2024-09-19 18:20:52 +08:00
kangfenmao
934ab1a374
chore(version): 0.7.2
2024-09-19 16:56:58 +08:00
kangfenmao
6e7e5cb1f1
feat: add file attachment
2024-09-18 18:00:49 +08:00
kangfenmao
74b80b474e
chore(version): 0.7.1
2024-09-16 16:56:38 +08:00
kangfenmao
cee373bb6f
chore: Update package manager to yarn 4.5.0 and re-add notarize dependency.
...
- Updated the package manager to yarn version 4.5.0.
- Removed and re-added "electron/notarize" dependency with a specific patch version.
2024-09-15 14:20:58 +08:00
kangfenmao
a654ccc25e
chore(version): 0.7.0
2024-09-14 21:28:39 +08:00