LiuVaayne
d7bd240a9a
refactor: enhance mcp init ( #4238 )
...
* fix(MCPService): extend command support to include 'bun' and 'bunx', and improve environment variable handling
* fix(MCPService): enhance environment variable handling by incorporating default environment settings
* fix(hooks): simplify active MCP servers selection logic
2025-04-01 13:08:25 +08:00
kangfenmao
95df69ff82
refactor: move websearch provider code to providers folder
2025-04-01 11:05:31 +08:00
kangfenmao
e41df917b4
feat(i18n): add topic naming model support for message title generation in Japanese, Russian, and Traditional Chinese locales
2025-04-01 10:41:30 +08:00
kangfenmao
0a33649b3c
fix(settings): enable clickAssistantToShowTopic by default
2025-04-01 10:06:24 +08:00
kangfenmao
d1cb7258d2
fix(Inputbar): simplify assistant state reset logic in useEffect
2025-04-01 09:57:21 +08:00
shiquda
8fbedb2bd0
feat: add support for title generation when exporting single message
...
#3992
2025-04-01 07:34:57 +08:00
MyPrototypeWhat
750247aef8
feat: add React Developer Tools extension support and optimize CodeBlock component
2025-04-01 07:33:16 +08:00
suyao
32e1f428e7
fix(styles): set dropdown menu width to max-content for better layout
2025-03-31 23:25:10 +08:00
suyao
aee6219a75
fix(styles): improve scrollbar visibility by adjusting opacity and background color on hover
2025-03-31 23:25:10 +08:00
suyao
5329fa7ede
fix(UI): enhance scrollbar visibility and dropdown menu overflow handling
2025-03-31 23:25:10 +08:00
SuYao
ba640d4070
refactor(MCP): enhance schema validation for gemini ( #4153 )
2025-03-31 21:13:59 +08:00
LiuVaayne
8c5f61d407
feat(MCP): add registryUrl support for package management ( #4200 )
2025-03-31 21:13:20 +08:00
one
b43ecb75f5
perf: improve modellist search bar responsiveness (and memorization) ( #4221 )
2025-03-31 21:11:46 +08:00
Yuzhong Zhang
3dc4947e26
optimize: Sticky CopyButton in CodeBlock ( #4205 )
2025-03-31 21:11:28 +08:00
LiuVaayne
a5b0480418
Feat/assistant level mcp ( #4220 )
2025-03-31 21:10:33 +08:00
fullex
8a7db19e73
fix: Resolve a series of miniWindow display issues and improve app behavior across platforms ( #3072 )
2025-03-31 21:07:16 +08:00
MyPrototypeWhat
2da8a73124
feat(MCP): add auto-install server configuration and migration for ve… ( #4156 )
...
* feat(MCP): add auto-install server configuration and migration for version 87
* update persistReducer version
2025-03-31 18:07:50 +08:00
fullex
5223a3c5a6
feat: minapp show© current REAL url and can open it
2025-03-31 18:01:10 +08:00
fullex
72c5de3b81
optimize: reduce animation gpu load of sidebar minapp
2025-03-31 17:47:41 +08:00
one
9f11e7c22b
perf(Tabs): improve responsiveness when switching items rapidly
2025-03-31 09:33:17 +08:00
fullex
1ce86c11ca
fix: zoomfactor should not change when resize ( #4159 )
...
* fix: zoomfactor should not change when resize
* add linux fallback support
2025-03-31 09:24:49 +08:00
suyao
57c1b59a51
fix(models): reorganize gemini websearch model lists
2025-03-30 23:52:58 +08:00
kangfenmao
2a4c512e49
refactor(BackupManager): switch to stream-based file writing for improved performance
...
* Updated BackupManager to use streams for writing data to temporary and backup files, enhancing efficiency and error handling.
* Replaced synchronous file writing with asynchronous stream operations to prevent blocking the event loop.
2025-03-30 14:37:20 +08:00
kangfenmao
94eb7f3a34
refactor(knowledge): enhance CustomCollapse component and improve UI consistency
...
* Updated CustomCollapse to accept React nodes for labels, allowing for more flexible content.
* Replaced static labels with CollapseLabel component to display item counts.
* Introduced EmptyView component for consistent empty state representation across collapsible sections.
* Removed unnecessary styles and improved button click handling to prevent event propagation.
2025-03-30 14:32:57 +08:00
kangfenmao
b363cb06a4
chore(store): update migration logic and increment version to 87
...
* Updated migration functions to include error handling for provider additions.
* Incremented the version number in the persisted reducer configuration.
2025-03-30 14:08:14 +08:00
Hao He
9e977f4b35
feat: Add keyboard navigation and selection highlighting for AddAssistantPopup ( #4022 )
...
* feat(AddAssistantPopup): 添加键盘导航和选中项高亮功能
* feat(AddAssistantPopup): 为所有项添加相同宽度的透明边框,避免布局跳动。
2025-03-30 13:58:52 +08:00
Teo
00de616958
refactor(files): Reconstruct file system UI ( #4100 )
...
* refactor(files): Reconstruct file system UI
* refactor(knowledge): replace Card components with CustomCollapse for better UI structure
* refactor(files): update folder icon from FolderOpenOutlined to FolderOpenFilled
* feat(components): add CustomCollapse component for enhanced collapsible UI
* refactor(files): implement virtual scrolling in FileList and KnowledgeContent components
2025-03-30 13:56:34 +08:00
George·Dong
22b0bd54b4
refactor(settings): 重构小程序设置 ( #4092 )
2025-03-30 08:48:23 +08:00
kangfenmao
be39c5f40c
feat(MCPService): enhance PATH management with platform-specific directories
2025-03-30 08:32:45 +08:00
kangfenmao
8b00ff4b93
fix(MCPSettings): ensure server name is set when missing and reorder radio options
2025-03-30 08:26:01 +08:00
Vaayne
f5b675b356
fix(MCPService): clear cache on server close and refactor tool fetching logic
2025-03-30 07:42:27 +08:00
LiuVaayne
de8dbb2646
fix(MCPService): prefix tool IDs with 'f' for consistency ( #4121 )
2025-03-30 00:26:47 +08:00
fullex
7e67005e70
fix(UI/markdown): markdown not recognized ** as emphasis marks in CJK ( #4119 )
2025-03-29 23:56:41 +08:00
yangtb2024
d6e66f3a4d
feat(config): 增强模型支持 ( #4085 )
...
* feat(config): 添加对新模型的支持
- 新增 gemini-2.5 到 visionAllowedModels
- 新增 gpt-4.5 到 visionAllowedModels 和 FUNCTION_CALLING_MODELS
- 新增 o1 到 FUNCTION_CALLING_MODELS
- 从 visionExcludedModels 和 FUNCTION_CALLING_EXCLUDED_MODELS 中排除 o1-mini, o1-preview, AIDC-AI/Marco-o1
* feat(config): 添加对 deepseek-ai 函数调用的支持
- 新增 deepseek-ai 到 FUNCTION_CALLING_MODELS
2025-03-29 23:04:51 +08:00
one
e5aaec2129
fix: race condition in topic auto renaming
2025-03-29 22:58:38 +08:00
Herio
464634d051
feat(ApiCheckPopup): 使用Promise.all并行处理API验证请求并更新状态
2025-03-29 22:00:21 +08:00
fullex
3698238e9e
fix: one-off minapp should not show minimize button
2025-03-29 21:59:03 +08:00
George·Dong
ae2a661201
fix(ApiService): context clear failed
2025-03-29 21:43:29 +08:00
Chen Tao
d6dbe357fb
fix: add base url for gemini ( #4109 )
2025-03-29 21:35:04 +08:00
kangfenmao
03a18c1f3b
fix(WebviewContainer): update webview partition to use a generic identifier
2025-03-29 19:00:08 +08:00
kangfenmao
9976ad9ed0
fix(migrate): add error handling to migration functions and ensure state integrity during updates
2025-03-29 15:28:57 +08:00
kangfenmao
3bb294e698
chore(version): 1.1.15
2025-03-29 15:00:02 +08:00
kangfenmao
11c070a1d7
feat(i18n): add delete server confirmation messages in multiple languages
2025-03-29 08:00:51 +08:00
fullex
57ba91072d
feat: MinApp tabs on sidebar, we can keep MinApps alive and re-open it without loading again.
2025-03-29 07:29:45 +08:00
fullex
433d562599
refactor: MinAppType id required and only string
2025-03-29 07:29:45 +08:00
Chen Tao
194ba1baa0
feat: support gpt-4o image generation ( #4054 )
...
* feat: support gpt-4o image generation
* clean code
2025-03-29 07:18:42 +08:00
suyao
53ae427f2f
feat(models): add support for new Gemini models
2025-03-29 07:17:40 +08:00
LiuVaayne
3f40cc28ac
feat: mcp tools ( #4069 )
...
* feat(McpSettings): add MCP tools section and fetch tools on server activation
* refactor(McpService): improve client management and connection handling
* feat(McpService): add server management functions for restart and stop
* feat(McpTool): add tools section with input schema and availability messages
* feat(McpService): add unique IDs to tools and update function name mapping
* feat(McpService): implement caching for tool listings and enhance tool structure
* feat(McpToolsButton): streamline active server handling and update dropdown rendering
* fix(mcp-tools): update tool lookup to use unique IDs and add warning for missing tools
2025-03-29 07:16:59 +08:00
kangfenmao
da0db73916
feat(Markdown): disallow iframe elements in Markdown rendering #4059
2025-03-28 21:46:37 +08:00
Teo
21f1b8b373
fix: fix fold selected ( #4058 )
...
* fix: 修复foldSelected问题
* refactor: 优化布局定位
2025-03-28 21:22:45 +08:00