wxy
3498e2e884
fix: auto-rename app when duplicate name exists on import and copy
2026-03-16 16:48:08 +08:00
wxy
0832337839
feat(app): add cross-workspace app sharing with auto-rename on import
2026-03-16 16:16:02 +08:00
Ke Sun
81a232177e
Merge pull request #559 from SuanmoSuanyangTechnology/fix/multimodel-file-redirects
...
fix(multimodel): handle 302 redirect when downloading files
2026-03-13 16:54:08 +08:00
Eternity
73aee97be5
fix(multimodel): handle 302 redirect when downloading files
2026-03-13 16:46:03 +08:00
Ke Sun
85770dc037
Merge pull request #551 from SuanmoSuanyangTechnology/feature/multimodel_file
...
feat(multimodel): support multimodal memory display and improve code style
2026-03-13 15:24:17 +08:00
yingzhao
69f976a79a
Merge pull request #554 from SuanmoSuanyangTechnology/feature/memory_zy
...
Feature/memory zy
2026-03-13 15:18:40 +08:00
zhaoying
fd7e77eff8
feat(web): add community network
2026-03-13 15:17:06 +08:00
Mark
05c2a093c0
[add] migration script
2026-03-13 14:54:06 +08:00
Eternity
b71bc1f875
feat(multimodel): support multimodal memory display and improve code style
2026-03-13 14:47:56 +08:00
Mark
cbc8714414
[fix] i18n import error
2026-03-13 14:36:54 +08:00
Mark
a7a2dabc5a
Merge pull request #549 from wanxunyang/feature/app-share-wxy
...
feat(app): add cross-workspace app sharing backend
2026-03-13 11:17:21 +08:00
Mark
0694075447
[add] migration script
2026-03-13 10:31:27 +08:00
wxy
d66b9dd8cb
feat(app): add cross-workspace app sharing backend
2026-03-13 10:26:59 +08:00
Mark
7267198a8c
Merge branch 'feature/i18n' into develop
...
* feature/i18n:
[add] i18n support zh,en
2026-03-13 10:24:33 +08:00
Ke Sun
a4c942a21f
Merge pull request #540 from SuanmoSuanyangTechnology/add/develop_remark
...
add_remark
2026-03-12 18:40:43 +08:00
lixinyue
2a66775e45
add_remark
2026-03-12 14:17:44 +08:00
Ke Sun
f0c3d5f308
Merge pull request #538 from SuanmoSuanyangTechnology/release/v0.2.7
...
Release/v0.2.7
2026-03-12 13:50:26 +08:00
Ke Sun
4706ea59fe
Merge pull request #536 from SuanmoSuanyangTechnology/fix/task
...
[changes] Time zone modification
2026-03-12 12:03:33 +08:00
lanceyq
5774a95f61
[changes] Time zone modification
2026-03-12 12:00:56 +08:00
lixiangcheng1
d660521c5c
Merge branch 'feature/knowledge_lxc' into develop
2026-03-11 18:41:46 +08:00
yujiangping
5db2c5092e
Merge branch 'release/v0.2.7' of github.com:SuanmoSuanyangTechnology/MemoryBear into release/v0.2.7
2026-03-11 18:24:55 +08:00
yujiangping
59618457df
feat(web): add search functionality and empty states to MCP market
...
- Add search input with debouncing (500ms) to filter MCP services by keywords
- Implement server-side search via keywords parameter in getMarketMCPs API call
- Add new i18n strings for empty states: marketNoData, marketNoDataDesc, marketNoSearchResult, marketNoSearchResultDesc
- Replace client-side filtering with server-side search for better performance
- Update Empty component display to show different messages for no data vs no search results
- Remove BodyWrapper component and implement custom empty state handling
- Add searchTimerRef to manage debounce timer lifecycle
- Update loadMore callback to include searchKeyword parameter for pagination consistency
- Add allowClear prop to search input for better UX
- Remove conditional rendering of search input to keep it always visible
2026-03-11 18:24:46 +08:00
lixiangcheng1
c612dfbc1f
【ADD]update mcp count at mcp market
2026-03-11 18:07:43 +08:00
Mark
8d053c97a7
Merge pull request #534 from SuanmoSuanyangTechnology/fix/mcp_027
...
fix(tool)
2026-03-11 17:25:15 +08:00
Timebomb2018
a3e6f67ff7
fix(tool): The MCP tool checks for duplicate additions from the main screen and performs a test before adding.
2026-03-11 17:19:07 +08:00
yujiangping
01da2e3eee
Merge branch 'feature/tool_yjp' into release/v0.2.7
2026-03-11 17:13:50 +08:00
yujiangping
168cce1678
feat(web): improve MCP market UI responsiveness and add refresh after service addition
...
- Change getMarketTools parameter type from Query to optional Record for flexibility
- Rename marketConfig i18n key to marketConfigBtn for clarity and consistency
- Add handleRefreshAfterAdd function to refresh MCP list after successful service addition
- Update grid layout to use auto-fill responsive columns instead of fixed 3-column layout
- Disable Add button for services already in database to prevent duplicate additions
- Connect McpServiceModal refresh callback to handleRefreshAfterAdd for cache invalidation
- Improves user experience by automatically updating market list after adding services
2026-03-11 17:11:16 +08:00
yingzhao
7240dfe793
Merge pull request #533 from SuanmoSuanyangTechnology/fix/v0.2.7_zy
...
feat(web): model api key add request abort
2026-03-11 15:17:50 +08:00
zhaoying
b9340ba02d
feat(web): model api key add request abort
2026-03-11 15:16:02 +08:00
Mark
4f5ee24bc5
[add] i18n support zh,en
2026-03-11 10:45:07 +08:00
Ke Sun
6a1b8d3ee3
Merge pull request #532 from SuanmoSuanyangTechnology/develop
...
Develop
2026-03-10 20:17:02 +08:00
Ke Sun
f1207dc8b9
Merge pull request #531 from SuanmoSuanyangTechnology/feature/pruning-scene
...
[add] Different scenarios achieve different pruning effects.
2026-03-10 20:16:08 +08:00
lanceyq
86c51559bb
[add] Remove unused protected_ids; cap delete_target by actual deletable count.
2026-03-10 19:06:50 +08:00
lanceyq
8b0f806079
[add] Different scenarios achieve different pruning effects.
2026-03-10 19:00:30 +08:00
Eternity
99e94b3567
feat(workflow,app): add MIME-based file handling and HTTP response files
2026-03-10 18:28:16 +08:00
Mark
cfd5c1bc93
Merge pull request #530 from SuanmoSuanyangTechnology/feature/agent-tool_xjn
...
fix(file)
2026-03-10 18:09:32 +08:00
Timebomb2018
45d9e45346
fix(file): S3 file storage resolves the issue of inconsistent end_point and region.
2026-03-10 18:05:34 +08:00
Ke Sun
fcb3845543
Merge pull request #528 from SuanmoSuanyangTechnology/feature/pruning-optimize
...
Feature/pruning optimize
2026-03-10 17:37:43 +08:00
lanceyq
97eabc0c36
[add] Remove hardcoding
2026-03-10 17:25:32 +08:00
lanceyq
5328163973
Merge branch 'feature/pruning-optimize' of github.com:SuanmoSuanyangTechnology/MemoryBear into feature/pruning-optimize
2026-03-10 17:16:25 +08:00
lanceyq
7ff9dfee8c
[changes] Remove hardcoded content
2026-03-10 17:14:50 +08:00
Mark
1e1675ec12
Merge pull request #527 from SuanmoSuanyangTechnology/feature/agent-tool_xjn
...
fix(app)
2026-03-10 16:22:06 +08:00
Timebomb2018
f941541304
fix(app): Workflow import verification
2026-03-10 16:18:22 +08:00
lanceyq
3f7083c5b3
[add] Modify reserved words to avoid being affected by the threshold.
2026-03-10 16:16:05 +08:00
Mark
e81faebf69
[add] migration script
2026-03-10 14:51:48 +08:00
Ke Sun
8a4d58c520
Merge pull request #524 from SuanmoSuanyangTechnology/feature/details-memory
...
Feature/details memory
2026-03-10 14:42:18 +08:00
yingzhao
2ac29ee89c
Merge pull request #526 from SuanmoSuanyangTechnology/feature/app_zy
...
feat(web): app add export & import
2026-03-10 14:24:52 +08:00
yingzhao
252cdcd6f5
Merge pull request #525 from SuanmoSuanyangTechnology/feature/memory_zy
...
Feature/memory zy
2026-03-10 14:24:17 +08:00
zhaoying
16e2c95965
feat(web): app add export & import
2026-03-10 14:23:05 +08:00
lanceyq
10560fb34c
[changes] Clearly stipulated, the conditions for raising an error
2026-03-10 13:55:53 +08:00