Ver Fonte

chore: auto bump version and changelog [skip ci]

iwt há 1 mês atrás
pai
commit
8165436d87

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-aab190f4d3c6b7e39d2f4bf15ce258d11438b479
+912402f5889fdf9c02107e9fa6e660cfaeea9bcd

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

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

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

@@ -4,6 +4,21 @@
 
 ---
 
+## v1.0.937 (2026-08-10)
+
+### 重构
+- LangGraphAdmin 重构为标签页布局 + 真实请求历史面板
+
+### 其他
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+### 新功能
+- 新增请求日志中间件 + /api/v1/logs 查询接口
+
+
 ## v1.0.936 (2026-08-10)
 
 ### Bug 修复

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

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.936
+> 当前版本: v1.0.937
 
 ## 历史版本
 
@@ -8,6 +8,21 @@
 
 ---
 
+## v1.0.937 (2026-08-10)
+
+### 重构
+- LangGraphAdmin 重构为标签页布局 + 真实请求历史面板
+
+### 其他
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
+- 
+
+### 新功能
+- 新增请求日志中间件 + /api/v1/logs 查询接口
+
+
 ## v1.0.936 (2026-08-10)
 
 ### Bug 修复