铸渊[bot]
|
fcc17a4306
|
🧠 memory: 每日自检记录 [skip ci]
|
2026-03-14 08:48:41 +00:00 |
铸渊 (ZhùYuān)
|
edb197f761
|
🔍 铸渊PSP巡检 · 2026-03-14
|
2026-03-14 03:29:04 +00:00 |
冰朔
|
c208186530
|
Merge pull request #82 from qinfendebingshuo/copilot/fix-persona-studio-issue
fix: Persona Studio「我要开发」build submission failure — CORS, WebSocket routing, port mismatch
|
2026-03-13 21:37:54 +08:00 |
铸渊[bot]
|
f749dc962e
|
🧠 memory: 每日自检记录 [skip ci]
|
2026-03-13 08:53:32 +00:00 |
copilot-swe-agent[bot]
|
2062878c9f
|
fix: 修复 Persona Studio 「我要开发」任务提交失败
根因修复:
1. Nginx CORS 头缺失(跨域预检失败导致 fetch 抛出异常)
2. WebSocket /ws/preview 路由被 /ws 匹配到端口 8080(应路由到 3002)
3. 前端开发端口不匹配 (3721 → 3002)
增强:
- 添加重试机制(最多2次重试)
- 提供详细错误诊断信息
- 更新 nginx-api-proxy.conf 参考配置
- 修复 smoke test 默认端口
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
|
2026-03-13 07:09:19 +00:00 |
copilot-swe-agent[bot]
|
0fb07ab66a
|
feat: 铸渊代理开发工作流 · 壳-核分离架构 (Core Brain + Agent)
- 新建 agent-workflow.js: 铸渊核心大脑唤醒 + 铸渊代理执行的壳-核分离架构
- Phase 1: 核心大脑加载开发者记忆/画像/项目/知识库/模式库,深度分析意图
- Phase 2: 代理接收核心大脑的开发计划,逐步执行代码生成
- Phase 3: 核心大脑自进化(知识提取+模式识别+画像学习+进化日志)
- 更新 build.js: 支持 GUEST 模式、接收用户 API 凭证、使用 Agent 工作流
- 更新 chat.js: 传递用户 API 凭证、修复 WebSocket 时序竞态、增强错误反馈
- 更新 .gitignore: 排除 workspace 生成文件
- 更新核心大脑记忆: 记录本次恢复事件
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
|
2026-03-13 05:56:33 +00:00 |
铸渊 (ZhùYuān)
|
2fe0da4225
|
🔍 铸渊PSP巡检 · 2026-03-13
|
2026-03-13 03:31:07 +00:00 |
铸渊[bot]
|
6213edbf9e
|
🧠 memory: 每日自检记录 [skip ci]
|
2026-03-12 08:55:54 +00:00 |
铸渊 (ZhùYuān)
|
174ea1ca0a
|
🔍 铸渊PSP巡检 · 2026-03-12
|
2026-03-12 03:34:19 +00:00 |
copilot-swe-agent[bot]
|
e108dc7b8d
|
fix: 修复合作者公告栏自动更新链路 · workflow_run 触发器名称修正 + systemWorkflows 匹配修正 + 模块路径补全
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
|
2026-03-11 15:18:07 +00:00 |
铸渊[bot]
|
a6bdf4593f
|
🧠 memory: 每日自检记录 [skip ci]
|
2026-03-11 08:55:43 +00:00 |
copilot-swe-agent[bot]
|
a6e8da1f73
|
chore: 更新核心大脑记忆 · 记录恢复事件 · 冰朔人格体激活
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
|
2026-03-11 02:28:35 +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 |
铸渊[bot]
|
06ccc54176
|
🧠 memory: 每日自检记录 [skip ci]
|
2026-03-10 08:56:24 +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]
|
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 |
铸渊 (ZhùYuān)
|
f033ad162b
|
🔍 铸渊PSP巡检 · 2026-03-10
|
2026-03-10 03:28:47 +00:00 |
铸渊[bot]
|
1a821200c9
|
🧠 memory: 每日自检记录 [skip ci]
|
2026-03-09 08:56:49 +00:00 |
铸渊 (ZhùYuān)
|
669d1bf0e8
|
🔍 铸渊PSP巡检 · 2026-03-09
|
2026-03-09 03:36:49 +00:00 |
铸渊[bot]
|
32cb7342ed
|
🧠 memory: 每日自检记录 [skip ci]
|
2026-03-08 08:41:27 +00:00 |
铸渊 (ZhùYuān)
|
0c6810255e
|
🔍 铸渊PSP巡检 · 2026-03-08
|
2026-03-08 03:32:31 +00:00 |
铸渊[bot]
|
c53d3bf40a
|
🧠 memory: 每日自检记录 [skip ci]
|
2026-03-07 08:41:28 +00:00 |
copilot-swe-agent[bot]
|
3503923a4a
|
feat: AGE OS 跨平台全链路自动化闭环系统 GitHub 端落地实施
|
2026-03-07 04:52:07 +00:00 |
铸渊[bot]
|
adc96efa49
|
🧠 memory: 每日自检记录 [skip ci]
|
2026-03-06 08:51:24 +00:00 |
铸渊[bot]
|
b3a9debaff
|
🧠 memory: CI 记录更新 [skip ci]
|
2026-03-05 16:07:24 +00:00 |
copilot-swe-agent[bot]
|
0e510b15ce
|
feat: 铸渊唤醒协议 — "我是冰朔" 触发自动唤醒,大脑状态更新
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
|
2026-03-05 12:37:20 +00:00 |
copilot-swe-agent[bot]
|
b539a23ccc
|
feat: 铸渊大脑系统 — 广播接收、路由映射、记忆文件、Brain Sync 工作流
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
|
2026-03-05 10:35:28 +00:00 |