one
7332763d9f
fix: update current topic id and support EmojiAvatar for ChatFlowHistory ( #5861 )
...
* fix: update current topic id for ChatFlowHistory to work
* refactor: set current topic id early in loadTopicMessagesThunk
* refactor: extract EmojiAvatar
* fix: style
2025-05-15 01:42:18 +08:00
MyPrototypeWhat
928530c6f6
refactor: update ImageBlockGroup layout to use CSS grid for better re… ( #5998 )
...
refactor: update ImageBlockGroup layout to use CSS grid for better responsiveness
2025-05-14 23:44:48 +08:00
Konv Suu
33b28d783a
fix: strange corner style in miniapp pop up ( #5976 )
...
* fix: strange corner style in miniapp pop up
2025-05-14 23:38:19 +08:00
George Zhao
15e3bdf20d
feat: add support for allowing Escape key to exit fullscreen mode ( #5930 )
...
* feat: add support for allowing Escape key to exit fullscreen mode
* feat(i18n): add translation for allowing ESC key to exit fullscreen mode in multiple locales
* feat: enable Escape key to exit fullscreen mode regardless of platform
* feat: 添加允许使用Escape键退出全屏模式的功能,并更新相关国际化支持
* fix: 修复全屏模式下Escape键退出功能的状态管理,移除相关设置项
* feat: 添加全屏状态管理功能至导航栏,更新右侧导航栏组件以支持全屏模式
* feat: 更新导航栏以支持全屏模式,调整右侧导航栏的内边距
* fix: 更新全屏模式下Escape键退出功能的默认设置为启用
* refactor: 移除全屏模式下Escape键退出功能的状态管理逻辑
* fix: 移除全屏模式下Escape键退出功能的调试日志
* feat: 添加全屏模式下Escape键的快捷键配置,默认启用
* refactor: 移除与全屏模式下Escape键退出功能相关的IPC通道和配置
* refactor: 移除全屏模式下Escape键退出功能的配置项
* refactor: 移除Navbar和McpSettingsNavbar中与全屏模式相关的代码
* refactor: 移动exit_fullscreen快捷键配置到shortcuts数组末尾
* refactor: 添加全屏模式下快捷键未设置时直接退出全屏的逻辑
* refactor: 添加全屏模式下快捷键未设置时直接退出全屏的逻辑
* refactor: remove unused useFullscreen hook
* refactor: remove 'allow ESC key to exit fullscreen mode' translations from multiple locale files
---------
Co-authored-by: George Zhao <georgezhao@SKJLAB>
2025-05-14 23:35:02 +08:00
SuYao
85f2f454c4
fix: inaccurate temperature param ( #5973 )
...
* fix: inaccurate temperature param
* fix: enhance model support check for reasoning and web search models
2025-05-14 22:08:04 +08:00
kangfenmao
fb548ca20a
fix: ensure topic is created if not found in loadTopicMessagesThunk
...
* Added logic to create a new topic with an empty messages array if the specified topic does not exist in the database.
2025-05-14 21:53:28 +08:00
George Zhao
1bc6571d7d
docs: 贡献者数据源 ( #5992 )
...
更新贡献者数据源。
2025-05-14 21:40:47 +08:00
SuYao
3792ee3073
fix: enhance image block handling in message processing ( #5971 )
2025-05-14 20:55:03 +08:00
SuYao
88e472975a
fix: timing measurement before sending request ( #5970 )
2025-05-14 20:53:08 +08:00
George Zhao
c004e06823
fix: use EXTENDED_CONTEXT_STEP for slider step value in settings ( #5989 )
...
Co-authored-by: George Zhao <georgezhao@SKJLAB>
2025-05-14 20:08:47 +08:00
George Zhao
3766fe4833
feat: 更长上下文 ( #5963 )
...
* feat: Extended the fillable context length to 100. #5514
Update src/renderer/src/pages/home/Tabs/SettingsTab.tsx
fix: update context length settings and localization for multiple languages
* fix: adjust context count slider limits and behavior based on max contexts setting
* feat: implement event handling for max contexts changes in settings
* feat: update context count handling to use EXTENDED_CONTEXT_LIMIT in settings
* feat: update context count logic to use EXTENDED_CONTEXT_LIMIT when max contexts are enabled
* refactor: remove unused EXTENDED_CONTEXT_LIMIT import from AssistantService
* feat: simplify context count logic with validAndChangeContextCount function
* feat: 移除TokenCount组件中对最大计数为20的特殊处理,简化上下文计数显示逻辑
* refactor: simplify getContextCount logic by removing max context handling
* feat: adjust step value for context count input based on max contexts setting
---------
Co-authored-by: George Zhao <georgezhao@SKJLAB>
2025-05-14 19:37:37 +08:00
Konv Suu
484e63b47e
fix: define line-clamp for compatibility ( #5983 )
2025-05-14 18:57:02 +08:00
Lao
cb611d2671
fix lint errors ( #5987 )
...
* Fix code snippets that don't comply with code standards by applying lint rules
* update package.json:add test:lint script
2025-05-14 17:01:33 +08:00
SuYao
b6c29e6598
fix: append topic prompt if exists ( #5969 )
2025-05-14 13:52:31 +08:00
SuYao
03a4f4199a
fix: improve citation deduplication logic for non-knowledge citations ( #5981 )
2025-05-14 13:51:25 +08:00
one
8bc8a9fc99
fix: quickpanel auto-scroll behaviour ( #5950 )
...
* fix: quickpanel scrollto changed to smart
* fix: add scrollTrigger as the replacement for scrollBlock
* fix: add a 'none' trigger to prevent accidental scrolling
2025-05-14 00:52:25 +08:00
自由的世界人
e7c0bbb348
feat: add citation content copy button ( #5966 )
...
* feat: add citation content copy button
* fix: build error
2025-05-14 00:13:00 +08:00
上房揭瓦
71cd2def2e
添加智能体订阅功能 ( #5954 )
...
* 添加智能体订阅功能
* 修改图标
* 修改hook点
修改图标
* 优雅的引用图标
* feat(i18n): add settings title for agents in multiple languages
* fix(i18n): update translations for improved clarity
* Merge branch 'main' into Subscribe
---------
Co-authored-by: VM 96 <eov@88.com>
Co-authored-by: suyao <sy20010504@gmail.com>
2025-05-13 23:09:38 +08:00
kangfenmao
e00f03db2b
chore(version): 1.3.2
2025-05-13 21:04:14 +08:00
kangfenmao
8bd38ccd86
Merge branch 'main' into develop
...
# Conflicts:
# src/renderer/src/providers/AiProvider/OpenAIProvider.ts
# src/renderer/src/providers/AiProvider/OpenAIResponseProvider.ts
2025-05-13 20:53:23 +08:00
kangfenmao
02ae0349bf
fix: Grouped message should not reset model and modelId
...
* Updated the reset logic to conditionally handle model and modelId for grouped messages.
* Ensured that the original model is retained when regenerating responses for grouped messages.
2025-05-13 20:50:52 +08:00
kangfenmao
ff8224a2dc
fix: OpenAIResponseProvider summaryForSearch impl model wrong
2025-05-13 20:50:29 +08:00
kangfenmao
8214a70c38
revert: openai compatible type
2025-05-13 20:50:02 +08:00
kangfenmao
f642cfb3ba
fix: regenerate message use assistant model
2025-05-13 20:45:50 +08:00
kangfenmao
d8b47d36ad
fix: Grouped message should not reset model and modelId
...
* Updated the reset logic to conditionally handle model and modelId for grouped messages.
* Ensured that the original model is retained when regenerating responses for grouped messages.
2025-05-13 20:41:15 +08:00
kangfenmao
69ccd2aa32
fix: history topic message block is empty
...
* Added useEffect to dispatch loadTopicMessagesThunk when the topic is available
* Integrated useAppDispatch for state management
2025-05-13 20:24:41 +08:00
kangfenmao
c80e195ec2
fix: history topic message block is empty
...
* Added useEffect to dispatch loadTopicMessagesThunk when the topic is available
* Integrated useAppDispatch for state management
2025-05-13 20:24:19 +08:00
Yohann
011b9dca33
feat: add DevTools functionality and localization support ( #5796 )
...
* feat: add DevTools functionality and localization support
* Added new IPC channels for opening and toggling DevTools.
* Implemented corresponding handlers in the main process.
* Updated preload API to include DevTools methods.
* Enhanced the AboutSettings component with a debug section to control DevTools.
* Added localization strings for debug actions in English, Simplified Chinese, and Traditional Chinese.
* refactor: remove DevTools open state handling and related localization strings
* Removed the IPC channel and associated handlers for checking if DevTools is open.
* Updated the AboutSettings component to eliminate the DevTools open state management.
* Removed localization strings for the DevTools close action in English, Simplified Chinese, and Traditional Chinese.
* ToggleDevTools event uses the source window to trigger switching, compatible with multiple windows
* Remove empty comments
---------
Co-authored-by: yangheng <492238647@qq.com>
2025-05-13 16:53:55 +08:00
fullex
6381a28b27
fix(WebviewService): simplify user agent string modification by removing Chrome version replacement
2025-05-13 16:47:18 +08:00
Konv Suu
392a821c6c
feat: add cache size retrieval functionality and integrate with UI ( #5689 )
...
* feat: add cache size retrieval functionality and integrate with UI
* chore: clean
* update
* update
2025-05-13 16:17:09 +08:00
one
dc93e168df
refactor: improve model management UI, add animations to some buttons ( #5932 )
...
* feat: add motion to ModelListSearchBar
* feat: add motion to health checking button
* refactor(EditModelsPopup): show spin while fetching models
* refactor: remove redundant filtering, use transient props
* chore: remove useless component ModelTags
* refactor: extract and reuse ModelIdWithTags
* refactor(EditModelsPopup): use ExpandableText instead of expandable Typography.Paragraph
* refactor(EditModelsPopup): implement optimistic updates for filter type and loading state
* refactor: startTransition for search
* refactor(EditModelsPopup): enhance search and filter handling with optimistic updates
* refactor(EditModelsPopup): implement debounced search filter updates
---------
Co-authored-by: suyao <sy20010504@gmail.com>
2025-05-13 15:43:42 +08:00
one
b9224ed311
fix: animation on resolving SelectModelPopup ( #5947 )
2025-05-13 15:26:43 +08:00
dlzmoe
b1d87321aa
feat: Optimize the display method for the three modes ( #5938 )
...
chore: Optimize the display method for the three modes
2025-05-13 15:26:04 +08:00
SuYao
044420dd7e
fix: timer stop ( #5914 )
2025-05-13 15:25:27 +08:00
one
0da17e2808
refactor: improve model management UI, add animations to some buttons ( #5932 )
...
* feat: add motion to ModelListSearchBar
* feat: add motion to health checking button
* refactor(EditModelsPopup): show spin while fetching models
* refactor: remove redundant filtering, use transient props
* chore: remove useless component ModelTags
* refactor: extract and reuse ModelIdWithTags
* refactor(EditModelsPopup): use ExpandableText instead of expandable Typography.Paragraph
* refactor(EditModelsPopup): implement optimistic updates for filter type and loading state
* refactor: startTransition for search
* refactor(EditModelsPopup): enhance search and filter handling with optimistic updates
* refactor(EditModelsPopup): implement debounced search filter updates
---------
Co-authored-by: suyao <sy20010504@gmail.com>
2025-05-13 14:48:59 +08:00
kangfenmao
6a48b76c5e
chore(version): 1.3.1
2025-05-13 13:48:19 +08:00
beyondkmp
a183cf6d61
chore: use node-stream-zip to improve perfermanc and remove unused dependencies ( #5946 )
...
* chore: remove unused dependencies from package.json and yarn.lock
* fix: update backup extraction progress logging in BackupManager
---------
Co-authored-by: beyondkmp <beyondkmkp@gmail.com>
2025-05-13 13:41:06 +08:00
one
cb98e49d75
fix: animation on resolving SelectModelPopup ( #5947 )
2025-05-13 13:22:24 +08:00
dlzmoe
487c864860
feat: Optimize the display method for the three modes ( #5938 )
...
chore: Optimize the display method for the three modes
2025-05-13 12:21:12 +08:00
jwcrystal
be97826ba7
docs: Add Photo instructions to the branch strategy document ( #5944 )
2025-05-13 12:20:01 +08:00
Teo
dac200f330
feature: Hide disabled options for web search ( #5943 )
...
* refactor(WebSearchButton): streamline provider item creation and filter disabled items
* refactor(WebSearchButton): optimize provider items mapping and add pageSize to quick panel
* refactor(WebSearchButton): filter out disabled providers in items mapping
2025-05-13 12:07:08 +08:00
kangfenmao
e4d1dd0c87
fix: OpenAIResponseProvider summaryForSearch impl model wrong
2025-05-13 10:23:12 +08:00
SuYao
872339ca75
fix: timer stop ( #5914 )
2025-05-13 08:47:14 +08:00
kangfenmao
352b449948
revert: openai compatible type
2025-05-12 22:40:32 +08:00
beyondkmp
341f744e07
fix(ipc): enhance theme handling with title bar overlay updates and broadcast notifications ( #5915 )
...
feat(ipc): enhance theme handling with title bar overlay updates and broadcast notifications
2025-05-12 22:27:27 +08:00
George Zhao
d456b3d4ed
fix: ensure correct handling of custom mini app updates and removals ( #5922 )
...
* fix: ensure correct handling of custom mini app updates and removals
* fix: update title for custom mini app to be more concise in localization files
---------
Co-authored-by: George Zhao <georgezhao@SKJLAB>
2025-05-12 22:26:44 +08:00
Chen Tao
6314b391db
fix: add i18n ( #5921 )
...
* fix(i18n)
* Update en-us.json
2025-05-12 22:26:38 +08:00
beyondkmp
440359cf75
fix(ipc): enhance theme handling with title bar overlay updates and broadcast notifications ( #5915 )
...
feat(ipc): enhance theme handling with title bar overlay updates and broadcast notifications
2025-05-12 21:57:50 +08:00
saica.go
5200dcfef6
feat: add undo functionality to agent prompt generation ( #5821 )
...
* feat: add undo functionality to agent prompt generation
* feat: add a standalone undo button
2025-05-12 21:48:53 +08:00
George Zhao
f416500ef1
fix: ensure correct handling of custom mini app updates and removals ( #5922 )
...
* fix: ensure correct handling of custom mini app updates and removals
* fix: update title for custom mini app to be more concise in localization files
---------
Co-authored-by: George Zhao <georgezhao@SKJLAB>
2025-05-12 20:58:35 +08:00