Ke Sun
f023c43f80
Merge pull request #874 from SuanmoSuanyangTechnology/fix/v0.3.0_zy
...
fix(web): breadcrumb ui
2026-04-13 19:08:22 +08:00
zhaoying
70d4e79de1
fix(web): breadcrumb ui
2026-04-13 19:05:32 +08:00
Ke Sun
62f345b3de
Merge pull request #872 from SuanmoSuanyangTechnology/fix/implicit-num
...
refactor(memory): use MemorySummary node count for implicit memory me…
2026-04-13 19:03:35 +08:00
Ke Sun
52e726eabc
ci: add release notification workflow for merged PRs
...
- Add GitHub Actions workflow to notify on merged release branch PRs
- Implement HEAD sync check to ensure branch is up-to-date before notification
- Fetch commit messages from merged PR for AI summarization
- Integrate Alibaba Qwen AI to generate Chinese release summaries for QA team
- Send formatted Markdown notifications to WeChat webhook with PR details and AI summary
- Workflow triggers only on final PR merge to release branches to avoid duplicate notifications
2026-04-13 18:53:49 +08:00
lanceyq
9470dd2f1e
refactor(memory): extract shared MemorySummary count query and replace magic number
...
- Move duplicated Neo4j MemorySummary count query into
MemoryBaseService.get_valid_memory_summary_count()
- Introduce MIN_MEMORY_SUMMARY_COUNT constant to replace hardcoded 5
- Fix import ordering in implicit_emotions_storage_repository
- Use UTC consistently for date calculations (remove CST offset,
datetime.now → datetime.utcnow)
2026-04-13 18:47:56 +08:00
lanceyq
ef8c7093b5
refactor(memory): use MemorySummary node count for implicit memory metrics
...
- Replace Statement-based implicit memory count (count/3) with actual
MemorySummary node count filtered by DERIVED_FROM_STATEMENT relationship
- Add minimum threshold of 5 MemorySummary nodes before reporting data
- Add _build_empty_profile() to return structured empty profile when
insufficient data exists, skipping unnecessary LLM calls
2026-04-13 18:32:43 +08:00
yingzhao
05ea372776
Merge pull request #871 from SuanmoSuanyangTechnology/fix/v0.3.0_zy
...
fix(web): third variable
2026-04-13 15:46:53 +08:00
zhaoying
2b067ce08a
fix(web): third variable
2026-04-13 15:35:45 +08:00
山程漫悟
b63cff2993
Merge pull request #870 from SuanmoSuanyangTechnology/fix/Timebomb_030
...
fix(user)
2026-04-13 14:44:40 +08:00
Timebomb2018
5bb9ce9018
fix(user): add user retrieval regardless of active status and update DSL config enrichment
...
Added `get_user_by_id_regardless_active` in user repository to support activation/deactivation workflows, updated `user_service` to use it, and refactored `_enrich_release_config` in `app_dsl_service` to accept `default_model_config_id` as a parameter instead of reading from config dict.
2026-04-13 14:40:57 +08:00
yingzhao
aa581a9083
Merge pull request #869 from SuanmoSuanyangTechnology/fix/v0.3.0_zy
...
Fix/v0.3.0 zy
2026-04-13 14:05:33 +08:00
zhaoying
ac51ccaf1f
fix(web): ui fix
2026-04-13 14:04:31 +08:00
Ke Sun
bd955569b3
Merge pull request #868 from SuanmoSuanyangTechnology/fix/unique-parameter
...
refactor(neo4j): rename execute_query parameter from query to cypher
2026-04-13 13:54:25 +08:00
lanceyq
7a2a941ac4
refactor(neo4j): rename execute_query parameter from query to cypher
...
Improves readability by making the parameter name explicitly reflect
that it expects a Cypher query string rather than a generic query.
2026-04-13 13:47:59 +08:00
zhaoying
62355186ef
fix(web): echarts grid
2026-04-13 13:38:10 +08:00
yingzhao
11ea486f82
Merge pull request #866 from SuanmoSuanyangTechnology/fix/v0.3.0_zy
...
Fix/v0.3.0 zy
2026-04-13 12:20:06 +08:00
zhaoying
efdee32f85
fix(web): update chat variable defaultValue validate rule
2026-04-13 12:16:32 +08:00
zhaoying
988d101e93
fix(web): tool checklist
2026-04-13 12:12:49 +08:00
yingzhao
418f9f4dba
Merge pull request #865 from SuanmoSuanyangTechnology/fix/v0.3.0_zy
...
Fix/v0.3.0 zy
2026-04-13 12:02:58 +08:00
zhaoying
520ee7c132
fix(web): sub node connected
2026-04-13 12:01:37 +08:00
zhaoying
2b52b32b96
fix(web): variable ui update
2026-04-13 11:36:14 +08:00
yingzhao
b8acc0a32f
Merge pull request #864 from SuanmoSuanyangTechnology/feature/file_variable_zy
...
fix(web): i18n update
2026-04-13 10:24:17 +08:00
zhaoying
e1cf3bb3d2
fix(web): i18n update
2026-04-13 10:21:35 +08:00
yingzhao
6f66c9727f
Merge pull request #863 from SuanmoSuanyangTechnology/feature/file_variable_zy
...
fix(web): stream loading
2026-04-10 18:57:43 +08:00
zhaoying
3beca641e1
fix(web): stream loading
2026-04-10 18:56:31 +08:00
Ke Sun
b8507a1df6
Merge pull request #843 from SuanmoSuanyangTechnology/feature/openclaw_lm
...
Feature/openclaw lm
2026-04-10 18:54:09 +08:00
miao
0f28d54c43
fix(tools): add get_required_config_parameters to OpenClawTool
...
Without this method, the tool status would show as available even when
server_url and api_key are not configured.
2026-04-10 18:47:31 +08:00
山程漫悟
4c2a1e6d1d
Merge pull request #861 from SuanmoSuanyangTechnology/feature/agent-tool_xjn
...
feat(workflow)
2026-04-10 18:39:48 +08:00
Timebomb2018
7cfb6ace22
Merge branch 'refs/heads/develop' into feature/agent-tool_xjn
2026-04-10 18:33:39 +08:00
山程漫悟
91cc20d589
Merge pull request #857 from wanxunyang/feature/switch-app-version-for-shared-api-key-apps
...
feat: add versioned app chat API and fix release isolation bug
2026-04-10 18:33:03 +08:00
Timebomb2018
f01ca51896
Merge branch 'refs/heads/develop' into feature/agent-tool_xjn
2026-04-10 18:30:46 +08:00
Timebomb2018
f4a63f7d55
feat(workflow): support Dify features conversion and file variable migration
2026-04-10 18:30:12 +08:00
Ke Sun
0019f3acfd
Merge pull request #860 from SuanmoSuanyangTechnology/hotfix/v0.2.10
...
Hotfix/v0.2.10
2026-04-10 18:29:38 +08:00
yingzhao
bc14c94407
Merge pull request #858 from SuanmoSuanyangTechnology/feature/file_variable_zy
...
Feature/file variable zy
2026-04-10 18:16:44 +08:00
zhaoying
a21dad70ed
feat(web): workflow publish add check list validate
2026-04-10 18:13:58 +08:00
zhaoying
807a4e715d
feat(web): app api add body parameter example
2026-04-10 18:11:09 +08:00
Ke Sun
58d18b476c
Merge pull request #851 from SuanmoSuanyangTechnology/feat/extract-metadata
...
Feat/extract metadata
2026-04-10 18:11:04 +08:00
Ke Sun
5e5927a0b9
Merge pull request #852 from SuanmoSuanyangTechnology/fix/rag-num
...
fix:Remove "total"
2026-04-10 18:06:50 +08:00
wxy
7869121382
feat: add versioned app chat API and fix release isolation bug
2026-04-10 17:53:24 +08:00
zhaoying
7c0fb624d9
feat(web): workflow variable type
2026-04-10 17:34:38 +08:00
wxy
af83980f99
feat: add versioned app chat API and fix release isolation bug
2026-04-10 17:22:11 +08:00
山程漫悟
cf0d11208c
Merge pull request #855 from wanxunyang/feature/switch-app-version-for-shared-api-key-apps
...
Feature/switch app version for shared api key apps
2026-04-10 16:36:06 +08:00
zhaoying
87d1630230
fix(web): hidden rag memory total
2026-04-10 16:33:27 +08:00
山程漫悟
50392384e7
Merge pull request #856 from SuanmoSuanyangTechnology/feature/agent-tool_xjn
...
feat(workflow)
2026-04-10 16:24:51 +08:00
zhaoying
9a926a8398
feat(web): workflow variable type
2026-04-10 16:24:36 +08:00
Timebomb2018
e5e6699168
feat(workflow): support nested variable access and DashScope rerank provider
2026-04-10 16:21:49 +08:00
Timebomb2018
068e2bfb7e
fix(workflow): update output pattern to handle standalone curly braces
2026-04-10 15:24:18 +08:00
Timebomb2018
4ce6fede67
fix(workflow): update cycle graph node output type validation
2026-04-10 14:08:51 +08:00
miao
8497c955f9
fix(tools): make image_understand image_url optional and remove unused operation variable
...
Change image_url from required to optional in both operation_tool.py and
tool_service.py for image_understand operation, avoiding parameter validation
conflict with uploaded_files priority logic.
Remove unused operation variable from OpenClawTool.execute().
2026-04-10 13:31:09 +08:00
wxy
72fe3962cf
feat(api): Support specifying app version for chat
2026-04-10 12:18:11 +08:00