Chen Tao
8aac2981c3
feat: add web search settings ( #2314 )
...
* fix: add time when using web search
* feat: add optional
* chore
* chore
* chore
* clean code
* feat: set search max results
* feat: add manual blacklist
* clean code
* chore
* chore
* clean
2025-02-25 23:46:51 +08:00
ousugo
bc24177e91
feat: Improve think tag processing with more robust parsing
2025-02-25 23:46:25 +08:00
kangfenmao
e6c3e24bd3
fix: Update favicon service for message citations
2025-02-25 23:43:22 +08:00
kangfenmao
fa3c1995b8
fix: assistant and agent emoji
2025-02-25 21:00:23 +08:00
kangfenmao
9c9b0eb20f
refactor: Extract file drop handling logic to separate utility function
2025-02-25 19:53:04 +08:00
icinggslits
2ff5d32487
feat: Support more file drag and drop scenarios ( #2278 )
...
* feat: Support more file drag and drop scenarios
* feat: Support more file drag and drop scenarios
2025-02-25 19:46:32 +08:00
kangfenmao
eeeeeaf1bd
chore: Remove social media links from About settings
2025-02-25 19:40:52 +08:00
kangfenmao
bb997e0681
fix: Standardize Notion connection error messages across locales
2025-02-25 19:34:15 +08:00
kangfenmao
506c2a8844
fix: 修复深色模式下气泡样式的用户名样式错误问题
...
This reverts commit 598d4600cf .
2025-02-25 19:31:19 +08:00
icinggslits
bcd920f9c1
fix: Export image in dark mode ( #2332 )
...
Co-authored-by: 亢奋猫 <kangfenmao@qq.com>
2025-02-25 19:20:11 +08:00
eeee0717
b04f02ea96
fix bug: 深色模式对话导出渲染不正确
2025-02-25 19:12:44 +08:00
ousugo
653b133327
feat: Enhance reference prompt with language matching instruction
2025-02-25 19:09:56 +08:00
Aglargil
6448711b48
feat: add export to Yuque
2025-02-25 19:06:37 +08:00
Godcoper
598d4600cf
fix: 修复深色模式下气泡样式的用户名样式错误问题
2025-02-25 18:58:10 +08:00
suyao
bd43cdfc0b
chore: Update Grok app logo and related images
2025-02-25 15:01:01 +08:00
kangfenmao
216a861f7c
refactor: Move fullscreen notification logic to a separate hook
2025-02-25 13:32:15 +08:00
ousugo
8811d3b679
feat: Add fullscreen mode notification with localized message
2025-02-25 13:28:29 +08:00
kangfenmao
878086e1fb
chore: Remove console logs and clean up code
...
This commit removes unnecessary console.log statements and makes minor code cleanup in several files:
- PlantUML component
- WebSearchSettings
- WebSearchService
- Store settings
Additionally, it updates the store migration to handle LM Studio provider addition and reverts the store version
2025-02-25 13:27:31 +08:00
Chen Tao
bd6de1d5ba
fix: 网络搜索添加时间信息 ( #2255 )
...
* fix: add time when using web search
* feat: add optional
* chore
* chore
* chore
* clean code
2025-02-25 13:20:53 +08:00
preszzz
43b804525d
feat: add new claude 3.7 model support
2025-02-25 13:17:09 +08:00
Alice39s
63c4c30841
feat: Add support for Gemini 2.0 and update Yi model configurations
...
- Added `gemini-2.0` to `visionAllowedModels`.
- Introduced new Gemini models in `SYSTEM_MODELS`:
- `gemini-1.5-flash-8b`
- `gemini-2.0-flash`
- Updated Yi model configurations:
- Renamed `yi-lightning` to "Yi Lightning".
- Deprecated `yi-medium`, `yi-large`, and `yi-vision` (replaced by `yi-lightning` per documentation).
- Added `yi-vision-v2` as a new version of Yi Vision.
2025-02-25 08:29:59 +08:00
ousugo
d97023cecb
feat: Adapt glmzeropreview thinking chain format, enhance message thought processing with flexible extractors,
2025-02-25 08:29:16 +08:00
自由的世界人
ee29df8a93
fix: folder spelling change ( #2242 )
2025-02-25 08:26:25 +08:00
Zicheng Zhang
bc76c26181
fix: count reasoning content into token estimation ( #2276 )
2025-02-25 08:24:53 +08:00
eeee0717
041360825c
fix bug: uniqueIds is null when uploaded directory
2025-02-24 21:40:17 +08:00
kangfenmao
8e19e5a08e
fix: Update Infini provider API URL to include '/maas' path
2025-02-24 18:08:22 +08:00
icinggslits
4dd4bdc3af
feat: add shortcut to home window of mini app
2025-02-24 12:58:40 +08:00
vic123
468f59ae12
fix: undesired assistant selection menu popup when no ' ' before '@'
2025-02-24 12:57:26 +08:00
SagoLu
695ea33ebd
fix:修复在备份和恢复备份时由于无法删除临时目录导致的功能终止 ( #2224 )
...
* refactor: Remove chat settings toolbar button from input bar
* fix:修复在备份时,由于临时文件只读导致的备份失败
* fix:修复在恢复备份时,由于临时文件只读导致的备份失败
---------
Co-authored-by: kangfenmao <kangfenmao@qq.com>
2025-02-24 12:56:19 +08:00
Alice39s
756c9e74b2
feat: Improve support for the Codestral and additional Mistral models
...
- Added new image asset `codestral.png` for Codestral model.
- Updated `embedings.ts` to include the `mistral-embed` embedding model with `max_context: 8000`.
- Updated `models.ts` to:
- Add support for Codestral model with `codestral-latest` ID.
- Introduce new Mistral models, including:
- `ministral-3b-latest`
- `ministral-8b-latest`
- `mistral-large-latest`
- `mistral-small-latest`
- `mistral-embed`
- Organize models into appropriate groups (e.g., "Mistral Chat", "Mistral Code").
- Adjusted `getModelLogo` function to include Codestral and Ministral logos.
2025-02-24 12:55:28 +08:00
kangfenmao
1a10ac0739
refactor: Rename onResend to onResendUserMessage for clarity
2025-02-24 12:50:29 +08:00
Asurada
7b3a743219
feat: Add remark function to knowledge url ( #2210 )
...
* chore: Update .gitignore to exclude .cursor/rules
* feat: Add remark function to knowledge url
2025-02-24 12:47:47 +08:00
dengshenkk
7001b30adb
feat: 用户侧消息快捷重试功能 ( #2221 )
...
* Update MessageMenubar.tsx
用户发送消息可以重试, 方便在接口错误后进行重试
* Update MessageMenubar.tsx
2025-02-24 12:41:59 +08:00
ousugo
98b9f6bbf3
feat: Improve knowledge base creation popup input focus
2025-02-24 12:40:46 +08:00
ousugo
a0018fff46
feat: Enhance knowledge search popup input focus behavior
2025-02-24 12:40:46 +08:00
sijie-chan
241b63c6b2
fix: 添加多个目录到知识库多个进度之间展示混淆
2025-02-24 12:40:00 +08:00
kangfenmao
f24d3073cf
feat: Add Tavily dark mode logo and improve web search settings UI
2025-02-23 15:10:01 +08:00
kangfenmao
528abe3eab
refactor: Rename AssistantItemComponent to AssistantItem and update imports
2025-02-23 14:30:17 +08:00
wnzzer
5379939cc0
fix:清空话题总是修复当前话题 ( #2167 )
2025-02-23 14:26:31 +08:00
kangfenmao
70f72a2fb5
feat: Improve web search UI and localization
2025-02-23 14:22:09 +08:00
kangfenmao
966f843d26
chore: Update Tavily core package and remove js-tiktoken dependency
2025-02-23 11:01:30 +08:00
kangfenmao
7e6e6d21c1
feat: add web search
2025-02-23 11:01:29 +08:00
kangfenmao
1d9f471aca
chore(version): 0.9.30
2025-02-23 07:02:00 +08:00
kangfenmao
9327d6c367
feat: Enhance assistant emoji and popup UI interactions
2025-02-23 06:45:35 +08:00
George·Dong
c4a6e304d4
feat: 添加Notion导出自动分页功能 ( #2098 )
...
* fix: 长对话Notion导出失败(分页导出)
* feat: 添加Notion导出自动分页设置
2025-02-23 06:45:26 +08:00
ousugo
9e97334dcf
feat: Auto-select newly added knowledge base
2025-02-23 00:17:46 +08:00
ousugo
24a6c86e3c
fix: Regenerat messages don't use @ specified models
2025-02-22 22:35:02 +08:00
ousugo
1eb48dfbaf
fix: Restore textarea focus after selecting mention model via mouse
2025-02-22 22:34:16 +08:00
shijian
07ab9de13f
fix: 复制聊天信息按钮显示不全
2025-02-22 22:32:30 +08:00
kangfenmao
c8293ab326
fix: Remove LM Studio provider from initial state
2025-02-22 22:31:37 +08:00