Просмотр исходного кода

merge: integrate remote AI对话记忆层 + 圈子组件 + 解决所有冲突

Xiaogang Liao 2 месяцев назад
Родитель
Сommit
8672697d59
4 измененных файлов с 82 добавлено и 4 удалено
  1. 1 1
      cfc-web/.last_build_commit
  2. 2 2
      cfc-web/package-lock.json
  3. 1 1
      cfc-web/package.json
  4. 78 0
      cfc-web/public/CHANGELOG.md

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-2a14f72759c2b341519428e793a56109c953e134
+23ee60bdb319d452cc65a2b6acec55bed9d795e8

+ 2 - 2
cfc-web/package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "cfc-web",
-  "version": "1.0.257",
+  "version": "1.0.266",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "cfc-web",
-      "version": "1.0.257",
+      "version": "1.0.266",
       "dependencies": {
         "@wangeditor/editor": "^5.1.23",
         "@wangeditor/editor-for-vue": "^1.0.2",

+ 1 - 1
cfc-web/package.json

@@ -1,6 +1,6 @@
 {
   "name": "cfc-web",
-  "version": "1.0.258",
+  "version": "1.0.267",
   "private": true,
   "scripts": {
     "dev": "vue-cli-service serve",

+ 78 - 0
cfc-web/public/CHANGELOG.md

@@ -1,6 +1,84 @@
 # 更新日志 (Changelog)
 
 此文件记录所有构建版本的变更。
+## v1.0.267 (2026-07-13)
+
+### Bug 修复
+- break circular dependency CircleService↔CircleMatchService with @Lazy
+
+### 重构
+- rename FamilyRelationshipSection -> OctopusGraph; fix: health chart shows zeros when no data
+- 重构FamilyRelationGraph为全Canvas force-directed关系图
+
+### 新功能
+- 添加OctopusGraph关系健康组件
+
+### 其他
+- Ultraworked with Sisyphus
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- Ultraworked with Sisyphus
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+
+## v1.0.266 (2026-07-13)
+
+
+## v1.0.265 (2026-07-13)
+
+### Bug 修复
+- resolve playwright.config.js merge conflict - restore baseURL
+
+
+## v1.0.264 (2026-07-13)
+
+
+## v1.0.263 (2026-07-13)
+
+### 其他
+- 测试回退
+- 修复管理端前端标签不闭合问题
+- Ultraworked with Sisyphus
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- Ultraworked with Sisyphus
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- Ultraworked with Sisyphus
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- Ultraworked with Sisyphus
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- Ultraworked with Sisyphus
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+### 新功能
+- add article placeholder cards on action home page
+- DAN报告上传 - 集成到mind/wisdom维度页面
+- DAN报告上传 - 前端API + report-upload页面
+- DAN报告上传 - Controller端点 + 维度分数更新
+- DAN报告上传 - 创建DanReportParseService (A2/B4解析)
+- DAN报告上传 - 实体字段 + 数据库迁移80
+
+
+## v1.0.262 (2026-07-13)
+
+### 其他
+- 测试提交
+
+
+## v1.0.261 (2026-07-13)
+
+
+## v1.0.260 (2026-07-13)
+
+
+## v1.0.259 (2026-07-13)
+
+
 ## v1.0.258 (2026-07-13)
 
 ### 新功能