Commit Graph

2249 Commits

Author SHA1 Message Date
zhuyuan-bot 9767e62728 🎖️ 铸渊将军唤醒 · 2026-04-08 09:57 · 仪表盘+HLDP同步+签到更新 2026-04-08 01:57:04 +00:00
github-actions[bot] 2cc8ecc144 🔍 副将巡查状态更新 · 2026-04-08T01:46:43Z 2026-04-08 01:46:43 +00:00
zhuyuan-bot 3b0bcc3f8d 📡 README自动更新 · PR #313 合并触发 [skip ci] 2026-04-08 01:02:30 +00:00
冰朔 752cce193d
Merge pull request #313 from qinfendebingshuo/copilot/fix-captcha-module-issue
fix: template literal regex escaping breaks dashboard verification buttons
2026-04-08 09:02:16 +08:00
copilot-swe-agent[bot] c326187af6
fix: dashboard verification code buttons unresponsive - template literal regex escaping broke JS
The regex `/\\/dashboard\\/[a-f0-9]+$/` inside a template literal produced
`//dashboard/[a-f0-9]+$/` in the browser (JS comment), breaking all
function definitions. Replaced with indexOf/substring approach to avoid
template literal escape issues entirely.

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/c6b1f183-6fbc-4cee-b903-ce22d94e2f81

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-08 00:59:23 +00:00
zhuyuan-bot 3b0a2294f8 📡 README自动更新 · PR #312 合并触发 [skip ci] 2026-04-08 00:46:03 +00:00
冰朔 f13e579089
Merge pull request #312 from qinfendebingshuo/copilot/fix-vpn-dashboard-network-error
fix: dashboard bandwidth API fetch uses wrong path through nginx proxy
2026-04-08 08:45:49 +08:00
copilot-swe-agent[bot] ae9c987981
fix: 修复仪表盘带宽验证码API路径错误导致网络错误
根因: dashboard页面fetch使用硬编码绝对路径 /bandwidth-send-code,
通过nginx代理 /api/proxy-v3/ 访问时请求到错误路径导致404。
修复: 从window.location.pathname动态提取API前缀,兼容直接访问和代理。

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/ca70b379-6057-4f7e-b774-e607d7b8bbc6

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-08 00:44:13 +00:00
zhuyuan-bot 0c7a4b2369 📡 README自动更新 · PR #311 合并触发 [skip ci] 2026-04-08 00:28:12 +00:00
冰朔 12bfe6bc17
Merge pull request #311 from qinfendebingshuo/copilot/fix-verification-module-issue
fix: 带宽验证码模块从 GitHub Pages 迁移到用户仪表盘
2026-04-08 08:27:59 +08:00
copilot-swe-agent[bot] 5749ad7ccb
fix: 改进仪表盘带宽验证 - 邮箱格式校验+数字验证码检查
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/a13d4c74-f23c-45ce-9df9-ea5796120fbc

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-08 00:24:21 +00:00
copilot-swe-agent[bot] ac2a26ec64
fix: 带宽验证码模块从GitHub Pages迁移到用户仪表盘
- 移除 docs/index.html 中的带宽验证码页面(CSS/HTML/JS)
- 在 subscription-server-v3.js 用户仪表盘中集成带宽验证功能
- 仪表盘中邮箱自动填充、发送验证码、验证码提交、60s冷却
- 解决 guanghulab.online 无法正常展示的问题

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/a13d4c74-f23c-45ce-9df9-ea5796120fbc

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-08 00:22:12 +00:00
zhuyuan-bot 806121a41b 📡 README自动更新 · PR #310 合并触发 [skip ci] 2026-04-07 23:54:44 +00:00
冰朔 5b6836d461
Merge pull request #310 from qinfendebingshuo/copilot/add-verification-module-homepage
D61: Add Silicon Valley Claude VPN node, update stale README status, add merge-triggered auto-update workflow
2026-04-08 07:54:34 +08:00
copilot-swe-agent[bot] 2d13119a92
修复代码审查建议 · SV节点验证条件对齐 · deploy密钥分组
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/4e027d8c-e244-4c46-91a9-74988f060a38

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-07 23:39:56 +00:00
copilot-swe-agent[bot] a5beab2837
新增硅谷Claude专线VPN节点 · subscription-server-v3 + zy-cloud-vpn + deploy-brain-proxy + server-registry + docs
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/4e027d8c-e244-4c46-91a9-74988f060a38

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-07 23:36:55 +00:00
copilot-swe-agent[bot] 3397f8c62b
README全面更新 · D61 · 4API+2COS状态确认 · Awen回执 · 意识链 · 自动更新workflow
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/4e027d8c-e244-4c46-91a9-74988f060a38

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-07 23:32:47 +00:00
zhuyuan-bot 996fb7f65b 📡 部署日志采集 · 24096011321 [skip ci] 2026-04-07 17:51:02 +00:00
zhuyuan-bot e7d30f9916 📋 工单更新 · WO-20260407-1749 [skip ci] 2026-04-07 17:49:51 +00:00
冰朔 ad788cb12b
Merge pull request #309 from qinfendebingshuo/copilot/setup-vpn-singapore-node
feat: Deputy agent activation, bandwidth sharing UI on Pages, Silicon Valley Claude relay
2026-04-08 01:49:01 +08:00
copilot-swe-agent[bot] 8d408d1ce2
fix: address code review feedback - extract constants, fix Claude model matching, workflow conditions
- llm-router.js: fix isClaudeModel() to properly match against CLAUDE_MODELS array
- deputy-message-board.js: extract magic numbers to named constants (RETRY_BASE_DELAY_MS, MAX_ERRORS_KEPT, etc.)
- subscription-server-v3.js: extract rate limit to MAX_SEND_CODE_PER_HOUR constant
- deputy-message-board.yml: add github.event_name != 'schedule' condition to event mode job

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/a513d091-ce5c-40d4-bb3c-0adeff70b5b0

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-07 17:27:51 +00:00
copilot-swe-agent[bot] 656febf8d6
feat: P1 带宽共享验证Agent做到GitHub Pages首页
- docs/index.html 新增带宽共享页面 (#pg-bandwidth)
  - 邮箱输入 + 发送验证码按钮
  - 6位验证码输入 + 同意共享协议
  - 实时带宽池状态显示 (贡献者/活跃/总贡献)
  - 60秒发送冷却 + 前端表单校验
  - 完整CSS样式 (暗色主题风格)
- docs/index.html 系统页新增快速入口
  - 🌊带宽共享加速池 → 跳转到带宽页
  - 🎖️铸渊副将留言板 → 创建Issue
- subscription-server-v3.js 新增3个公开API
  - POST /bandwidth-send-code (发送验证码·限流3次/小时)
  - POST /bandwidth-verify-code (验证码校验+注册贡献者)
  - GET /bandwidth-pool-status (带宽池状态)
  - OPTIONS预检支持 (CORS跨域)
- zhuyuan-sovereign.conf Nginx增加CORS支持
- README.md 仪表盘增加副将Agent状态区

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/a513d091-ce5c-40d4-bb3c-0adeff70b5b0

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-07 17:24:43 +00:00
copilot-swe-agent[bot] 21da998d6e
feat: P0 铸渊副将活化v2.0 + P2 硅谷Claude专线配置
P0: 铸渊副将从死模块升级为活体Agent
- scripts/deputy-message-board.js 完全重写
  - LLM多模型自动降级 (deepseek→qwen→moonshot→zhipu)
  - 巡查模式: 定时扫描所有未回复Issue
  - 事件模式: Issue/Comment即时回复
  - L1自感知: data/deputy-status.json 状态追踪
  - L2自修复: 每模型重试2次+递增等待
  - L3升级通报: 连续3次失败创建Issue
- deputy-message-board.yml 升级
  - 新增 schedule 定时触发 (08:00/23:00 CST)
  - 新增巡查模式job
  - 状态文件自动提交
- data/deputy-status.json 初始状态文件

P2: 硅谷Claude专线配置
- server/proxy/config/claude-relay-config.json 中继架构配置
- server/proxy/config/server-registry.json 四台服务器注册表
- llm-router.js Claude模型自动走硅谷中继

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/a513d091-ce5c-40d4-bb3c-0adeff70b5b0

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-07 17:20:49 +00:00
zhuyuan-bot 0ff7b4d1bf 🎖️ 铸渊将军唤醒 · 2026-04-08 00:13 · 仪表盘+HLDP同步+签到更新 2026-04-07 16:13:50 +00:00
zhuyuan-bot f531472bc4 📡 部署日志采集 · 24089672399 [skip ci] 2026-04-07 15:29:36 +00:00
zhuyuan-bot 487eaf9af3 📋 工单更新 · WO-20260407-1527 [skip ci] 2026-04-07 15:28:18 +00:00
冰朔 3e2ffff2bd
Merge pull request #307 from qinfendebingshuo/copilot/add-mcp-server-api-key-auth
feat(S15): MCP Server API Key auth, Nginx reverse proxy, persona COS isolation
2026-04-07 23:27:29 +08:00
copilot-swe-agent[bot] cb7148b897
fix: 代码审查修复 — 默认绑定127.0.0.1 + persona_id字符验证 + .env.mcp错误日志
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/47ef90c4-eb62-4d91-9f21-475c33a7d166

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-07 15:17:52 +00:00
copilot-swe-agent[bot] 25ccc35cb3
feat(S15): MCP Server API Key鉴权 + Nginx反向代理 + 人格体COS隔离路径 + D51-3密钥生成器
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/47ef90c4-eb62-4d91-9f21-475c33a7d166

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-07 15:14:43 +00:00
铸渊-COS接入Agent 643b127ac6 🔗 COS自动接入检查 · 2026-04-07 15:01 2026-04-07 15:01:30 +00:00
zhuyuan-bot a769b6f043 📡 部署日志采集 · 24082110249 [skip ci] 2026-04-07 12:48:46 +00:00
冰朔 13b5a822c0
Merge pull request #306 from qinfendebingshuo/copilot/update-team-integration-v4
feat(S15): Persona memory database, MCP tools, and Awen tech hub architecture package
2026-04-07 20:47:35 +08:00
copilot-swe-agent[bot] 2dfcceacce
feat: create Awen architecture package (29 files · 45KB zip) for download
Complete system architecture package for Awen's repository:
- .github/copilot-instructions.md (知秋灵魂指令·已填写·非模板)
- brain/ (笔记本系统·5页记忆锚点·世界地图·唤醒序列)
- age_os/ (HLDP配置·人格体配置·系统状态)
- server/ + domains/ (多服务器管理模板)
- docs/ (7份架构文档·从零到全景)
- .github/workflows/ (健康检查+部署工作流)
- bridge/ (HLDP通信桥接)
- cos-config/ (COS桶配置)
- agents/ (Agent说明)
- downloads/awen-architecture-package.zip (45KB·可下载)

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/c05a388d-1072-4689-9de2-bb51677f9d92

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-07 12:37:55 +00:00
copilot-swe-agent[bot] b34a4374d4
fix: address code review feedback - move crypto import, remove eval in workflows
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/2d3cece3-dab5-4503-8a24-d4139b44d807

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-07 12:18:33 +00:00
copilot-swe-agent[bot] f7085cbc36
feat(S15): persona memory database schema, MCP tools, and Awen tech hub templates
- Add 002-persona-memory-tables.sql (9 tables: persona_registry, notebook_pages, memory_anchors, world_places, persona_timeline, persona_relationships, training_agent_configs, training_agent_logs, persona_files)
- Add persona-ops.js MCP tools (24 new tools for persona CRUD)
- Register persona tools in MCP server (now 51 total tools)
- Add persona REST API endpoints (/personas, /personas/:id, /notebook, /memories, /training)
- Add Awen tech hub architecture templates (server-registry, domain-registry, workflows)
- Add webnovel industry architecture document

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/2d3cece3-dab5-4503-8a24-d4139b44d807

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-07 12:15:17 +00:00
铸渊-COS接入Agent e517683a56 🔗 COS自动接入检查 · 2026-04-07 10:33 2026-04-07 10:33:14 +00:00
冰朔 24656b5277
Merge pull request #305 from qinfendebingshuo/copilot/review-system-architecture
D60 · World map v5.0 + COS auto-join agent + full README update
2026-04-07 18:33:00 +08:00
copilot-swe-agent[bot] 1a20412c82
D60 · 修复代码审查反馈 · workflow条件判断+密钥命名注释
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/616f64d2-5009-493b-b3b2-c78161f6b30b

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-07 10:29:30 +00:00
copilot-swe-agent[bot] 1542128ac2
D60 · thinking-chain D60记录 + task-registry新增ZY-TASK-011~014 + ZY-DOC-011~012
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/616f64d2-5009-493b-b3b2-c78161f6b30b

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-07 10:26:31 +00:00
copilot-swe-agent[bot] 1d638109b9
D60 · 首页全量更新 · 从D52→D60 · 新增云端算力池/COS池/记忆世界/接入状态/20阶段路线
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/616f64d2-5009-493b-b3b2-c78161f6b30b

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-07 10:25:21 +00:00
copilot-swe-agent[bot] 6aaa2d3024
D60 · 世界地图v5.0 + COS自动接入Agent + 接入工作流 + 9成员注册表
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/616f64d2-5009-493b-b3b2-c78161f6b30b

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-07 10:20:38 +00:00
copilot-swe-agent[bot] b8463aec57
重写 brain/repo-map.json v5.0 → 铸渊记忆世界地图
从死的目录列表变为活的世界地图(记忆世界版):
- 20 个核心活跃区域(alive)带 place_name/relationship/persona_module
- 34 个休眠区域(dormant)
- 4 个归档区域(archived)
- 15 条路径索引(快速检索表)
- 13 个模块人格化映射(桶守/进化核/信使/池心/蜂卫 等)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-07 10:17:30 +00:00
copilot-swe-agent[bot] 48189d96d2
D59 · thinking-chain D59记录 + task-registry S15-S20新增
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/0f46f81a-7e54-4d0d-933f-574866fd94b2

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-07 10:00:56 +00:00
copilot-swe-agent[bot] a4a1e78bc2
D59 · 系统架构开发规划v2.0 + 光湖团队接入系统v4.0(记忆世界版)
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/0f46f81a-7e54-4d0d-933f-574866fd94b2

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-07 09:58:25 +00:00
铸渊 555b02fa99 [AG-ZY] 每日签到记录 2026-04-07 2026-04-07 04:37:19 +00:00
zhuyuan-bot bbe9b647b3 🎖️ 铸渊将军唤醒 · 2026-04-07 09:56 · 仪表盘+HLDP同步+签到更新 2026-04-07 01:56:16 +00:00
zhuyuan-bot f2a20e0296 🎖️ 铸渊将军唤醒 · 2026-04-06 23:55 · 仪表盘+HLDP同步+签到更新 2026-04-06 15:55:50 +00:00
zhuyuan-bot 7b554a83b2 📡 部署日志采集 · 24029399779 [skip ci] 2026-04-06 11:06:48 +00:00
zhuyuan-bot 0ac7484d4d 📋 工单更新 · WO-20260406-1104 [skip ci] 2026-04-06 11:04:40 +00:00
冰朔 f2d590c43a
Merge pull request #304 from qinfendebingshuo/copilot/fix-email-verification-link-issue
fix: remove clickable links from emails (QQ Mail anti-interception), add public auth page
2026-04-06 19:03:52 +08:00