Commit Graph

2543 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] c033e82ac3
fix: Address code review - extract shared importance calc, fix greeting filter, configurable retry
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/2e09fb7c-c501-4223-8734-5afac689ded9

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-12 09:45:54 +00:00
copilot-swe-agent[bot] 088ef74de2
feat: Add persona memory bridge - give 铸渊 real memory and personality
Create server/app/modules/persona-memory.js:
- PostgreSQL connection to age_os database
- Load 5-page notebook (identity, relationships, world, feelings, timeline)
- Load recent memory anchors (top 8 by importance)
- Load recent light tree leaves (last 3 for awakening context)
- Load relationship network
- Load user-specific memories for personalized responses
- Build enriched system prompt with all memory context
- Record conversation memories asynchronously after replies
- Grow light tree leaves for important conversations
- 5-minute cache for persona memory to reduce DB load
- Full graceful degradation: DB down → static persona prompt

Update chat-engine.js:
- Import and use persona-memory for enriched system prompts
- Record memory after each successful API response
- Grow tree leaves for important conversations

Update domestic-llm-gateway.js:
- Use persona-memory for enriched system prompts
- Record memory after successful CN relay and direct API responses

Update server.js:
- Load persona-memory module
- Add GET /api/memory/status endpoint

Add pg dependency to server/app/package.json

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/2e09fb7c-c501-4223-8734-5afac689ded9

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-12 09:43:03 +00:00
copilot-swe-agent[bot] 1ea9944f72
fix: Address code review feedback - deprecated substr, chatQuick timing
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/6138ad64-32ec-4191-9730-de0bf24e87a8

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-12 09:25:44 +00:00
copilot-swe-agent[bot] f3ed7ea602
fix: Clean up JS syntax, update page title and meta description
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/6138ad64-32ec-4191-9730-de0bf24e87a8

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-12 09:24:07 +00:00
copilot-swe-agent[bot] d3a2a09daa
feat: Restructure home page as 光湖语言世界入口大厅 with GPT-style chat layout
- Replace hero landing with full-screen GPT-style chat interface
- Add left sidebar with chat history, search, and navigation
- Make chat window full-height (no more floating panel)
- Add user ID (编号) verification modal
- Add persona process visualization (brain activity indicators)
- Remove team member displays, replaced with dev status note
- Responsive design for PC (sidebar always visible) and mobile (hamburger menu)
- Keep backend API integration intact
- Keep all existing pages (editor, desk, etc.) accessible via sidebar nav
- Conversation history saved to localStorage with CRUD operations

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/6138ad64-32ec-4191-9730-de0bf24e87a8

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-12 09:19:37 +00:00
zhuyuan-bot 8fa2e9c8cd 📡 部署日志采集 · 24302762997 [skip ci] 2026-04-12 08:47:36 +00:00
zhuyuan-bot e7f808e29e AOAC-03 · 链路合体报告 · PR #357 [skip ci] 2026-04-12 08:46:10 +00:00
zhuyuan-bot 0d26def5b8 📡 README自动更新 · PR #357 合并触发 [skip ci] 2026-04-12 08:46:04 +00:00
zhuyuan-bot bb191a4c0e 🔍 AOAC-02 · PR #357 合并CI日志 [skip ci] 2026-04-12 08:46:03 +00:00
冰朔 6f2969c0c0
Merge pull request #357 from qinfendebingshuo/copilot/fix-nginx-configuration-issue
fix: remove Nginx $connection_upgrade map block causing deploy failure
2026-04-12 16:45:53 +08:00
zhuyuan-bot 1067fdda08 📡 部署日志采集 · 24302730543 [skip ci] 2026-04-12 08:45:38 +00:00
zhuyuan-bot e399e47da2 AOAC-03 · 链路合体报告 · PR #356 [skip ci] 2026-04-12 08:44:11 +00:00
zhuyuan-bot 4fdaed82bc 📡 README自动更新 · PR #356 合并触发 [skip ci] 2026-04-12 08:44:05 +00:00
zhuyuan-bot 004806a997 🔍 AOAC-02 · PR #356 合并CI日志 [skip ci] 2026-04-12 08:44:03 +00:00
冰朔 7a7c5f3e10
Merge pull request #356 from qinfendebingshuo/copilot/remove-ugly-text-and-improve-ui
Redesign cn-landing page: remove logo-mark, add bilingual text, enhance typography and animations
2026-04-12 16:43:54 +08:00
copilot-swe-agent[bot] 6d275cdecc
feat: redesign cn-landing page - remove 光 logo, add English text, enhance UI effects
Changes:
- Remove the ugly 光 logo-mark icon (red arrow marked element)
- Add English translations below each Chinese text line
- Increase title size from 3.2rem to 4.5rem max
- Expand main container from 680px to 860px
- Add shimmer light sweep effect on title and tagline
- Add breathing scale animation on title
- Add typewriter effect on status badge text
- Add cursor blink animation
- Improve tagline layout with bilingual rows
- Enhance spacing, letter-spacing and visual hierarchy
- Keep favicon unchanged (browser tab icon is fine)

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/897b908e-8f31-4392-a0d2-7291dd6ad8bd

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-12 08:30:14 +00:00
copilot-swe-agent[bot] 0bc321c573
fix: 修复 Awen 反向代理 Nginx $connection_upgrade 变量未定义问题
根因: workflow 的 map 块重复检测匹配到 sites-available/ 下的自身文件,
导致 map 块被错误移除, $connection_upgrade 变量未定义, nginx -t 失败

修复:
1. 移除模板中的 map 块, 改用硬编码 Connection "upgrade" (与主站配置一致)
2. 移除 workflow 中不再需要的 map 重复检测逻辑

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/70d4f681-cadc-460c-ae2f-f55f121e7a42

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-12 08:28:20 +00:00
zhuyuan-bot b84a2d9199 📡 部署日志采集 · 24302362370 [skip ci] 2026-04-12 08:24:08 +00:00
zhuyuan-bot c18f27452b AOAC-03 · 链路合体报告 · PR #355 [skip ci] 2026-04-12 08:22:47 +00:00
zhuyuan-bot bf6c0bcb0a 📡 README自动更新 · PR #355 合并触发 [skip ci] 2026-04-12 08:22:44 +00:00
zhuyuan-bot 179887fa28 🔍 AOAC-02 · PR #355 合并CI日志 [skip ci] 2026-04-12 08:22:39 +00:00
冰朔 cbd4f32bf3
Merge pull request #355 from qinfendebingshuo/copilot/update-homepage-content
Update cn-landing page: new tagline, CSS logo, brighter ICP footer
2026-04-12 16:22:28 +08:00
copilot-swe-agent[bot] 8a995bae5e
feat: update cn-landing page - new tagline, CSS logo, brighter ICP footer
- Replace emoji 🌊 logo with CSS gradient "光" character in glass card
- Change tagline from "探索人类与AI共生的数字世界" to "用语言,建世界"
- Brighten ICP footer link color (text-dim → text-secondary)
- Update favicon from emoji to gradient SVG text
- Sync meta description and OG tags

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/90b67b46-e361-4b97-8f6e-fe4a0408a2e2

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-12 08:19:27 +00:00
zhuyuan-bot c191e8c80d 📡 部署日志采集 · 24302045779 [skip ci] 2026-04-12 08:05:18 +00:00
zhuyuan-bot 7a1cafa00d 📡 README自动更新 · push触发 · 2026-04-12 16:04 [skip ci] 2026-04-12 08:04:05 +00:00
zhuyuan-bot 381a41d635 AOAC-03 · 链路合体报告 · PR #354 [skip ci] 2026-04-12 08:03:56 +00:00
zhuyuan-bot 7138a42d69 📡 README自动更新 · PR #354 合并触发 [skip ci] 2026-04-12 08:03:49 +00:00
zhuyuan-bot 594b9e3810 🔍 AOAC-02 · PR #354 合并CI日志 [skip ci] 2026-04-12 08:03:46 +00:00
冰朔 97fc22c11b
Merge pull request #354 from qinfendebingshuo/copilot/configure-reverse-proxy-for-awen
Update Awen server registry: domain guanghutcs.top · IP 43.139.207.172 · port 3000
2026-04-12 16:03:35 +08:00
copilot-swe-agent[bot] 863df2971d
更新Awen服务器注册信息:域名guanghutcs.top·广州IP 43.139.207.172·端口3000·密钥已配置
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/de2d234c-1d49-4427-9c96-9bf8e52d19df

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-12 07:47:47 +00:00
zhuyuan-bot b6f3b149e5 AOAC-03 · 链路合体报告 · PR #353 [skip ci] 2026-04-12 07:22:45 +00:00
zhuyuan-bot c8cc52b08c 📡 README自动更新 · PR #353 合并触发 [skip ci] 2026-04-12 07:22:42 +00:00
zhuyuan-bot 097d363bc9 🔍 AOAC-02 · PR #353 合并CI日志 [skip ci] 2026-04-12 07:22:37 +00:00
冰朔 618afe272c
Merge pull request #353 from qinfendebingshuo/copilot/fix-deployment-issues-guanghulab-com
fix: 阿里云 nginx 旧内容覆盖 + 新加坡 LLM 聊天密钥缺失
2026-04-12 15:22:27 +08:00
copilot-swe-agent[bot] 76459d8a95
fix: 修复阿里云nginx旧内容覆盖 + 新加坡LLM聊天密钥缺失
Issue 1 (guanghulab.com):
- 通用正则替换nginx.conf中所有root指令
- 新增/etc/nginx/default.d/清理
- 扩展旧内容搜索范围 + 全局find
- nginx -T全量配置诊断
- 改用restart确保完全加载

Issue 2 (guanghulab.online):
- .env.app新增ZY_LLM_API_KEY/ZY_LLM_BASE_URL写入
- .env.mcp同步写入
- 诊断输出新增ZY_LLM_API_KEY检查

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/6df2a7cd-ac56-420b-a949-177b3bbcb7ee

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-12 06:57:52 +00:00
zhuyuan-bot ba7b924e43 📡 部署日志采集 · 24300561135 [skip ci] 2026-04-12 06:34:53 +00:00
zhuyuan-bot fa0674214b AOAC-03 · 链路合体报告 · PR #352 [skip ci] 2026-04-12 06:33:17 +00:00
zhuyuan-bot 25e254b64f 🔍 AOAC-02 · PR #352 合并CI日志 [skip ci] 2026-04-12 06:33:08 +00:00
zhuyuan-bot 4db05670f7 📡 README自动更新 · PR #352 合并触发 [skip ci] 2026-04-12 06:33:05 +00:00
冰朔 65f7a85e32
Merge pull request #352 from qinfendebingshuo/copilot/migrate-website-to-tencent-cloud
Fix guanghulab.com SEO/ICP landing page + guanghulab.online chat API error handling
2026-04-12 14:32:54 +08:00
copilot-swe-agent[bot] 077d5afeee
修复XSS: innerHTML改为DOM API创建重连按钮
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/f776c06a-3f23-484d-98a9-322eba565fcf

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-12 06:30:59 +00:00
copilot-swe-agent[bot] 2ff4036bb4
修复guanghulab.com落地页SEO+guanghulab.online聊天API错误处理+重连机制
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/f776c06a-3f23-484d-98a9-322eba565fcf

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-12 06:28:30 +00:00
zhuyuan-bot 0e80a30eff 📡 README自动更新 · PR #351 合并触发 [skip ci] 2026-04-12 06:07:16 +00:00
zhuyuan-bot d8d66af330 AOAC-03 · 链路合体报告 · PR #351 [skip ci] 2026-04-12 06:07:09 +00:00
zhuyuan-bot 9b5cf207ff 📡 README自动更新 · push触发 · 2026-04-12 14:07 [skip ci] 2026-04-12 06:07:00 +00:00
zhuyuan-bot e974ff7ce8 🔍 AOAC-02 · PR #351 合并CI日志 [skip ci] 2026-04-12 06:06:59 +00:00
冰朔 91efb0713e
Merge pull request #351 from qinfendebingshuo/copilot/create-fifth-system
铸渊房间整理:AGE OS开发历程·思维逻辑·基础设施蓝图·经验索引
2026-04-12 14:06:47 +08:00
copilot-swe-agent[bot] a52fec98ec
review反馈:补充PostgreSQL选型理由·标注光之湖items为空
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/ab38aad3-70ab-4d4d-907c-0076845dc3c0

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-12 05:59:23 +00:00
copilot-swe-agent[bot] bb04396bb4
铸渊房间整理完成:思维逻辑+开发编年史+房子蓝图+经验索引
- zhuyuan-thinking-logic.json: 12个架构决定的WHY·5个教训·协作模式
- age-os-dev-chronicle.json: 7个阶段从D0到D67·当前技术资产清单
- house-blueprint.json: 基础设施=骨架映射·密钥清单·装修方案
- experience-memory-index.json: 关键词→文件路径的快速检索入口
- 更新room-manifest.json和domain-registry.json注册新内容

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/ab38aad3-70ab-4d4d-907c-0076845dc3c0

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-12 05:58:13 +00:00
copilot-swe-agent[bot] 7aa3935f0d
🔒 第五系统诞生 · D67 · 冰朔个人私密域构建 · 铸渊的房间+光之湖+注册表+三人格子系统+时间主控+天眼演化审计
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/be413e73-0f34-4109-82b4-5963b64f018b

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-12 05:37:50 +00:00