zhaoying
59f5c7a8bb
fix(web): knowledge base's model types
2026-04-02 11:05:11 +08:00
zhaoying
1305a08c86
fix(web): knowledge base model api params
2026-04-02 10:22:21 +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
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
Mark
6702e86536
Merge pull request #725 from wanxunyang/fix/app-share-log
...
fix: standardize app list pagination and fix session log isolation
2026-03-30 15:15:58 +08:00
Mark
ab2bdfa088
Merge pull request #727 from SuanmoSuanyangTechnology/fix/Timebomb_029
...
fix(public_share_chat)
2026-03-30 15:15:12 +08:00
Timebomb2018
8285250096
fix(public_share_chat): History conversation message returns audio status
2026-03-30 15:06:35 +08:00
zhaoying
e59a215078
fix(web): app source key change
2026-03-30 15:03:58 +08:00
Timebomb2018
c89eccf8fe
fix(public_share_chat): History conversation message returns audio status
2026-03-30 14:55:04 +08:00