Sharker
198635ae18
feat: added cici for mini app
2025-03-02 20:00:35 +08:00
shiquda
fb4a894285
feat: add you.com miniapp
2025-03-02 19:58:36 +08:00
PilgrimLyieu
c3c6bb261e
feat: Add KaTeX copy-tex and mhchem support
2025-03-02 19:55:11 +08:00
kangfenmao
d38aaf4540
refactor: Extract StyleSheetManager into a separate context component
...
- Move StyleSheetManager logic from App.tsx to a new dedicated context component
- Simplify App.tsx by importing the new StyleSheetManager
- Preserve existing prop validation and filtering logic
2025-03-02 19:51:20 +08:00
MyPrototypeWhat
a8744fe812
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
c258ca74f2
fix: Improve metrics completion tokens handling
2025-03-02 19:41:06 +08:00
ZhuangYumin
64860aa498
fix: fix bug of metrics missing
2025-03-02 19:38:20 +08:00
hanzhao
75dd54b2a3
fix bug: #2306
2025-03-02 19:37:33 +08:00
kangfenmao
96a24bd210
feat: Conditionally render reasoning effort control for reasoning models
2025-03-02 09:23:39 +08:00
kangfenmao
a33c7329c5
refactor: Centralize emoji detection utility and improve avatar rendering
2025-03-01 23:16:12 +08:00
Pin Studios
ef3165b7e0
feat: Add emoji avatar support with image upload and picker & support i18n language ( #2473 )
2025-03-01 21:33:47 +08:00
SuYao
2eb01a3ed3
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
George·Dong
bec2d62ac6
feat: add MessageGroupMenuBar Tooltip ( #2600 )
...
* feat: add MessageGroupMenuBar Tooltip
* feat: update MenuBar Tooltip i18n
2025-03-01 20:28:40 +08:00
Jorben
7acec21f2c
feat: Add Hunyuan TurboS model (launched on February 26)
...
- Add hunyuan-turbos-latest
- Add hunyuan-embedding
- Fix the issue of the embedding model displaying the internet icon (when the provider fully supports web search)
2025-03-01 20:27:41 +08:00
kangfenmao
b6195cff5c
chore(version): 1.0.2
2025-03-01 12:25:33 +08:00
kangfenmao
2e298a64b8
fix: Simplify model selection logic in message regeneration
...
Modify the model selection process to directly use the appropriate model based on the conversation context, removing redundant conditional logic
2025-03-01 11:20:58 +08:00
kangfenmao
ae10f564f1
fix: Improve ModelAvatar and AssistantItem styling for better layout and text handling
...
- Add min-width and min-height to ModelAvatar to ensure consistent sizing
- Separate AssistantName into a new styled component for better text overflow handling
- Refactor AssistantItem to improve text display and icon alignment
2025-03-01 10:41:24 +08:00
kangfenmao
96a166c40a
style: Refine Segmented component styling with transparent background and rounded corners
2025-03-01 01:44:02 +08:00
kangfenmao
0cb58d6ffc
feat: Sort model groups alphabetically in provider settings
...
- Implement alphabetical sorting for model groups
- Use lodash's sortBy and toPairs to order model groups
- Modify rendering to use sorted model groups
2025-03-01 01:00:44 +08:00
kangfenmao
4828604d86
feat: Extract ModelEditContent into separate component and refine UI styling
...
- Create new ModelEditContent component in ProviderSettings
- Separate model editing logic from ProviderSetting
- Adjust styling for AssistantItem and TopicsTab list items
- Refine Segmented component styling with transparent background
- Improve modal layout and interaction for model type configuration
2025-03-01 00:40:55 +08:00
kangfenmao
2592fe04a8
feat: Add assistant icon display toggle in settings
...
- Implement new setting to show/hide model icons in assistant list
- Add localization support for new assistant settings
- Update UI to conditionally render model avatar in AssistantItem
- Modify settings store to include showAssistantIcon state
- Enhance display settings with new toggle switch for assistant icon
2025-03-01 00:18:47 +08:00
kangfenmao
d0c9752fed
refactor: Simplify Segmented component styling
...
- Remove custom Segmented styling from AntdProvider
- Update HomeTabs Segmented component with refined styles
- Consolidate Segmented styling in a single location
- Improve visual consistency with rounded corners and transparent background
2025-02-28 23:25:36 +08:00
kangfenmao
95f9d649ff
feat: Enhance UI styling and interaction details
...
- Update window vibrancy to 'sidebar' for better visual effect
- Refine input bar styling with softer background and rounded corners
- Adjust toolbar button sizes and styling
- Modify topic position selection to use Segmented component
- Tweak light theme background opacity
2025-02-28 23:25:36 +08:00
ousugo
5f5db71fc3
fix: Normal content is misidentified as chain of thought content
2025-02-28 22:06:08 +08:00
Asurada
669199683b
feat: Added More Settings section with risk warnings in model type configuration ( #2560 )
...
* feat: add "More Settings" option in multiple languages and enhance model type selection UI
* feat: add "More Settings" option with warnings and confirmation prompts in multiple languages
* fix: improve modal close handling and reset model type visibility
2025-02-28 22:04:44 +08:00
kangfenmao
2772b45b30
chore: Update Xirang provider configuration and localization
2025-02-28 18:20:23 +08:00
lbc123456
e93eff4e34
feat: 模型服务添加天翼云模型 ( #2238 )
...
* feat: 模型服务添加天翼云模型
* feat:add website
* fix: id is duplicate
---------
Co-authored-by: 李保成 <libaocheng@cndatacom.com>
2025-02-28 17:40:57 +08:00
kangfenmao
dcb0597706
Revert "feat: allow o1 streaming"
...
This reverts commit 50220fe30b .
2025-02-28 14:20:37 +08:00
ZhuangYumin
d8ddabc04f
feat: let quick assistant follow theme setting
2025-02-28 13:14:45 +08:00
Pres
4b65dc82f6
feat: add support for GPT 4.5
2025-02-28 13:14:05 +08:00
Pres
a5e615578f
fix:Claude model name typo
2025-02-28 11:53:30 +08:00
xiaotianxt
daf5741884
fix: remove restrictions on mac alt+x shortcuts
...
Restrictions are introduced in earlier beta versions of MacOS Sequoia.
However, in the public release, Apple revoke this restrictions.
Alt+[Char] shortcut has no restrictions now.
2025-02-28 10:30:47 +08:00
eeee0717
9642034639
fix bug: #2474
2025-02-28 08:18:14 +08:00
TW
bc7c74e0ea
feat: Enhance Assistant and Topic components with title attributes for better accessibility
2025-02-28 08:17:01 +08:00
onevcat
c011d18c72
Switch to @use and module system for scss
2025-02-28 08:16:03 +08:00
onevcat
90ac88f5cc
Use the Russian language label
...
This ensures the language label aligns with others (using its own language name instead of English).
2025-02-27 20:40:52 +08:00
Asurada
8379c0ed3a
feat: Add model editing functionality to provider settings ( #2243 )
2025-02-27 17:00:01 +08:00
CherryLover
166e8f8473
feat: 为模型选择弹窗添加键盘导航功能 ( #2057 )
...
* feat: 为模型选择弹窗添加键盘导航功能
* fix(SelectModelPopup): 改进键盘导航和项目筛选
2025-02-27 16:58:11 +08:00
ZhuangYumin
50220fe30b
feat: allow o1 streaming
2025-02-27 16:42:11 +08:00
xiaotianxt
21b326ee69
feat: Improve settings navigation hotkey behavior
...
- Add location check to prevent navigating to settings when already on settings page
- Enable hotkey on content editable and form elements
- Use useLocation to track current route
2025-02-27 16:39:52 +08:00
SuYao
a088023869
fix: favicon can't load error ( #2426 )
...
* feat: Implement robust favicon loading with fallback mechanisms
* refactor: Improve favicon loading state and use Promise Method
* refactor: Extract FallbackFavicon into a separate component
* feat: Add Splitbee favicon service to fallback favicon URLs
2025-02-27 16:38:14 +08:00
yeongpin
87b78caf61
feat: Add GIF support for avatar uploads without compression
2025-02-27 15:02:02 +08:00
kangfenmao
8e6901b360
fix: Adjust file upload and navbar styling for cross-platform compatibility
...
- Update Dragger component to use customRequest for file uploads
- Add Windows-specific padding adjustment for navbar right section
2025-02-26 13:33:21 +08:00
kangfenmao
aba084e14a
feat: Add O3 provider and refactor migration logic
2025-02-26 13:33:11 +08:00
icinggslits
290b7a2fd7
feat: Add search button to the knowledge base, and adjusted the display for drag-and-drop uploads ( #2365 )
...
* feat: Add search button to the knowledge base, and adjusted the display for drag-and-drop uploads
* feat: Add search button to the knowledge base, and adjusted the display for drag-and-drop uploads
2025-02-26 12:06:34 +08:00
ZhuangYumin
88e640f278
feat: add better support for openrouter thinking format
2025-02-26 12:04:47 +08:00
首都爱护动物协会
5c32d41cd8
add o3
2025-02-26 12:03:08 +08:00
kangfenmao
f09d1b3d9a
chore: Improve localization formatting for Notion and Yuque error messages
...
- Standardize spacing and capitalization in Chinese (Simplified and Traditional) locales
- Enhance readability of error and configuration messages
- Consistent formatting for API keys, database IDs, and URLs
2025-02-26 00:21:49 +08:00
kangfenmao
74c92ba794
feat: Enhance web search settings with blacklist and result configuration
...
- Update Tavily description across locales to emphasize AI agent capabilities
- Add blacklist functionality for web search results
- Introduce configurable maximum search results
- Improve localization for web search settings in multiple languages
2025-02-26 00:16:13 +08:00
kangfenmao
deb4545419
chore: Reorganize and clean up localization files
...
This commit involves minor reorganization and cleanup of translation files across multiple languages (en-us, ja-jp, ru-ru, zh-cn, zh-tw). Changes include:
- Reordering of some translation keys
- Removing duplicate entries
- Slight restructuring of nested translation objects
- Minor formatting adjustments
2025-02-26 00:02:03 +08:00
Chen Tao
09652b2e31
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
ffac0d4c49
feat: Improve think tag processing with more robust parsing
2025-02-25 23:46:25 +08:00
kangfenmao
ab294d783c
fix: Update favicon service for message citations
2025-02-25 23:43:22 +08:00
kangfenmao
c8490bf086
fix: assistant and agent emoji
2025-02-25 21:00:23 +08:00
kangfenmao
5664d84e2c
refactor: Extract file drop handling logic to separate utility function
2025-02-25 19:53:04 +08:00
icinggslits
3068cdcf7a
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
83b3531306
chore: Remove social media links from About settings
2025-02-25 19:40:52 +08:00
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
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
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
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
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
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
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
kangfenmao
253da36210
fix: Remove duplicate empty LM Studio providers
2025-02-22 13:35:14 +08:00
aber0724
fbc3a29811
feat: Add Monica minapp
2025-02-22 11:27:30 +08:00
kangfenmao
9bb7b2751f
feat: update miniapp logo
2025-02-21 18:25:23 +08:00
kangfenmao
596a73c5ec
feat: Enhance topic message clearing functionality
...
关于“清空话题”的Bug反馈 #2107
close #2107
2025-02-21 16:48:04 +08:00
suyao
799b70f9d9
fix: add first message handling in mini home window
2025-02-21 16:32:56 +08:00
kangfenmao
807d3cfa9f
feat: add export function to message
2025-02-21 16:27:07 +08:00
kangfenmao
93e5ed827e
refactor: Remove chat settings toolbar button from input bar
2025-02-21 14:31:05 +08:00
kangfenmao
7172c390a0
feat: Synchronize and clean up localization files
...
This commit involves several improvements to localization files across different languages:
- Reordered and cleaned up translation keys
- Removed redundant entries
- Ensured consistent ordering of keys
- Added missing translations for various features
- Normalized whitespace and formatting
2025-02-21 14:15:36 +08:00
落子
f22fc29cad
feat: add "Copy as" options to topics right click menu ( #2095 )
...
* feat: Add copy topic as image and Markdown functionality
* add translation
2025-02-21 13:59:34 +08:00
Avan
c4747b0cd3
feat: baidu ai search
2025-02-21 13:58:19 +08:00
kangfenmao
bd2a4c3c22
feat: Add API host formatting utility function
2025-02-21 13:50:24 +08:00
MyPrototypeWhat
bb02ebe818
refactor: Move abort controller to utils and update imports
2025-02-21 12:50:18 +08:00
MyPrototypeWhat
01bf84b8ca
feat: Add message completion abort functionality
2025-02-21 12:50:18 +08:00
kangfenmao
7f74e2a567
refactor: Simplify translation history clear button configuration
2025-02-21 11:17:41 +08:00
ousugo
b568dfef17
feat: Add newline tooltip for translation input
2025-02-21 11:16:02 +08:00
kangfenmao
f395bb32de
refactor: Simplify embedding model regex pattern
2025-02-21 09:46:26 +08:00
kangfenmao
40ddf94224
refactor: Clean up MinAppsPopover component formatting
2025-02-20 15:35:51 +08:00
kangfenmao
a9ee9ec762
refactor: Simplify topic deletion interaction
2025-02-20 15:33:24 +08:00
ousugo
9189cdb8ff
feat: Add direct topic deletion shortcut
2025-02-20 15:19:32 +08:00
ousugo
8d1ec04dd3
feat: Add confirmation dialog for topic deletion
2025-02-20 15:19:32 +08:00
Yrom
9eee9c42fa
feat: add developer tools button in MinApp for development mode
2025-02-20 15:19:10 +08:00
ousugo
530aeb58b8
feat: Add emoji selection for assistant name
2025-02-20 15:17:04 +08:00
kangfenmao
438b8cb08a
fix: Update migration config to set default thought auto-collapse
2025-02-20 12:24:24 +08:00
ousugo
7861803814
feat: Add thought content auto-collapse setting
2025-02-20 12:22:45 +08:00
ousugo
adb5e4fc31
feat: Add copy functionality to message reasoning content
2025-02-20 12:22:45 +08:00
kangfenmao
58100ab822
refactor: Simplify translation page layout and styling
2025-02-20 12:16:38 +08:00
Chen Tao
b405d2e9ac
feat: add shortcuts to open settings page ( #1964 )
...
* feat: add shortcuts to open settings page
* refactor: simplify code
* fix: change to useHotKeys
2025-02-20 12:10:16 +08:00
jtsang4
f1a9699be4
feat: Add backspace handling to remove last mentioned model
2025-02-20 12:08:25 +08:00
eeee0717
173e164d2b
fix: knowledge base status problem
2025-02-20 12:07:05 +08:00
kangfenmao
54b7bfd663
fix: Improve null handling in code block and syntax highlighting
2025-02-20 12:04:29 +08:00
kangfenmao
7f3e6bb44d
refactor: Remove default grid settings from migration config
2025-02-20 11:54:21 +08:00
littel_penguin66
e5dee7801e
feat: add dify miniapp ( #1999 )
...
* add Dify miniapp
* add wpslingxi,lechat,abacus miniapps
* resize pic
* change png to webp
* update 71
2025-02-20 11:52:36 +08:00
FischLu
5503a2ccea
fix: fix translation
2025-02-20 11:50:49 +08:00
FischLu
c65d351a3d
fix: fix the issue where the menu scrolls back to the top after clicking an option
2025-02-19 21:40:32 +08:00
Teo
b0f74159dd
feat: 添加翻译历史功能
2025-02-19 19:38:59 +08:00
Yrom
6c8b93c4d1
feat: Support dark theme for PlantUML
2025-02-19 18:37:05 +08:00
Yrom
d73d92e795
feat: Add PlantUML diagram support (via PlantUML official online server)
2025-02-19 18:37:05 +08:00
ousugo
598630b294
refactor: Simplify model type detection with utility functions
2025-02-19 18:33:51 +08:00
ousugo
aa3e1cc1e6
feat: Add Doubao provider support for model type detection
...
(cherry picked from commit 008b84e128484c98eb59c75d8f44cbc320509049)
2025-02-19 18:33:51 +08:00
ousugo
a9f34f12b9
feat: Add model generation check before narrow mode toggle
2025-02-19 18:33:16 +08:00
jiangjiwei
0e60ee47f1
feat: 为 Notion 导出添加可配置的页面名称 key
2025-02-19 17:18:45 +08:00
ousugo
d35e604462
fix: Ensure model is updated when setting default model
2025-02-19 17:13:52 +08:00
Teo
fd734e0810
refactor: 翻译页UI重构
2025-02-19 15:53:52 +08:00
kangfenmao
aafb62cb2f
feat: Add web search support for OpenRouter provider
2025-02-19 10:11:49 +08:00
icinggslits
08535924ce
feature: Adaptive height of textarea on translation page
2025-02-19 09:57:26 +08:00
kangfenmao
76a02d184f
feat: Add default API host for DMX provider in migration
2025-02-19 09:45:41 +08:00
kangfenmao
af461c9246
fix: Safely update topic with existing topic data
2025-02-19 09:35:10 +08:00
kangfenmao
8815b6248e
fix: Improve knowledge base processing and deletion handling
2025-02-19 09:28:36 +08:00
kangfenmao
b832809b7a
refactor: Simplify DragableList styling and remove unnecessary margins
2025-02-19 09:21:10 +08:00
suyao
88e36627f5
fix: update model identification with provider-specific uniqueness
2025-02-19 09:14:45 +08:00
ousugo
ac2a3156f8
feat: Add German language support to translation options
2025-02-19 08:21:00 +08:00
George·Dong
ff42b512cf
feat: 添加Notion文档按钮Tooltip
2025-02-19 08:20:21 +08:00