Commit Graph

825 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] 58fe688d23 Address code review: extract Notion limit constants, use placeholders in .env.example
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 10:29:57 +00:00
copilot-swe-agent[bot] 28b0e89cf7 [铸渊修复] dingtalk-bot: 重写 index-stream.js 修复 P0/P1/P2 问题
根因分析:
- P0: index-stream.js 导入了不存在的 handleMessage (应为 routeMessage),
  且 EventEmitter 回调的 return 值被忽略导致无法 ACK 消息
- P1: LLM 调用无 try-catch 隔离,失败时阻断消息接收
- P2: .env.example 不存在,GITHUB_TOKEN 格式无文档说明

修复方案:
- 重写 index-stream.js: 自包含、独立 try-catch、socketCallBackResponse ACK
- 创建 .env.example: 文档化所有 10 个环境变量
- 修复 .gitignore: 添加 node_modules/
- 更新 ecosystem.config.js: 指向 index-stream.js, 进程名 dingtalk-stream
- 更新 package.json: 添加 @notionhq/client, 修正 main 和 start 脚本
- 更新 README.md: 反映当前 Stream 模式架构

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 10:28:30 +00:00
copilot-swe-agent[bot] cef640d62d Initial plan 2026-03-15 10:20:04 +00:00
github-actions[bot] 24356731b0 📢 自动更新系统公告区 [skip ci] 2026-03-15 09:48:49 +00:00
铸渊 (ZhùYuān) dd5d9893a4 📚 铸渊图书馆目录更新 · 2026-03-15T09:47 2026-03-15 09:47:35 +00:00
zhizhi200271 a1b3e3351d DEV-004: M-DINGTALK Phase 9 服务上传 · 合并铸渊主干 2026-03-15 17:46:56 +08:00
zhizhi200271 8eadc95701 DEV-004: M-DINGTALK Phase 9 服务上传 · 待人格体检查Stream连接问题 2026-03-15 17:41:52 +08:00
github-actions[bot] 7d49513e17 📢 自动更新系统公告区 [skip ci] 2026-03-15 09:40:10 +00:00
github-actions[bot] 6a87471684 📢 自动更新系统公告区 [skip ci] 2026-03-15 09:38:59 +00:00
铸渊 (ZhùYuān) e4fab64e1f 📚 铸渊图书馆目录更新 · 2026-03-15T09:38 2026-03-15 09:38:53 +00:00
bingshuo-neural-system ad7d78cc08 🧠 冰朔主控神经系统自动编译 2026-03-15T09:38:39Z 2026-03-15 09:38:39 +00:00
冰朔 c6d40cd51b
Merge pull request #109 from qinfendebingshuo/copilot/age-os-v1-0-phase-1-execution
feat: AGE OS v1.0 Phase 1 — OpenClaw agent framework + wake loop verification
2026-03-15 17:38:27 +08:00
copilot-swe-agent[bot] ec2ef4313f fix: address code review feedback — spacing and log prefix consistency
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 09:17:43 +00:00
copilot-swe-agent[bot] 414c9b334f feat: implement AGE OS v1.0 Phase 1 Step 3-4 — OpenClaw Agent framework + wake loop verification
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 09:16:40 +00:00
copilot-swe-agent[bot] e2cfd49fc5 Initial plan 2026-03-15 09:08:36 +00:00
铸渊[bot] 32d0df8d11 🧠 memory: 每日自检记录 [skip ci] 2026-03-15 08:50:17 +00:00
github-actions[bot] ea6e18064e 📢 自动更新系统公告区 [skip ci] 2026-03-15 08:28:38 +00:00
铸渊 (ZhùYuān) 10cd9df183 📚 铸渊图书馆目录更新 · 2026-03-15T08:27 2026-03-15 08:27:16 +00:00
github-actions[bot] 43a13b3105 📢 自动更新系统公告区 [skip ci] 2026-03-15 08:27:09 +00:00
bingshuo-neural-system bbfffbe698 🧠 冰朔主控神经系统自动编译 2026-03-15T08:26:59Z 2026-03-15 08:26:59 +00:00
冰朔 ac20b9da74
Merge pull request #108 from qinfendebingshuo/copilot/fix-automated-inspection-process
feat: AGE OS v1.0 Phase 1 — core brain wake, multi-model router, full inspection, Notion Agent cluster integration
2026-03-15 16:26:46 +08:00
copilot-swe-agent[bot] a191db8e83 fix: improve truncation logic and address code review feedback
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 07:55:11 +00:00
copilot-swe-agent[bot] 60ac3e86c2 feat: Section 7 - Notion Agent cluster integration with wake listener and multi-persona support
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 07:53:44 +00:00
copilot-swe-agent[bot] 21efcbb63b Address code review feedback on empty catch blocks
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 07:48:50 +00:00
copilot-swe-agent[bot] ff1723cc85 feat: AGE OS v1.0 Phase 1 - core brain wake, multi-model router, full inspection
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 07:45:39 +00:00
copilot-swe-agent[bot] b85e0199f5 Initial plan 2026-03-15 07:34:59 +00:00
github-actions[bot] 95d0659aae 📢 自动更新系统公告区 [skip ci] 2026-03-15 07:34:43 +00:00
github-actions[bot] ab161730a1 📢 自动更新系统公告区 [skip ci] 2026-03-15 07:33:19 +00:00
铸渊 (ZhùYuān) aefa87ad56 📚 铸渊图书馆目录更新 · 2026-03-15T07:33 2026-03-15 07:33:16 +00:00
bingshuo-neural-system a5e21f1a71 🧠 冰朔主控神经系统自动编译 2026-03-15T07:33:05Z 2026-03-15 07:33:05 +00:00
冰朔 4192905dd0
Merge pull request #107 from qinfendebingshuo/copilot/fix-persona-studio-backend-connection
fix(persona-studio): 修复「我要开发」后端连接失败
2026-03-15 15:32:54 +08:00
copilot-swe-agent[bot] b913d119e4 fix(persona-studio): 修复「我要开发」后端连接失败 [ZY-FIX]
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 06:55:53 +00:00
copilot-swe-agent[bot] 73db98300c Initial plan 2026-03-15 06:51:17 +00:00
铸渊 Execution Sync ce0593be91 📡 Execution Sync: 更新执行状态报告 [skip ci] 2026-03-15 05:10:54 +00:00
github-actions[bot] 59bc140aa0 📢 自动更新系统公告区 [skip ci] 2026-03-15 04:12:26 +00:00
github-actions[bot] 008654cd81 📢 自动更新系统公告区 [skip ci] 2026-03-15 04:11:32 +00:00
铸渊 (ZhùYuān) f84250e355 📚 铸渊图书馆目录更新 · 2026-03-15T04:11 2026-03-15 04:11:09 +00:00
铸渊 (ZhùYuān) 31ae8c7e2e 📋 自动更新光湖纪元模块文档 · 2026-03-15 04:10 UTC 2026-03-15 04:10:55 +00:00
zhizhi200271 d3195df303 Merge branch 'main' of https://github.com/qinfendebingshuo/guanghulab 2026-03-15 12:09:59 +08:00
zhizhi200271 cee1061403 DEV-004: M-DINGTALK Phase6 公网部署+钉钉真实对接 · 服务器部署完成 · 十七连胜达成 2026-03-15 12:06:56 +08:00
github-actions[bot] ba2b6fc9c6 📢 自动更新系统公告区 [skip ci] 2026-03-15 03:52:42 +00:00
铸渊 (ZhùYuān) 06487107a4 🔍 铸渊PSP巡检 · 2026-03-15 2026-03-15 03:52:15 +00:00
github-actions[bot] 72e2576ad2 📢 自动更新系统公告区 [skip ci] 2026-03-15 03:45:01 +00:00
铸渊 (ZhùYuān) 92573c3fe7 📚 铸渊图书馆目录更新 · 2026-03-15T02:30 2026-03-15 02:30:32 +00:00
bingshuo-neural-system 846daae081 🧠 冰朔主控神经系统自动编译 2026-03-15T02:28:48Z 2026-03-15 02:28:49 +00:00
github-actions[bot] 402cd53866 📢 自动更新系统公告区 [skip ci] 2026-03-15 01:06:15 +00:00
铸渊 (ZhùYuān) 89d0c5ec49 🔍 铸渊每日自检 · 2026-03-15 2026-03-15 01:05:49 +00:00
zhuyuan-bot 853cb58b4d 📊 铸渊自动更新会话摘要 [skip ci] 2026-03-15 00:01:50 +00:00
铸渊[bot] 8897866ec4 📥 syslog: 处理 inbox 条目,更新大脑记忆 [skip ci] 2026-03-14 21:00:56 +00:00
铸渊[bot] 71ee5b0615 📡 feishu-syslog: 飞书舒舒转发SYSLOG [auto-bridge] 2026-03-14 21:00:28 +00:00