Commit Graph

371 Commits

Author SHA1 Message Date
zhizhi200271 2edac53519 Add Phase 4 modules: portrait/quality/pca/loop/public 2026-03-11 14:08:43 +08:00
zhizhi200271 eb9659bd76 Phase 4 完成:画像自动更新+广播评分+PCA自动化+闭环+仪表盘
- 新增 portrait/ 画像引擎(5维度分析)
- 新增 quality/ 广播评分系统(五维评分)
- 新增 pca/ PCA自动化评估(五维度加权)
- 新增 loop/ 完整闭环引擎(画像→PCA→同步→调度)
- 新增 public/dashboard-v2.html 实时仪表盘
- 新增 server.js 及5个新API
- 新增 PHASE4_COMPLETE.md 开发日志

十二连胜达成!系统学会思考。 🏆
2026-03-11 14:08:12 +08:00
zhizhi200271 c2f79e4df1 DEV-004: M-DINGTALK Phase3 - 知识库+Webhook+热更新+三节点同步+超时提醒 2026-03-11 13:02:44 +08:00
zhizhi200271 738f1d5fde 合并冲突:保留本地 README 2026-03-11 11:32:38 +08:00
github-actions[bot] b5d5909214 📢 自动更新系统公告区 [skip ci] 2026-03-11 03:27:50 +00:00
zhizhi200271 d546bc0525 合并 Phase 2 与远程仓库 2026-03-11 11:06:16 +08:00
zhizhi200271 16abb8f776 [BC-M-DINGTALK-002-ZZ][DEV-004] Phase 2 完成 · EL-7 · 多维表格联动+自动更新+自助查询+看板 2026-03-11 10:57:23 +08:00
铸渊 (ZhùYuān) b712919fbc 📚 铸渊图书馆目录更新 · 2026-03-11T02:03 2026-03-11 02:03:30 +00:00
bingshuo-neural-system fbda739d8a 🧠 冰朔主控神经系统自动编译 2026-03-11T02:02:17Z 2026-03-11 02:02:17 +00:00
铸渊 (ZhùYuān) e50f25c463 🔍 铸渊每日自检 · 2026-03-11 2026-03-11 00:54:07 +00:00
zhuyuan-bot 9e0b20a1e0 📊 铸渊自动更新会话摘要 [skip ci] 2026-03-10 23:59:09 +00:00
铸渊 (ZhùYuān) 13b5a49f82 📚 铸渊图书馆目录更新 · 2026-03-10T16:15 2026-03-10 16:15:45 +00:00
github-actions[bot] ade2739fa1 📢 自动更新系统公告区 [skip ci] 2026-03-10 16:11:35 +00:00
Awen 57478c0721 t pull https://ghfast.top/https://github.com/qinfendebingshuo/guanghulab.git maingit pull https://ghfast.top/https://github.com/qinfendebingshuo/guanghulab.git main
Merge branch 'main' of https://ghfast.top/https://github.com/qinfendebingshuo/guanghulab
2026-03-10 23:59:27 +08:00
Awen 5eebfa6e28 DEV-012: M22环节6- 多语言支持+无障碍增强+i18n框架+ARIA标签+键盘导航 2026-03-10 23:57:32 +08:00
zhuyuan-bot db5e811be8 📊 铸渊自动更新会话摘要 [skip ci] 2026-03-10 15:46:13 +00:00
github-actions[bot] 317e98c4c6 📢 自动更新系统公告区 [skip ci] 2026-03-10 15:36:45 +00:00
铸渊 (ZhùYuān) 28f3a60e38 📚 铸渊图书馆目录更新 · 2026-03-10T15:36 2026-03-10 15:36:08 +00:00
铸渊 (ZhùYuān) 8f0f9b35ce 📋 自动更新 HoloLake Era 模块文档 · 2026-03-10 15:36 UTC 2026-03-10 15:36:02 +00:00
bingshuo-neural-system dca5686665 🧠 冰朔主控神经系统自动编译 2026-03-10T15:35:52Z 2026-03-10 15:35:52 +00:00
冰朔 c5191e52b1
Merge pull request #51 from qinfendebingshuo/copilot/debug-cd-deploy-pipeline
fix: add secrets validation to CD deploy pipeline
2026-03-10 23:35:30 +08:00
冰朔 6041719b67
Merge pull request #50 from qinfendebingshuo/copilot/fix-api-response-issue
fix: add reverse proxy for Persona Studio backend routes in api-proxy
2026-03-10 23:35:05 +08:00
copilot-swe-agent[bot] 0de4170ee7 chore: 添加 CORS 头过滤注释说明(代码审查反馈)
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 14:39:20 +00:00
copilot-swe-agent[bot] df64cb221d fix: 修复 Persona Studio 对话无回复 · API代理层新增反向代理 + PM2配置补全 + 模块自检修复
问题根因:Nginx 将所有 /api/* 路由到 api-proxy (port 3721),但
api-proxy 未处理 /api/ps/chat/*, /api/ps/auth/* 等 Persona Studio
后端路由,导致请求返回 404,用户发送消息后无回复。

修复内容:
1. api-proxy.js 新增反向代理,将 /api/ps/chat/*, /api/ps/auth/*,
   /api/ps/build/*, /api/ps/notify/* 转发到 PS 后端 (port 3002)
2. ecosystem.config.js 补全 api-proxy + persona-studio PM2 配置
3. m15-cloud-drive/ 补全 README.md(模块自检修复)
4. README.md 开发者公告栏更新修复状态

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 14:38:17 +00:00
copilot-swe-agent[bot] 39d6d43b53 fix: add secrets validation step to CD pipeline, add diagnostic report
The deploy job now validates DEPLOY_HOST, DEPLOY_USER, DEPLOY_KEY, and
DEPLOY_PATH secrets before attempting SSH operations. This replaces the
cryptic ssh-keyscan failure with a clear error message explaining which
secrets need to be configured.

Also made ssh-keyscan more robust by quoting the hostname and adding
fallback handling.

Ref: YM-CD-DEBUG-20260310-001

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 14:38:06 +00:00
copilot-swe-agent[bot] 7ba16f1e8b Initial plan 2026-03-10 14:32:59 +00:00
copilot-swe-agent[bot] ae0e52029e Initial plan 2026-03-10 14:19:24 +00:00
github-actions[bot] 60dda7e38a 📢 自动更新系统公告区 [skip ci] 2026-03-10 14:08:23 +00:00
铸渊 (ZhùYuān) 5d34fd4ff3 📚 铸渊图书馆目录更新 · 2026-03-10T14:08 2026-03-10 14:08:21 +00:00
bingshuo-neural-system 8a768a82db 🧠 冰朔主控神经系统自动编译 2026-03-10T14:08:07Z 2026-03-10 14:08:07 +00:00
冰朔 f951ef1876
Merge pull request #49 from qinfendebingshuo/copilot/fix-model-interaction-issues
fix: Persona Studio API Key chat CORS failure, bulletin push race condition, add daily inspection agent
2026-03-10 22:07:57 +08:00
copilot-swe-agent[bot] 85519ab1cd fix: address code review feedback - remove duplicate variable, fix report job deps
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 13:57:02 +00:00
copilot-swe-agent[bot] 555247a913 fix: Persona Studio chat proxy, bulletin push retry, daily agent workflow
1. Fix API Key mode chat: route through backend proxy to avoid CORS
2. Fix bulletin update workflow: add git pull --rebase retry on push failure
3. Add daily inspection Agent workflow and script

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 13:56:03 +00:00
github-actions[bot] 9edea7d4e2 📢 自动更新系统公告区 [skip ci] 2026-03-10 13:54:48 +00:00
copilot-swe-agent[bot] f8b32844be Initial plan 2026-03-10 13:46:55 +00:00
铸渊 (ZhùYuān) a4374bc87b 🧠 铸渊记忆更新 · 2026-03-10 2026-03-10 13:24:33 +00:00
铸渊 (ZhùYuān) 729a2dcf35 📚 铸渊图书馆目录更新 · 2026-03-10T13:24 2026-03-10 13:24:07 +00:00
铸渊 (ZhùYuān) 1bb120d9ba 📋 自动更新 HoloLake Era 模块文档 · 2026-03-10 13:23 UTC 2026-03-10 13:23:52 +00:00
zhizhi200271 6d777062e8 合并远程更新并添加钉钉Phase1模块 2026-03-10 21:23:40 +08:00
zhizhi200271 c47b4b2c36 DEV-004: M-DINGTALK Phase1- SYSLOG自动接收+解析+模型API广播生成+推送 2026-03-10 21:20:01 +08:00
铸渊 (ZhùYuān) b1f861c43a 📚 铸渊图书馆目录更新 · 2026-03-10T13:11 2026-03-10 13:11:27 +00:00
bingshuo-neural-system 381cdd8423 🧠 冰朔主控神经系统自动编译 2026-03-10T13:11:12Z 2026-03-10 13:11:13 +00:00
冰朔 ca9065b08a
Merge pull request #47 from qinfendebingshuo/copilot/fix-api-input-issues
fix: Persona Studio API detection — client-side direct calls instead of backend proxy
2026-03-10 21:11:01 +08:00
copilot-swe-agent[bot] 523e4281fc refactor: address code review feedback - fix normalizeApiBase regex, improve error code propagation
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 12:53:19 +00:00
copilot-swe-agent[bot] 3eaf3b2c83 fix: Persona Studio API detection - switch from backend proxy to client-side direct calls
- Frontend index.html: Replace backend proxy model detection with direct browser fetch to user's API /models endpoint, add KNOWN_ENDPOINTS auto-probing, AbortController timeout
- Frontend chat.js: Replace backend proxy chat with direct browser fetch to user's API /chat/completions with streaming support
- Backend apikey.js: Add URL format validation (INVALID_API_BASE) and specific error codes (DNS_ERROR, NETWORK_ERROR, TIMEOUT)
- Backend server.js: Add /api/health endpoint for smoke test compatibility

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 12:51:34 +00:00
铸渊 (ZhùYuān) 690a0a61e2 📚 铸渊图书馆目录更新 · 2026-03-10T12:50 2026-03-10 12:50:05 +00:00
github-actions[bot] bc4e24ffe6 📢 自动更新系统公告区 [skip ci] 2026-03-10 12:50:03 +00:00
zhizhi200271 9a0eeb036f [BC-GLOBAL-002][DEV-002] Git连通测试成功 2026-03-10 20:49:40 +08:00
copilot-swe-agent[bot] 70db41e17e Initial plan 2026-03-10 12:40:45 +00:00
铸渊 (ZhùYuān) cbcfc35714 🧠 铸渊记忆更新 · 2026-03-10 2026-03-10 12:38:40 +00:00