Mark
83017d0c80
Merge branch 'release/v0.2.8' into develop
...
* release/v0.2.8: (23 commits)
[add] migration script
fix(workflow and tool): Output processing modification of tool nodes and error modification for tool tests
feat(workflow): add configurable workflow feature options
fix(web): app features
fix(web): app features
fix(web): app bugfix
fix(web): agent add tools bugfix
fix(web): workflow node ports bugfix
fix(web): my sharing app add empty
fix(app): The bugs that were fixed in the previous version but were later rolled back.
fix(web): app sharing bugfix
fix(app): 1.The end users are still bound to the app. 2. Multi-modal file support includes xlsx, csv, and json. 3. The file routing protocol is consistent with the page routing.
fix(web): audio recorder add max size check
fix(web): max_file_count precision
feat(workflow): expose workflow memory enable status in app share config API
revert(web): file download
fix(perceptual): resolve inconsistency between local filename and actual filename
fix(multimodel): filter unsupported files during perception memory write
fix(web): file download
fix(web): file download
...
2026-03-18 17:43:00 +08:00
Ke Sun
a0f2f738df
Merge pull request #603 from SuanmoSuanyangTechnology/fix/extraction-complete
...
[add] Add the completion status of knowledge extraction to the stream…
2026-03-18 17:35:59 +08:00
lanceyq
9d9250954b
[add] Add the completion status of knowledge extraction to the stream output.
2026-03-18 17:32:46 +08:00
Mark
bb64ad23dd
Merge pull request #600 from SuanmoSuanyangTechnology/fix/features_028
...
Fix(workflow and tool)
2026-03-18 16:59:47 +08:00
Mark
a97326df74
[add] migration script
2026-03-18 16:54:15 +08:00
Timebomb2018
1503f8781a
Merge branch 'refs/heads/release/v0.2.8' into fix/features_028
2026-03-18 16:50:17 +08:00
Mark
163ddbb6ed
Merge pull request #599 from SuanmoSuanyangTechnology/feature/workflow-feature-configurable
...
feat(workflow): add configurable workflow feature options
2026-03-18 16:45:58 +08:00
Timebomb2018
7bbfd33ca0
fix(workflow and tool): Output processing modification of tool nodes and error modification for tool tests
2026-03-18 16:37:39 +08:00
Eternity
0ea47ce890
feat(workflow): add configurable workflow feature options
2026-03-18 16:20:18 +08:00
yingzhao
38f891235c
Merge pull request #598 from SuanmoSuanyangTechnology/fix/v0.2.8_zy
...
Fix/v0.2.8 zy
2026-03-18 16:20:12 +08:00
zhaoying
4d83c074d9
fix(web): app features
2026-03-18 16:16:15 +08:00
zhaoying
0e9672df80
fix(web): app features
2026-03-18 16:10:20 +08:00
yingzhao
abc7460539
Merge pull request #597 from SuanmoSuanyangTechnology/fix/v0.2.8_zy
...
Fix/v0.2.8 zy
2026-03-18 14:38:09 +08:00
zhaoying
4bb2ccfba7
fix(web): app bugfix
2026-03-18 14:36:23 +08:00
zhaoying
969d428320
fix(web): agent add tools bugfix
2026-03-18 14:03:06 +08:00
yingzhao
ff64522c50
Merge pull request #595 from SuanmoSuanyangTechnology/fix/v0.2.8_zy
...
Fix/v0.2.8 zy
2026-03-18 12:08:39 +08:00
zhaoying
65dc1a8f48
fix(web): workflow node ports bugfix
2026-03-18 12:07:29 +08:00
zhaoying
859b7f3c7f
fix(web): my sharing app add empty
2026-03-18 12:05:59 +08:00
Ke Sun
da3f875555
Merge pull request #590 from SuanmoSuanyangTechnology/fix/perceptual-filename
...
fix(multimodel): gate perceptual memory writes on provider support
2026-03-18 12:00:48 +08:00
Ke Sun
44d63a44da
Merge pull request #593 from SuanmoSuanyangTechnology/fix/features_028
...
fix(app)
2026-03-18 12:00:05 +08:00
Timebomb2018
7e5e1609b0
fix(app): The bugs that were fixed in the previous version but were later rolled back.
2026-03-18 11:50:17 +08:00
yingzhao
d94adcb19c
Merge pull request #594 from SuanmoSuanyangTechnology/fix/v0.2.8_zy
...
fix(web): app sharing bugfix
2026-03-18 10:53:43 +08:00
zhaoying
83894df260
fix(web): app sharing bugfix
2026-03-18 10:52:07 +08:00
Timebomb2018
7b99a32a1e
fix(app):
...
1.The end users are still bound to the app.
2. Multi-modal file support includes xlsx, csv, and json.
3. The file routing protocol is consistent with the page routing.
2026-03-18 10:46:55 +08:00
Ke Sun
e8c3744f5e
Merge pull request #586 from SuanmoSuanyangTechnology/feature/recall-content
...
Feature/recall content
2026-03-17 19:20:47 +08:00
yingzhao
06d1f54030
Merge pull request #592 from SuanmoSuanyangTechnology/feature/app_features_zy
...
fix(web): audio recorder add max size check
2026-03-17 18:43:02 +08:00
zhaoying
599ccb6bde
fix(web): audio recorder add max size check
2026-03-17 18:41:27 +08:00
yingzhao
db9050c302
Merge pull request #591 from SuanmoSuanyangTechnology/feature/app_features_zy
...
Feature/app features zy
2026-03-17 18:15:10 +08:00
zhaoying
71b3b665b5
fix(web): max_file_count precision
2026-03-17 18:14:19 +08:00
Eternity
3b8a806661
feat(workflow): expose workflow memory enable status in app share config API
2026-03-17 18:01:28 +08:00
zhaoying
774719fb50
revert(web): file download
2026-03-17 17:37:03 +08:00
lanceyq
a3ccd41288
[changes] Remove redundant code
2026-03-17 17:30:02 +08:00
Eternity
8ddacb7bc9
fix(perceptual): resolve inconsistency between local filename and actual filename
2026-03-17 17:29:46 +08:00
lanceyq
e74a74c3fb
[changes] Extract the unified auxiliary function; downgrade the log; initialize the variables
2026-03-17 17:28:28 +08:00
Eternity
262a9ddc48
fix(multimodel): filter unsupported files during perception memory write
2026-03-17 17:20:51 +08:00
yingzhao
70f84b65ec
Merge pull request #589 from SuanmoSuanyangTechnology/feature/app_features_zy
...
fix(web): file download
2026-03-17 17:17:07 +08:00
zhaoying
ec5cb42f67
fix(web): file download
2026-03-17 17:16:01 +08:00
yingzhao
0802481fd2
Merge pull request #588 from SuanmoSuanyangTechnology/feature/app_features_zy
...
fix(web): file download
2026-03-17 17:04:29 +08:00
zhaoying
548ba0ae36
fix(web): file download
2026-03-17 17:03:05 +08:00
yingzhao
fc2360d40d
Merge pull request #587 from SuanmoSuanyangTechnology/feature/memory_zy
...
feat(web): memory conversation add communities
2026-03-17 16:33:03 +08:00
zhaoying
ab67bda5a1
feat(web): memory conversation add communities
2026-03-17 16:31:42 +08:00
yujiangping
376d5ca7d0
Merge branch 'feature/tool_yjp' into release/v0.2.8
2026-03-17 16:23:38 +08:00
yujiangping
55438136b0
fix:documentPreview
2026-03-17 16:22:14 +08:00
yingzhao
82db3517d7
Merge pull request #585 from SuanmoSuanyangTechnology/feature/app_features_zy
...
feat(web): app support features
2026-03-17 15:56:19 +08:00
zhaoying
130490c022
feat(web): app support features
2026-03-17 15:55:04 +08:00
Ke Sun
ede8a11584
Merge pull request #573 from SuanmoSuanyangTechnology/feature/node-aggregation
...
Feature/node aggregation
2026-03-17 15:55:02 +08:00
lanceyq
43130dcbc8
Merge branch 'feature/recall-content' of github.com:SuanmoSuanyangTechnology/MemoryBear into feature/recall-content
2026-03-17 15:01:23 +08:00
Mark
ff6459e439
Merge pull request #583 from SuanmoSuanyangTechnology/fix/features_028
...
fix(app)
2026-03-17 15:00:57 +08:00
lanceyq
1893de4c75
[add] Corresponding sub-module modification
2026-03-17 15:00:44 +08:00
Timebomb2018
dfcc85a466
fix(app): Experience sharing: Adding 'features' to agent_config parameters
2026-03-17 14:58:28 +08:00