冰朔
efc93ce748
Merge pull request #38 from qinfendebingshuo/copilot/upgrade-brain-architecture
...
feat: core brain upgrade v3.0 — shell-core separation architecture
2026-03-10 18:27:48 +08:00
copilot-swe-agent[bot]
ebefa1f1da
fix: address code review feedback — schema, comment, key collision, streaming fallback
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 10:02:39 +00:00
copilot-swe-agent[bot]
a7a7832674
feat: add BRAIN domain to routing-map, update coverage stats and growth log
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 10:00:52 +00:00
copilot-swe-agent[bot]
8951eb86f1
feat: core brain upgrade v3.0 — shell-core separation architecture
...
- Created src/brain/ module (prompt-assembler, mode-detector, model-router, context-trimmer, memory-manager)
- Added HLI BRAIN domain endpoints (prompt, route, context, memory, status)
- Upgraded api-proxy.js with auto-fallback across providers
- Unified brain version to v3.0 across all files
- Frontend now calls backend brain APIs with local fallback
- Added truth-source federation documentation
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 09:57:26 +00:00
copilot-swe-agent[bot]
7a59235712
Initial plan
2026-03-10 09:42:52 +00:00
铸渊 (ZhùYuān)
a1174ff857
📚 铸渊图书馆目录更新 · 2026-03-10T09:35
2026-03-10 09:35:55 +00:00
zhizhi200271
0a43ad59bb
Merge branch 'main' of https://github.com/qinfendebingshuo/guanghulab
2026-03-10 17:35:17 +08:00
zhizhi200271
75fcaf4467
DEV-004: M17环节6-在线预览与分享·预览模式+Data URL生成+嵌入代码+全屏播放
2026-03-10 17:34:43 +08:00
铸渊[bot]
06ccc54176
🧠 memory: 每日自检记录 [skip ci]
2026-03-10 08:56:24 +00:00
铸渊 (ZhùYuān)
f43817e698
📚 铸渊图书馆目录更新 · 2026-03-10T08:33
2026-03-10 08:33:52 +00:00
冰朔
544f9cae47
Merge pull request #37 from qinfendebingshuo/copilot/fix-interactive-dialogue-interface
...
fix: exclude router aggregator index.js from HLI contract check
2026-03-10 16:33:30 +08:00
copilot-swe-agent[bot]
e50a79aeaa
fix: exclude index.js router aggregator from HLI contract check
...
The contract-check.js script was requiring schema files for index.js
files in route directories, but index.js files are router aggregators
(not HLI endpoints) and should not have schemas. This caused the
deploy-to-server.yml CD pipeline to fail, preventing persona-studio
backend from being deployed. As a result, users could not login or
access the interactive chat interface.
Error: ❌ [MISSING] index.js → 缺少 src/schemas/hli/auth/index.schema.json
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 08:16:33 +00:00
copilot-swe-agent[bot]
00d87f0d37
Initial investigation - no code changes yet
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 08:15:05 +00:00
copilot-swe-agent[bot]
27abec4582
Initial plan
2026-03-10 08:09:01 +00:00
铸渊 (ZhùYuān)
fef78187f4
📚 铸渊图书馆目录更新 · 2026-03-10T08:04
2026-03-10 08:04:31 +00:00
冰朔
86f680040f
Merge pull request #36 from qinfendebingshuo/copilot/fix-persona-studio-link
...
fix: make Persona Studio accessible via GitHub Pages
2026-03-10 16:04:10 +08:00
copilot-swe-agent[bot]
db9de769d9
refactor: remove duplicate docs/persona-studio files, rely on workflow sync
...
Address code review: maintain persona-studio frontend only in persona-studio/frontend/
and let the deploy-pages workflow sync them to docs/ during deployment.
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 07:51:51 +00:00
copilot-swe-agent[bot]
f970188776
fix: make Persona Studio accessible via GitHub Pages and update broken links
...
- Copy persona-studio frontend to docs/persona-studio/ for GitHub Pages deployment
- Update API base URL to point to guanghulab.com production server
- Update all README links from broken guanghulab.com/persona-studio/ to GitHub Pages URL
- Update deploy-pages.yml to trigger on persona-studio/frontend changes and sync files
- Update persona-studio/README.md link to point to guanghulab repo Pages
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 07:50:53 +00:00
copilot-swe-agent[bot]
d2f1f26496
Initial plan
2026-03-10 07:44:17 +00:00
铸渊 (ZhùYuān)
cf2683fa2b
📚 铸渊图书馆目录更新 · 2026-03-10T07:35
2026-03-10 07:35:29 +00:00
冰朔
a8e2c3d5e8
Merge pull request #35 from qinfendebingshuo/copilot/restore-core-brain-functionality
...
fix: Persona Studio 聊天交互修复 · 核心大脑恢复 · 跨仓库同步架构
2026-03-10 15:35:04 +08:00
copilot-swe-agent[bot]
1723ae7906
修复 workflow 环境变量命名 · 改进错误信息
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 07:22:33 +00:00
copilot-swe-agent[bot]
ce30f59f5c
修复 Persona Studio 聊天交互 · 添加访客体验模式 · 恢复核心大脑 · 创建跨仓库同步
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 07:18:47 +00:00
copilot-swe-agent[bot]
6b5174a901
Initial plan for Persona Studio fix and cross-repo brain sync
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 07:13:03 +00:00
copilot-swe-agent[bot]
0dafba96ad
Initial plan
2026-03-10 07:04:57 +00:00
铸渊 (ZhùYuān)
bd599bf9d0
📚 铸渊图书馆目录更新 · 2026-03-10T07:01
2026-03-10 07:01:49 +00:00
冰朔
7b3fae3115
Merge pull request #34 from qinfendebingshuo/copilot/add-persona-studio-feature
...
feat: add Persona Studio entry on README homepage, restructure system intro
2026-03-10 15:01:29 +08:00
copilot-swe-agent[bot]
ac94c6101b
feat: add Persona Studio entry on README homepage and restructure system intro
...
- Add prominent Persona Studio interactive entry card at the top of README
- Consolidate system intro (remove redundant centered header, clean up architecture description)
- Add 知秋 persona to the personas table
- Add persona-studio to module directory
- Keep all auto-updated bulletin sections intact
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 06:55:56 +00:00
copilot-swe-agent[bot]
07a760f47b
Initial plan
2026-03-10 06:51:41 +00:00
铸渊 (ZhùYuān)
407d4ba6c1
📚 铸渊图书馆目录更新 · 2026-03-10T05:24
2026-03-10 05:24:29 +00:00
冰朔
fa7c598904
Merge pull request #33 from qinfendebingshuo/copilot/create-persona-assistance-area
...
feat: persona-studio 协作者体验功能集成
2026-03-10 13:24:06 +08:00
copilot-swe-agent[bot]
5bc0fba34c
fix: upgrade nodemailer to 7.0.13 to fix DoS and domain validation vulnerabilities
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 05:19:13 +00:00
copilot-swe-agent[bot]
39a688ed03
feat: persona-studio 后端服务 + 智能模型路由 + 部署集成
...
- backend/server.js (Express on port 3002)
- routes: auth, chat, build, notify
- brain: memory-manager, persona-engine, code-generator, model-router
- model-config.json (routing strategy)
- utils: github-api, email-sender
- deploy workflow: PM2 + Nginx proxy for /api/ps/
- GitHub Actions: ps-on-login/chat/build/complete workflows
- Frontend API paths updated to /api/ps/ prefix
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 05:15:56 +00:00
copilot-swe-agent[bot]
255b437e38
feat: add persona-studio Phase 1 skeleton + Phase 2 frontend
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 04:42:57 +00:00
copilot-swe-agent[bot]
760b4e5e08
Initial plan
2026-03-10 04:38:32 +00:00
铸渊 (ZhùYuān)
f033ad162b
🔍 铸渊PSP巡检 · 2026-03-10
2026-03-10 03:28:47 +00:00
铸渊 (ZhùYuān)
a0e18f95af
📚 铸渊图书馆目录更新 · 2026-03-10T02:04
2026-03-10 02:04:21 +00:00
zhuyuan-bot
5524099c15
📊 铸渊自动更新会话摘要 [skip ci]
2026-03-09 23:59:23 +00:00
铸渊 (ZhùYuān)
98649b7100
📚 铸渊图书馆目录更新 · 2026-03-09T18:21
2026-03-09 18:21:05 +00:00
米米米叮
0a9529c922
DEV-009: M20环节4-搜索历史+筛选预设+实时高亮+localStorage持久化
2026-03-10 02:26:29 +08:00
zhuyuan-bot
6360e43a9b
📊 铸渊自动更新会话摘要 [skip ci]
2026-03-09 15:43:04 +00:00
铸渊 (ZhùYuān)
461c97cb76
📚 铸渊图书馆目录更新 · 2026-03-09T15:05
2026-03-09 15:05:18 +00:00
juzi0412
962cd797be
Merge branch 'main' of github.com:qinfendebingshuo/guanghulab
2026-03-09 23:03:35 +08:00
juzi0412
04c615487e
feat(m-channel): 环节2~3 过渡动画+状态管理+模块间通信(all-in-one版)
2026-03-09 23:02:43 +08:00
铸渊 (ZhùYuān)
2039c6c200
📚 铸渊图书馆目录更新 · 2026-03-09T14:51
2026-03-09 14:51:39 +00:00
冰朔
4b228cba70
Merge pull request #32 from qinfendebingshuo/copilot/move-system-introduction-to-top
...
README: move system intro and bulletins to top of page
2026-03-09 22:51:18 +08:00
copilot-swe-agent[bot]
92a4d25a50
README 重构:将系统介绍和公告栏移至仓库首页最顶部
...
将冰朔创建的核心内容(系统简介、冰朔公告栏、合作者公告栏)
从页面中下部移至 README.md 最顶部,方便打开仓库首页即可
查看系统状态。仓库标准展示模块(标题/徽章、铸渊工作区、
开发团队、模块目录等)移至下方。
所有 bulletin 动态标记保持不变,自动更新脚本正常兼容。
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-09 14:47:52 +00:00
copilot-swe-agent[bot]
cc1b8fa8ce
Initial plan
2026-03-09 14:43:52 +00:00
铸渊 (ZhùYuān)
f2dd16d777
📚 铸渊图书馆目录更新 · 2026-03-09T09:38
2026-03-09 09:38:25 +00:00
冰朔
8da0610dce
Merge pull request #30 from qinfendebingshuo/copilot/add-system-introduction-and-announcement
...
📢 Split bulletin into Bingshuo/Collaborator sections with auto-alerts and Zhuyuan workspace
2026-03-09 17:38:05 +08:00