Ke Sun
12f3a3ed77
Merge pull request #766 from SuanmoSuanyangTechnology/hotfix/gitee-sync
...
Hotfix/gitee sync
2026-04-02 10:55:12 +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
Mark
cf519738f4
Merge pull request #762 from wanxunyang/feat/app-log-wxy
...
fix: update app_shares.is_active to false when deleting shared app
2026-04-01 20:04:34 +08:00
Ke Sun
cdebe014cf
fix(tasks): disable late acknowledgment for write_message task
2026-04-01 18:21:16 +08:00
yingzhao
853ce6f4e1
Merge pull request #764 from SuanmoSuanyangTechnology/feature/ui_upgrade_zy
...
Feature/UI upgrade zy
2026-04-01 18:06:58 +08:00
zhaoying
767f9ab17c
fix(web): model config's slider add range desc
2026-04-01 17:52:07 +08:00
Mark
7b5b2ab31a
Merge pull request #757 from wanxunyang/feature/tenant-billing-user-management
...
feat: enhance homepage version management with database persistence
2026-04-01 17:50:38 +08:00
wxy
924d10ac5b
fix: update app_shares.is_active to false when deleting shared app
2026-04-01 17:41:28 +08:00
wxy
0470a71d03
fix: update app_shares.is_active to false when deleting shared app
2026-04-01 17:35:27 +08:00
zhaoying
378b110d91
feat(web): home add trend value
2026-04-01 17:32:21 +08:00
wxy
5f7db778b5
refactor: remove debug print statements from home page version endpoint
2026-04-01 17:22:49 +08:00
zhaoying
0d15457299
feat(web): memory validation add perceptual_retrieve log
2026-04-01 17:11:36 +08:00
zhaoying
ad4ddea977
feat(web): ui upgrade
2026-04-01 16:43:45 +08:00
Mark
75bb96d4e7
Merge pull request #741 from SuanmoSuanyangTechnology/feature/agent-tool_xjn
...
fix(app)
2026-04-01 16:08:32 +08:00
Ke Sun
68fdf5d76f
Merge pull request #758 from SuanmoSuanyangTechnology/refactor/redis-lock
...
fix(redis_lock): refactor RedisFairLock to use ZSET for queue management and fix loop shutdown
2026-04-01 16:04:10 +08:00
Timebomb2018
258c19f9e0
fix(app service)Sourcery mistook the log f-string for SQL.:
2026-04-01 16:02:27 +08:00
Timebomb2018
386ed2b914
feat(models): support reasoning_content streaming
2026-04-01 15:57:02 +08:00
Timebomb2018
264183cec2
feat(models): support reasoning_content streaming
2026-04-01 15:47:43 +08:00
Timebomb2018
9561578a2a
Merge branch 'refs/heads/develop' into feature/agent-tool_xjn
...
# Conflicts:
# api/app/core/agent/langchain_agent.py
# api/app/core/tools/mcp/client.py
2026-04-01 15:27:34 +08:00
Ke Sun
99ff07ccac
Merge pull request #760 from SuanmoSuanyangTechnology/feat/update-enduser-api
...
feat(end-user-api): add authenticated API endpoint for end user creation
2026-04-01 13:44:02 +08:00
zhaoying
e77a1a92fd
feat(web): skill toolList add is_active
2026-04-01 13:33:16 +08:00
zhaoying
d3cd66fc6e
feat(web): use bg replace img
2026-04-01 12:03:56 +08:00
yingzhao
b95a627424
Merge pull request #759 from SuanmoSuanyangTechnology/feature/ui_upgrade_zy
...
Feature/UI upgrade zy
2026-04-01 11:29:43 +08:00
yingzhao
c9ca5df05c
Merge branch 'develop' into feature/ui_upgrade_zy
2026-04-01 11:29:03 +08:00
wxy
70c3c7dd74
feat: enhance homepage version management with database persistence
2026-04-01 11:20:52 +08:00
Ke Sun
b482822629
Merge pull request #755 from SuanmoSuanyangTechnology/feature/enduser-page
...
Feature/enduser page
2026-04-01 11:15:33 +08:00
Eternity
8f609ba29c
fix(redis_lock): refactor RedisFairLock to use ZSET for queue management and fix loop shutdown
...
- Replace list-based queue with sorted set for better dead client cleanup
- Add zombie cleanup buffer to handle expired queue entries
- Fix potential None loop reference in graceful shutdown
- Add task start time to write_message_task result
- Update lock acquisition script to use ZSET operations
- Remove unused queue cleanup scripts
- Ensure proper lock release and renewal failure handling
2026-04-01 11:15:06 +08:00
Ke Sun
a1ef5146d7
Merge pull request #756 from SuanmoSuanyangTechnology/feature/rag-structure
...
[feat] RAG storage adjustment returns data structure
2026-04-01 11:13:22 +08:00
wxy
8b997b422a
feat: enhance homepage version management with database persistence
2026-04-01 11:04:27 +08:00
lanceyq
6d6338eb06
[changes] Modify the data format and improve the query logic.
2026-04-01 10:36:29 +08:00
lanceyq
b5c5863b39
[feat] RAG storage adjustment returns data structure
2026-03-31 22:16:06 +08:00
lanceyq
ab45b7abac
[feat] Optimize the performance of the /end_users interface and introduce performance monitoring tools
2026-03-31 22:13:12 +08:00
lanceyq
2dfc3b25d8
[feat] User list pagination function
2026-03-31 22:13:12 +08:00
Ke Sun
3ea42ac27f
Merge remote-tracking branch 'origin/release/v0.2.9' into develop
2026-03-31 19:16:13 +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
4533644e13
feat(web): intelligentSemanticPruningThreshold add range desc
2026-03-31 18:07:37 +08:00
zhaoying
ca255304d9
feat(web): agent support deep thinking
2026-03-31 18:07:32 +08:00
zhaoying
b40f4829cb
feat(web): custom model add thinking capability
2026-03-31 15:48:19 +08:00
zhaoying
52ae914e17
feat(web): rag content api
2026-03-31 15:43:18 +08:00
zhaoying
baf02e4faa
fix(web): update i18n
2026-03-31 15:39:06 +08:00
Ke Sun
87c2419186
Merge pull request #749 from SuanmoSuanyangTechnology/fix/perceptual-write
...
refactor(memory_agent_service, memory_perceptual_service): Simplify audit logger import and usage
2026-03-31 14:20:59 +08:00
Eternity
2ad25c48d2
refactor(memory_agent_service, memory_perceptual_service): Simplify audit logger import and usage
...
- Removed try-except block for importing `audit_logger` and directly imported it.
- Removed redundant checks for `audit_logger` being `None` before logging operations.
- Added a check in `MemoryPerceptualService` to return `None` if `model_config` or `llm` is `None`.
2026-03-31 14:08:45 +08:00
yingzhao
75e8caf441
Merge pull request #746 from SuanmoSuanyangTechnology/feature/ui_upgrade_zy
...
Feature/UI upgrade zy
2026-03-31 13:44:41 +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