自由的世界人
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
Chen Tao
0b5f05c489
fix: add i18n ( #5921 )
...
* fix(i18n)
* Update en-us.json
2025-05-12 20:49:31 +08:00
one
ff570a58d5
refactor: SelectModelPopup pinning ( #5855 )
...
* refactor: focus the hovered item when toggling a pinned model
* refactor: focus the selected item after loading pinned models
* refactor: update sticky group after loading pinned models
* fix: rapidly update sticky group
* refactor: defer lastscrolloffset
* refactor: rename updateOnListChange to focusOnListChange for clarity
* refactor: increaset overscan count
* refactor: use startTransition instead of deferred value
* refactor: add guard, clean up code
* refactor: simplify cleanup logic
* refactor: remove unnecessary dep on pinnedModels
* fix: flicker on searching
* refactor: simplify tag tooltips, prevent tooltips in SelectModelPopup
2025-05-12 20:43:45 +08:00
Chen Tao
63b8ca4888
feat(knowledge): adjust default top-n to 10 ( #5919 )
2025-05-12 20:32:28 +08:00
kangfenmao
657c3148cb
fix: regenerate message use assistant model
2025-05-12 20:28:51 +08:00
suyao
1ab9ea295d
fix: move start_time_millsec initialization to onChunk for accurate timing
2025-05-12 20:28:12 +08:00
suyao
0bb25bfe9e
fix: move start_time_millsec initialization to onChunk for accurate timing
2025-05-12 18:23:32 +08:00
Wang Jiyuan
55c78382e4
feat: minimize token usage when testing model ( #5905 )
2025-05-12 18:19:03 +08:00
jwcrystal
84b205cac2
fix: fix the formating error on qwen3 ( #5899 )
...
fix(ModelMessageService): fix the formating error on qwen3
2025-05-12 14:55:23 +08:00
fullex
698096e523
chore: remove bufferutil dependency from package.json and yarn.lock
2025-05-12 13:11:52 +08:00
kangfenmao
aaee8aa59c
fix: update miniWindow URL path in dev mode
2025-05-12 09:50:13 +08:00
chenxue
4c15ca507c
fix:painting support reload ( #5886 )
...
* add painting aihubmix provider
* fix: Cannot read properties of undefined (reading 'unshift')
* fix: painting redux data
* feat: customize aihubmix provider request logic
* fix: download error retry
* Update AihubmixProvider.ts
* back
* back
---------
Co-authored-by: zhaochenxue <zhaochenxue@bixin.cn>
Co-authored-by: 亢奋猫 <kangfenmao@qq.com>
2025-05-12 09:23:52 +08:00
beyondkmp
98d14fa02d
feat(i18n): add page zoom settings in English, Japanese, and Russian locales
2025-05-12 09:03:09 +08:00
fullex
f9afa6f4f4
fix: miniWindow not found
2025-05-11 23:54:47 +08:00
GeorgeDong32
1c35ede129
chore(workflows): update workflows for new repo structure
2025-05-11 23:52:37 +08:00
kangfenmao
22295359e8
fix: update vitest configuration and add setup file for renderer tests
...
- Updated vitest.config.ts to handle optional chaining for plugins and alias.
- Added setup.ts for mocking electron-log in renderer tests.
- Adjusted test include and exclude patterns to refine test coverage.
2025-05-11 23:41:26 +08:00
Chen Tao
d091e3e9ee
fix: copilot annotation bug ( #5882 )
...
fix: copilot annotation
2025-05-11 23:04:29 +08:00