kangfenmao
e8b19c409d
fix: Standardize Notion connection error messages across locales
2025-02-25 19:34:15 +08:00
kangfenmao
3363d1507b
fix: 修复深色模式下气泡样式的用户名样式错误问题
...
This reverts commit 704ddfd7cc .
2025-02-25 19:31:19 +08:00
icinggslits
d938531c31
fix: Export image in dark mode ( #2332 )
...
Co-authored-by: 亢奋猫 <kangfenmao@qq.com>
2025-02-25 19:20:11 +08:00
eeee0717
22c356062b
fix bug: 深色模式对话导出渲染不正确
2025-02-25 19:12:44 +08:00
ousugo
a906097026
feat: Enhance reference prompt with language matching instruction
2025-02-25 19:09:56 +08:00
Yuankui Li
0559235744
feat: 知识库支持更多txt based格式
2025-02-25 19:07:06 +08:00
Aglargil
9ee915a34b
feat: add export to Yuque
2025-02-25 19:06:37 +08:00
Godcoper
704ddfd7cc
fix: 修复深色模式下气泡样式的用户名样式错误问题
2025-02-25 18:58:10 +08:00
suyao
5e4d507ab8
chore: Update Grok app logo and related images
2025-02-25 15:01:01 +08:00
kangfenmao
1cbf070275
refactor: Move fullscreen notification logic to a separate hook
2025-02-25 13:32:15 +08:00
ousugo
04ac04c94d
feat: Add fullscreen mode notification with localized message
2025-02-25 13:28:29 +08:00
kangfenmao
947b7047a0
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
49db9bb6e5
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
zzsx
53752ee217
feat: 添加更多C++文件扩展名支持
...
在 `textExts` 数组中添加了以下C++文件扩展名:
- `.hpp`: C++ 头文件
- `.cc`: C++ 源文件
- `.cxx`: C++ 源文件
- `.cppm`: C++20 模块接口文件
- `.ipp`: 模板实现文件
- `.ixx`: C++20 模块实现文件
2025-02-25 13:19:32 +08:00
preszzz
7953f6bb86
feat: add new claude 3.7 model support
2025-02-25 13:17:09 +08:00
Alice39s
75ac31345c
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
2aab0b497a
feat: Adapt glmzeropreview thinking chain format, enhance message thought processing with flexible extractors,
2025-02-25 08:29:16 +08:00
自由的世界人
448b946ef4
fix: folder spelling change ( #2242 )
2025-02-25 08:26:25 +08:00
Zicheng Zhang
20ce7ccf26
fix: count reasoning content into token estimation ( #2276 )
2025-02-25 08:24:53 +08:00
eeee0717
dab9787d8c
fix bug: uniqueIds is null when uploaded directory
2025-02-24 21:40:17 +08:00
kangfenmao
3b194d7b1a
fix: Update Infini provider API URL to include '/maas' path
2025-02-24 18:08:22 +08:00
icinggslits
85cd8a0cf4
feat: add shortcut to home window of mini app
2025-02-24 12:58:40 +08:00
vic123
ce966425b6
fix: undesired assistant selection menu popup when no ' ' before '@'
2025-02-24 12:57:26 +08:00
SagoLu
0a0c3d0ac7
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
146cabf768
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
442909104e
refactor: Rename onResend to onResendUserMessage for clarity
2025-02-24 12:50:29 +08:00
Asurada
6a24364147
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
d2950e023d
feat: 用户侧消息快捷重试功能 ( #2221 )
...
* Update MessageMenubar.tsx
用户发送消息可以重试, 方便在接口错误后进行重试
* Update MessageMenubar.tsx
2025-02-24 12:41:59 +08:00
ousugo
4c24418ec7
feat: Improve knowledge base creation popup input focus
2025-02-24 12:40:46 +08:00
ousugo
d9f581a375
feat: Enhance knowledge search popup input focus behavior
2025-02-24 12:40:46 +08:00
sijie-chan
8fc4cf4b4b
fix: 添加多个目录到知识库多个进度之间展示混淆
2025-02-24 12:40:00 +08:00
牡丹凤凰
563ed2b549
Update README.ja.md
2025-02-24 07:23:23 +08:00
牡丹凤凰
ef623e1eee
Update README.zh.md
2025-02-24 07:22:55 +08:00
牡丹凤凰
88b8fb3085
Update README.md ( #2213 )
2025-02-24 07:22:12 +08:00
kangfenmao
1b742b8a1b
chore(version): 1.0.0
2025-02-23 15:10:24 +08:00
kangfenmao
820b4a2376
feat: Add Tavily dark mode logo and improve web search settings UI
2025-02-23 15:10:01 +08:00
kangfenmao
17d84a621f
refactor: Rename AssistantItemComponent to AssistantItem and update imports
2025-02-23 14:30:17 +08:00
wnzzer
7f4bc5c80f
fix:清空话题总是修复当前话题 ( #2167 )
2025-02-23 14:26:31 +08:00
kangfenmao
eba0d74eaa
feat: Improve web search UI and localization
2025-02-23 14:22:09 +08:00
kangfenmao
0a89b09fc9
chore: Update Tavily core package and remove js-tiktoken dependency
2025-02-23 11:01:30 +08:00
kangfenmao
bbe89b6e41
feat: add web search
2025-02-23 11:01:29 +08:00
kangfenmao
bb624232f2
chore(version): 0.9.30
2025-02-23 07:02:00 +08:00
kangfenmao
8f4868af01
feat: Enhance assistant emoji and popup UI interactions
2025-02-23 06:45:35 +08:00
George·Dong
3874a1ee5d
feat: 添加Notion导出自动分页功能 ( #2098 )
...
* fix: 长对话Notion导出失败(分页导出)
* feat: 添加Notion导出自动分页设置
2025-02-23 06:45:26 +08:00
ousugo
edc01ea0ba
feat: Auto-select newly added knowledge base
2025-02-23 00:17:46 +08:00
kangfenmao
1c586b1060
chore(version): 0.9.29
2025-02-22 22:58:19 +08:00
ousugo
a34c6b19be
fix: Regenerat messages don't use @ specified models
2025-02-22 22:35:02 +08:00
ousugo
f8947a7f34
fix: Restore textarea focus after selecting mention model via mouse
2025-02-22 22:34:16 +08:00
shijian
be654a8520
fix: 复制聊天信息按钮显示不全
2025-02-22 22:32:30 +08:00
kangfenmao
29afcfed7f
fix: Remove LM Studio provider from initial state
2025-02-22 22:31:37 +08:00