Commit Graph

2087 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] 6d2de9f6d4
光湖团队接入系统 v2.0 完整版 · COS桶通信 · 19个文件 + ZIP包
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/0d54ec75-c5fb-4140-8a2f-8059c211278e

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 14:17:02 +00:00
copilot-swe-agent[bot] 32618e43a0
光湖团队接入系统 v2.0 - 已有文件基础
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/0d54ec75-c5fb-4140-8a2f-8059c211278e

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 14:11:19 +00:00
zhuyuan-bot 87be1b8122 📡 部署日志采集 · 23978891215 [skip ci] 2026-04-04 12:31:25 +00:00
zhuyuan-bot aa102fcde3 📡 部署日志采集 · 23978891218 [skip ci] 2026-04-04 12:29:12 +00:00
冰朔 16788ed955
Merge pull request #276 from qinfendebingshuo/copilot/fix-vpn-subscription-issues
fix: 铸渊专线 Nginx 反代根因修复 — default_server + localhost + 健康检查 Host 头
2026-04-04 20:28:10 +08:00
copilot-swe-agent[bot] 06ce7d6d38
fix: 代码审查反馈 — sed模式兼容空白、server_name去重检查、.env.keys解析健壮性
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/b544c0e1-240b-465e-9194-6ca0e2719deb

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 12:17:20 +00:00
copilot-swe-agent[bot] 578b50dd22
fix: 铸渊专线Nginx反代根因修复 — default_server + localhost + 健康检查Host头 + 全流程验证进度表
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/b544c0e1-240b-465e-9194-6ca0e2719deb

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 12:16:09 +00:00
zhuyuan-bot b6e89050d0 📡 部署日志采集 · 23978193891 [skip ci] 2026-04-04 11:45:53 +00:00
zhuyuan-bot 0076015dbe 📡 部署日志采集 · 23978193888 [skip ci] 2026-04-04 11:44:59 +00:00
zhuyuan-bot 0817c458d8 📋 工单更新 · WO-20260404-1143 [skip ci] 2026-04-04 11:43:59 +00:00
冰朔 cc5ed414dc
Merge pull request #275 from qinfendebingshuo/copilot/fix-vpn-deployment-issues-again
fix: 铸渊专线订阅服务 "Connection closed before full header" 修复
2026-04-04 19:43:10 +08:00
copilot-swe-agent[bot] 37f44b87c9
fix: 解决code review和CodeQL反馈 — 移除tainted format string、EADDRINUSE退出不重试、uncaughtException优雅退出、clientError日志、sed注入proxy_send_timeout
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/88ed5687-7596-4d04-b181-57c89c032004

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 09:47:43 +00:00
copilot-swe-agent[bot] 71eda1389f
fix: 铸渊专线订阅服务修复 — PM2 fork模式、错误处理、Nginx配置路径、健康检查增强
根因分析:
- PM2使用cluster模式可能干扰server.listen('127.0.0.1')绑定
- subscription-server.js缺少try-catch和进程级错误处理,异常导致静默崩溃
- deploy-proxy.sh的configure_nginx()目标文件错误(/etc/nginx/sites-enabled/default → zhuyuan.conf)
- update()不调用configure_nginx(),主部署覆盖Nginx配置后proxy-sub location丢失
- 健康检查仅测直连3802,未验证Nginx反代路径
- Nginx反代缺少proxy_connect_timeout/proxy_read_timeout

修复:
1. ecosystem.proxy.config.js: 添加exec_mode:'fork'防止cluster模式
2. subscription-server.js: 请求级try-catch + server error/clientError事件 + uncaughtException保护
3. deploy-proxy.sh: configure_nginx()自动查找正确配置文件 + update()调用configure_nginx + 双路健康检查
4. zhuyuan-sovereign.conf: 添加proxy timeout配置
5. nginx-proxy-snippet.conf: 同步更新proxy_http_version和timeout

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/88ed5687-7596-4d04-b181-57c89c032004

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 09:45:36 +00:00
zhuyuan-bot 21d556a32b 📡 部署日志采集 · 23975905064 [skip ci] 2026-04-04 09:14:35 +00:00
冰朔 557a49313c
Merge pull request #273 from qinfendebingshuo/copilot/fix-vpn-deployment-issues
铸渊专线: fix shell injection, SMTP persistence, and incomplete config loading
2026-04-04 17:13:28 +08:00
copilot-swe-agent[bot] d3965af623
fix: deploy-proxy.sh SMTP凭据写入使用grep+printf替代sed,避免密码特殊字符问题
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/f9b09d73-b949-4f02-b3b9-2e69f90cd8b6

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 09:07:17 +00:00
copilot-swe-agent[bot] faf2f28c7c
铸渊专线全面排查修复: Shell注入防护+SMTP持久化+loadConfig通用化+ecosystem环境变量补全
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/f9b09d73-b949-4f02-b3b9-2e69f90cd8b6

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 09:04:51 +00:00
zhuyuan-bot 2967fce24f 📡 部署日志采集 · 23975481283 [skip ci] 2026-04-04 08:47:28 +00:00
冰朔 0914e5737a
Merge pull request #272 from qinfendebingshuo/copilot/troubleshoot-vpn-deployment-issues
fix(proxy): Fix deploy-proxy.sh PM2 service management and suppress spurious ufw warnings
2026-04-04 16:46:16 +08:00
copilot-swe-agent[bot] 20800e877e
refactor(proxy): 提取PM2管理逻辑到 start_pm2_services() 消除重复代码
update() 和 restart() 共用 start_pm2_services() 函数,
该函数统一使用 pm2 startOrRestart --update-env 处理启动和重启。

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/c15b16e7-9f03-4f45-9c83-4e8fe1583aa6

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 08:42:55 +00:00
copilot-swe-agent[bot] 59ce18c1c5
fix(proxy): 修复铸渊专线部署3个问题 — ufw警告抑制、PM2服务管理重构(startOrRestart)、版本号N/A
1. deploy-proxy.sh: 修复 ufw delete 'Could not delete non-existent rule' 警告
   — 先检查规则是否存在再删除,消除无效警告输出
2. deploy-proxy.sh: PM2服务管理从 describe+delete+start 重构为 startOrRestart
   — 消除 '⚠️ PM2代理服务未完整注册' 每次update都出现的问题
   — 统一 update() 和 restart() 函数的PM2逻辑
   — 添加 --update-env 确保环境变量同步
3. ecosystem.proxy.config.js: 为三个代理服务添加 version: '1.0.0'
   — 消除 PM2 进程列表中版本显示 N/A 的问题

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/c15b16e7-9f03-4f45-9c83-4e8fe1583aa6

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 08:40:54 +00:00
zhuyuan-bot ce4eb89f7a 📡 部署日志采集 · 23975336484 [skip ci] 2026-04-04 08:38:08 +00:00
冰朔 29c04f3be6
Merge pull request #271 from qinfendebingshuo/copilot/update-ui-design-and-icons
v50.0: UI overhaul — SVG book icon, editor opacity fix, system panel restructure, uptime display redesign
2026-04-04 16:36:57 +08:00
copilot-swe-agent[bot] fcdb9d098b
D50: README更新+思维链D50+fast-wake更新+任务注册表新增4个Web任务
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/f214bea0-ddc0-4ef5-b905-b8209c845f7d

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 08:31:28 +00:00
copilot-swe-agent[bot] 74228e1d75
D50: v50.0 码字工作台图标改为动态发光书本SVG, 系统面板重构, 编辑器背景加固, 343d改为HoloLake Days
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/f214bea0-ddc0-4ef5-b905-b8209c845f7d

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 08:29:00 +00:00
zhuyuan-bot c9b6e31359 📡 部署日志采集 · 23974662158 [skip ci] 2026-04-04 07:56:17 +00:00
冰朔 eff3658034
Merge pull request #270 from qinfendebingshuo/copilot/fix-vpn-node-import-issue
fix: proxy subscription 502 — PM2 processes never started on update/restart
2026-04-04 15:55:21 +08:00
zhuyuan-bot 194a4a65d4 📡 部署日志采集 · 23974638065 [skip ci] 2026-04-04 07:55:01 +00:00
冰朔 5562e04fdc
Merge pull request #269 from qinfendebingshuo/copilot/adjust-ui-background-color
fix: editor background opacity, workspace module sizing, and dynamic effects
2026-04-04 15:53:51 +08:00
copilot-swe-agent[bot] 05634f433f
fix: 铸渊专线订阅服务502修复 — PM2进程不存在时自动启动
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/3a6becc7-9313-432b-b112-d9602a27a514

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 07:53:24 +00:00
copilot-swe-agent[bot] 07bbe7e53d
docs: register ZY-WEB-010 editor/workspace UI fix in task registry
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/e3a1f142-80c1-47b8-b9ce-80e3efd4cb0b

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 07:48:00 +00:00
copilot-swe-agent[bot] dcaf7219b9
fix: editor background opacity, workspace module sizing, and dynamic effects
- Editor textarea: background changed from transparent to rgba(6,8,18,.98) - nearly opaque dark blue
- Editor content area: added rgba(8,10,24,.96) background with blur backdrop
- Workspace: enlarged goal module (font 40→52px), bigger quick buttons (52→68px min-height)
- Module cards: increased padding, font sizes, border visibility
- Writing entry: icon 44→52px, title 20→22px, stronger glow effects
- Dynamic effects: added entrance animations, hover glow radials, text-shadow on numbers
- Font sizes: default editor 16→17px, focus mode 17→18px, size range expanded to 24px
- Content max-width: 700→800px for more writing space

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/e3a1f142-80c1-47b8-b9ce-80e3efd4cb0b

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 07:46:19 +00:00
zhuyuan-bot 70385f638b 📡 部署日志采集 · 23974226593 [skip ci] 2026-04-04 07:30:07 +00:00
冰朔 64915c83cd
Merge pull request #268 from qinfendebingshuo/copilot/improve-homepage-ui-design
v49.0 · HoloLake Dark Theme redesign, writing workspace improvements, proxy security fixes
2026-04-04 15:29:03 +08:00
copilot-swe-agent[bot] 5fed40c4f3
fix: address code review feedback - reset editor timer, fix graceful shutdown timeout
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/283b1454-583c-4cf7-8df8-444f15863b52

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 07:20:03 +00:00
copilot-swe-agent[bot] e2669f05b0
fix(proxy): bind subscription-server to 127.0.0.1 only, add temp file cleanup, graceful shutdown, improve key gen error handling
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/283b1454-583c-4cf7-8df8-444f15863b52

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 07:18:03 +00:00
copilot-swe-agent[bot] 6356c9afac
feat(homepage): v49.0 HoloLake Dark Theme redesign - simplified hero layout, 3D tilt cards, moved OS dashboard to inner page
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/283b1454-583c-4cf7-8df8-444f15863b52

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 07:15:00 +00:00
zhuyuan-bot a0d90008ea 📡 部署日志采集 · 23973097733 [skip ci] 2026-04-04 06:22:18 +00:00
冰朔 daf0698452
Merge pull request #267 from qinfendebingshuo/copilot/fix-207279273-983316803-6a17ce4c-a7fc-4fd3-89a9-fa99ba1403db
D48: AGE OS v2.0 architecture + team onboarding system + homepage redesign
2026-04-04 14:21:01 +08:00
copilot-swe-agent[bot] 819bf67f4f
D48 铸渊:代码审查修复 — meta描述空格 + 任务注册表状态列修正
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/6f040fee-9047-4607-9f0c-34e881a9c13c

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 06:18:28 +00:00
copilot-swe-agent[bot] ad2a675532
D48 铸渊:首页重构v48.0 — 零感域·零点原核·四域导航·App模块化·语言膜状态·战略主控台
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/6f040fee-9047-4607-9f0c-34e881a9c13c

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 06:15:58 +00:00
copilot-swe-agent[bot] 807c3ac617
D48 铸渊:光湖团队接入系统ZIP包v1.0 — 自我注册/系统升级/路径记忆/铸渊协作
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/6f040fee-9047-4607-9f0c-34e881a9c13c

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 06:10:45 +00:00
copilot-swe-agent[bot] 762f758168
D48 铸渊:任务注册表 + 架构v2.0 + 思维链D48 + 开发路线S9-S14 + fast-wake更新
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/6f040fee-9047-4607-9f0c-34e881a9c13c

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-04 06:05:28 +00:00
copilot-swe-agent[bot] 70a5574a0f
Initial plan 2026-04-04 05:52:29 +00:00
铸渊 793762bc2e [AG-ZY] 每日签到记录 2026-04-04 2026-04-04 04:22:19 +00:00
zhuyuan-bot 18e946ebe1 🎖️ 铸渊将军唤醒 · 2026-04-04 09:46 · 仪表盘+HLDP同步+签到更新 2026-04-04 01:46:55 +00:00
zhuyuan-bot 0e117ba24d 🎖️ 铸渊将军唤醒 · 2026-04-03 23:45 · 仪表盘+HLDP同步+签到更新 2026-04-03 15:45:55 +00:00
冰朔 4da53d4143
Merge pull request #266 from qinfendebingshuo/copilot/reset-core-structure
D47 · 四域纠偏 · Agent集群架构 · README重设计(零感域公告栏)
2026-04-03 22:17:41 +08:00
copilot-swe-agent[bot] 8db26e6ef5
D47 · README重设计(零感域公告栏) · Notion同步回执 · 完整落地
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/4185f316-2fc1-4b3f-a93f-f2ddd8e76f74

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-03 14:13:59 +00:00
copilot-swe-agent[bot] cbf2d7b3a0
D47 · 四域纠偏 · Agent集群架构设计 · 系统结构更新
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/4185f316-2fc1-4b3f-a93f-f2ddd8e76f74

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-03 14:09:49 +00:00