Ke Sun
2c7aaebdd5
ci(gitee): update Gitee repository path in sync workflow
...
- Replace dynamic username variable with static repository path
- Update Gitee remote URL to use correct organization namespace
- Ensure sync workflow targets the correct Gitee repository
2026-04-02 11:50:15 +08:00
Ke Sun
9facb513b2
ci: refactor Gitee sync workflow with selective branch filtering
...
- Remove hidden workflow file (.sync-to-gitee.yml) and replace with standard naming
- Update trigger configuration to sync only main, develop, release/*, and hotfix/* branches
- Add tag synchronization for all version tags
- Improve branch push logic to explicitly reference origin branches
- Simplify workflow by removing unnecessary comments and consolidating sync logic
2026-04-02 11:33:09 +08:00
Ke Sun
4fb3d6992c
ci: update Gitee sync workflow repository name
...
- Change target repository from test-push-gitee to MemoryBear
- Update GITEE_URL variable to point to correct Gitee repository
- Ensure workflow syncs to the proper upstream repository
2026-04-02 10:49:31 +08:00
Ke Sun
370a668ead
ci: move sync-to-gitee workflow to correct directory
...
- Move .sync-to-gitee.yml from .github/workflow/ to .github/workflows/
- Fix workflow file location to match GitHub Actions standard directory structure
- Ensure workflow is properly recognized and executed by GitHub Actions
2026-04-02 10:46:30 +08:00
Ke Sun
f61f86f8fe
ci: add GitHub Actions workflow to sync branches to Gitee
...
- Add new GitHub Actions workflow file for syncing all branches to Gitee repository
- Configure workflow to trigger on push events to any branch
- Implement branch synchronization logic using git remote and force push
- Add .claude to .gitignore to exclude IDE-specific files
- Enable automated repository mirroring between GitHub and Gitee platforms
2026-04-02 10:43:06 +08:00
Ke Sun
fff5e0e8b8
Merge pull request #754 from SuanmoSuanyangTechnology/release/v0.2.9
...
Release/v0.2.9
2026-03-31 19:12:43 +08:00
yingzhao
fe29141437
Merge pull request #753 from SuanmoSuanyangTechnology/fix/v0.2.9_zy
...
Fix/v0.2.9 zy
2026-03-31 19:08:40 +08:00
zhaoying
17d3c81c02
fix(web): update i18n
2026-03-31 19:06:55 +08:00
Ke Sun
ef626951bc
Merge pull request #750 from SuanmoSuanyangTechnology/release/v0.2.9
...
Release/v0.2.9
v0.2.9
2026-03-31 18:46:27 +08:00
zhaoying
baf02e4faa
fix(web): update i18n
2026-03-31 15:39:06 +08:00
yingzhao
4d6038c3cc
Merge pull request #745 from SuanmoSuanyangTechnology/fix/v0.2.9_zy
...
fix(web): ui
2026-03-31 13:42:42 +08:00
zhaoying
d4450658a8
fix(web): ui
2026-03-31 13:41:46 +08:00
yingzhao
3ceb2efeaf
Merge pull request #744 from SuanmoSuanyangTechnology/fix/v0.2.9_zy
...
fix(web): ui
2026-03-31 12:11:58 +08:00
zhaoying
e134b96333
fix(web): ui
2026-03-31 12:10:28 +08:00
Ke Sun
4df41966fe
Merge pull request #743 from SuanmoSuanyangTechnology/fix/redis-event
...
[fix] Add the function for judging the event loop switch
2026-03-31 10:10:53 +08:00
lanceyq
2d6cde157e
[fix] No event loop is set and defensive programming is not used for non-main thread calls.
2026-03-31 09:59:39 +08:00
lanceyq
abc27c8372
[fix] Add the function for judging the event loop switch
2026-03-30 21:17:21 +08:00
Ke Sun
dbe387f666
fix(tasks): increase redis lock timeout and expiration for write_message_task
...
- Increase lock expiration time from 120 to 600 seconds (5 minutes)
- Increase lock timeout from 300 to 3600 seconds (1 hour)
- Prevents premature lock release during long-running memory write operations
2026-03-30 20:53:17 +08:00
Mark
5e70d436a8
Merge pull request #740 from wanxunyang/feat/app-log-wxy
...
refactor: extract app log SQL queries to Service and Repository layers
2026-03-30 20:20:54 +08:00
wxy
b7198f1abd
fix: allow shared users to view request logs for their own API keys
2026-03-30 20:08:12 +08:00
Mark
5c87a2beeb
Merge pull request #742 from SuanmoSuanyangTechnology/fix/cypher-query
...
[fix] Fix the alias query statement
2026-03-30 19:59:48 +08:00
lanceyq
3419bb137a
[fix] Fix the alias query statement
2026-03-30 19:56:02 +08:00
Ke Sun
a00684c67d
Merge pull request #739 from SuanmoSuanyangTechnology/fix/python-GC
...
[fix] The "write_tools" module actively shuts down the client, and it…
2026-03-30 18:48:34 +08:00
lanceyq
6e7c641fd4
[fix] Remove duplicate creations
2026-03-30 18:46:25 +08:00
lanceyq
0c677701c0
[fix] iron release
2026-03-30 18:29:17 +08:00
wxy
4974f9aa98
refactor: extract app log SQL queries to Service and Repository layers
2026-03-30 18:27:44 +08:00
lanceyq
c90b58bbcd
[fix] The "write_tools" module actively shuts down the client, and it closes before the task event loop is completed.
2026-03-30 18:19:50 +08:00
Ke Sun
d6a243f1be
Merge pull request #731 from SuanmoSuanyangTechnology/fix/cypher-indexes
...
Fix/cypher indexes
2026-03-30 18:18:03 +08:00
lanceyq
418114ef72
[fix] Modify Index Creation
2026-03-30 18:14:31 +08:00
Mark
ceed61167f
Merge pull request #738 from wanxunyang/feat/app-log-wxy
...
feat: optimize app log controller code structure
2026-03-30 18:11:41 +08:00
wxy
83774d7443
feat: optimize app log controller code structure
2026-03-30 18:09:35 +08:00
lanceyq
052c7c19b3
[fix] Avoid unnecessary index creation costs
2026-03-30 17:44:02 +08:00
lanceyq
d42db0ca33
[fix] Delete the index creation for the "config_id" field
2026-03-30 17:44:02 +08:00
lanceyq
e15af5a2ba
[fix] Create a complete index
2026-03-30 17:44:02 +08:00
Mark
8b44b2cd61
Merge pull request #737 from SuanmoSuanyangTechnology/fix/Timebomb_029
...
fix(mcp)
2026-03-30 17:32:22 +08:00
Timebomb2018
9d91453200
fix(mcp): Addressing the issue of asynchronous connections for the MCP
2026-03-30 17:28:13 +08:00
Ke Sun
ea8db7cd90
Merge pull request #728 from SuanmoSuanyangTechnology/fix/aliases
...
[fix] Refusing the user, I went to "other_name"
2026-03-30 17:26:22 +08:00
Ke Sun
d60f16df1b
Merge pull request #736 from SuanmoSuanyangTechnology/patch/memory-write
...
fix(memory,task): add Redis fair lock for ordered memory writes
2026-03-30 17:24:35 +08:00
Eternity
8dd24533bf
fix(memory,task): add Redis fair lock for ordered memory writes
2026-03-30 17:20:54 +08:00
Ke Sun
91b7f2a980
Merge pull request #734 from SuanmoSuanyangTechnology/fix/end-user-app-connection
...
fix(app): memory config initialization for end users
2026-03-30 16:51:33 +08:00
Ke Sun
f7e89af9d2
fix(app): memory config initialization for end users
...
- Add memory_config_id extraction and assignment when creating new end users in public share chat
- Introduce get_or_create_end_user_with_config method to handle memory config setup in single transaction
- Add batch_update_memory_config_id_by_app method for bulk updating end user memory configs
- Rename _update_endusers_memory_config_by_workspace to _update_endusers_memory_config_by_app for correct scope
- Update app publish flow to use app_id instead of workspace_id for memory config updates
- Remove unused actual_end_user_id variable in langchain_agent
- Ensures end users are properly associated with memory configs on creation and during app updates
2026-03-30 16:44:43 +08:00
yingzhao
afbd8c9b4f
Merge pull request #733 from SuanmoSuanyangTechnology/fix/v0.2.9_zy
...
fix(web): BodyWrapper add init height class
2026-03-30 16:32:40 +08:00
zhaoying
09b3b01d37
fix(web): BodyWrapper add init height class
2026-03-30 16:31:23 +08:00
yingzhao
e3dcbed5f9
Merge pull request #732 from SuanmoSuanyangTechnology/fix/v0.2.9_zy
...
fix(web): ui
2026-03-30 16:15:06 +08:00
zhaoying
c7b51e7ad8
fix(web): ui
2026-03-30 16:13:45 +08:00
lanceyq
c0cd2373c0
[fix] Added type checking with isinstance(a, str) and filtering out empty strings with a.strip()
2026-03-30 15:51:30 +08:00
yingzhao
6e757ae9e2
Merge pull request #726 from SuanmoSuanyangTechnology/fix/v0.2.9_zy
...
fix(web): forget memory's pending nodes support page
2026-03-30 15:51:15 +08:00
zhaoying
64a73c41d6
fix(web): chat history audio add status
2026-03-30 15:49:58 +08:00
lanceyq
dae7431075
[fix] Refusing the user, I went to "other_name"
2026-03-30 15:39:53 +08:00
Ke Sun
643bbbcf5c
Merge pull request #723 from SuanmoSuanyangTechnology/fix/forgetting-task
...
[fix] Remove the limit on the number of output items.
2026-03-30 15:37:09 +08:00