ソースを参照

chore: auto bump version and changelog [skip ci]

iwt 1 ヶ月 前
コミット
1ecd80244f

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-12cb3c6a93dfe69720c0c6afa9d205a336abf9eb
+e9966e1ee154dc3b739293af9c45a67342153f6a

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

@@ -1,12 +1,12 @@
 {
   "name": "cfc-web",
-  "version": "1.0.804",
+  "version": "1.0.805",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "cfc-web",
-      "version": "1.0.804",
+      "version": "1.0.805",
       "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.805",
+  "version": "1.0.806",
   "private": true,
   "scripts": {
     "dev": "vue-cli-service serve",

+ 13 - 0
cfc-web/public/CHANGELOG-v1.0.md

@@ -4,6 +4,19 @@
 
 ---
 
+## v1.0.806 (2026-08-05)
+
+### 重构
+- 清理已废弃的 relationship_types 表(迁移169)——移除活路径 ALTER 代码、DROP TABLE 从死代码移到活路径
+
+### 新功能
+- 创建 ReportParseAgent(算法解析 + LLM 兜底)
+
+### Bug 修复
+- detect_format 兜底分支改为返回 inline(修复同义反复)
+- compose 显式覆盖 JAVA_CONTEXT_URL 指向宿主机 9082,修复容器内 chat load_context 回调 Java 失败
+
+
 ## v1.0.805 (2026-08-05)
 
 ### Bug 修复

+ 14 - 1
cfc-web/public/CHANGELOG.md

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.805
+> 当前版本: v1.0.806
 
 ## 历史版本
 
@@ -8,6 +8,19 @@
 
 ---
 
+## v1.0.806 (2026-08-05)
+
+### 重构
+- 清理已废弃的 relationship_types 表(迁移169)——移除活路径 ALTER 代码、DROP TABLE 从死代码移到活路径
+
+### 新功能
+- 创建 ReportParseAgent(算法解析 + LLM 兜底)
+
+### Bug 修复
+- detect_format 兜底分支改为返回 inline(修复同义反复)
+- compose 显式覆盖 JAVA_CONTEXT_URL 指向宿主机 9082,修复容器内 chat load_context 回调 Java 失败
+
+
 ## v1.0.805 (2026-08-05)
 
 ### Bug 修复