Commit Graph

463 Commits

Author SHA1 Message Date
铸渊 (ZhùYuān) 5643ecd963 📚 铸渊图书馆目录更新 · 2026-03-11T14:39 2026-03-11 14:39:54 +00:00
github-actions[bot] dc26c48cf8 📢 自动更新系统公告区 [skip ci] 2026-03-11 14:39:52 +00:00
bingshuo-neural-system 839397e319 🧠 冰朔主控神经系统自动编译 2026-03-11T14:39:37Z 2026-03-11 14:39:37 +00:00
飞毛嘴帅气爱 ded2cc7d7a feat: 新增M-STATUS监控面板终极版,含告警/持久化/多服务器功能 2026-03-11 22:39:13 +08:00
飞毛嘴帅气爱 2193d6d640 BC-M-BRIDGE-001-FM 九连胜达成:环节0-2全量验收通过,实现M-BRIDGE中继桥接服务核心功能,20项验收标准100%达标 2026-03-11 22:39:13 +08:00
飞毛嘴帅气爱 3358796316 BC-M-BRIDGE-001-FM 环节0完成:初始化Node.js项目,搭建Express3020端口基础服务,实现根路径身份接口和请求日志中间件,创建config.json统一配置和README.md模块文档 2026-03-11 22:39:13 +08:00
铸渊 (ZhùYuān) 25c67266e8 📚 铸渊图书馆目录更新 · 2026-03-11T14:22 2026-03-11 14:22:57 +00:00
github-actions[bot] 0f7a9e9a10 📢 自动更新系统公告区 [skip ci] 2026-03-11 14:22:52 +00:00
bingshuo-neural-system 0cd15f099f 🧠 冰朔主控神经系统自动编译 2026-03-11T14:22:42Z 2026-03-11 14:22:42 +00:00
冰朔 aa694013d2
Merge pull request #69 from qinfendebingshuo/copilot/fix-image-display-issue
fix: normalize Notion-synced data fields in zhuyuan issue reply script
2026-03-11 22:22:28 +08:00
github-actions[bot] 45152f56c0 📢 自动更新系统公告区 [skip ci] 2026-03-11 14:06:35 +00:00
copilot-swe-agent[bot] 6628bf12c6 fix: add Array.isArray guard for module field normalization
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-11 13:05:01 +00:00
copilot-swe-agent[bot] 054900ba4f fix: normalize dev-status.json and collaborators.json field names for zhuyuan issue reply
The script expected field names (team_status, modules, next_step, waiting_for,
last_synced) that didn't match the actual Notion-synced data (team, module,
current, waiting, last_sync). Added a data normalization step after reading
JSON files to bridge the gap. Also handles nested collaborators.json format
and missing tech_routing/server_info/os fields gracefully.

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-11 13:04:08 +00:00
铸渊 (ZhùYuān) b73ebcdf3b 📚 铸渊图书馆目录更新 · 2026-03-11T13:00 2026-03-11 13:00:39 +00:00
github-actions[bot] 62d44198a2 📢 自动更新系统公告区 [skip ci] 2026-03-11 13:00:36 +00:00
冰朔 2d03e6ee72
Merge pull request #67 from qinfendebingshuo/copilot/create-dynamic-persona-system
feat(M-PALACE): 动态人格宫廷生成系统 · 宫斗游戏模块
2026-03-11 21:00:14 +08:00
copilot-swe-agent[bot] e6269b7753 fix(M-PALACE): address code review - secure encryption key, improve error handling
- Require PALACE_SAVE_KEY env var in production (fail-fast)
- Add try-catch to deleteSave for robustness

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-11 12:56:37 +00:00
copilot-swe-agent[bot] f62687d5da Initial plan 2026-03-11 12:55:36 +00:00
copilot-swe-agent[bot] 331b50268b feat(M-PALACE): create complete palace-game module structure
- Data layer: palace-db.json, persona-dict.json, world templates (古代中国 + 架空王朝)
- Backend engines: persona-analyzer, background-gen, plot-engine, save-manager
- Backend routes: start.js, interact.js, save.js
- Backend server: Express on port 3003
- Frontend: index.html, game.html, save.html, game.js, save.js, style.css
- .gitignore: exclude save data files

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-11 12:52:31 +00:00
copilot-swe-agent[bot] b92a8d4cb1 Initial plan 2026-03-11 12:41:33 +00:00
github-actions[bot] abe0abf22d 📢 自动更新系统公告区 [skip ci] 2026-03-11 12:16:07 +00:00
铸渊 (ZhùYuān) c69414b070 📚 铸渊图书馆目录更新 · 2026-03-11T12:15 2026-03-11 12:16:00 +00:00
bingshuo-neural-system 2dc510389a 🧠 冰朔主控神经系统自动编译 2026-03-11T12:15:48Z 2026-03-11 12:15:48 +00:00
冰朔 5d117847af
Merge pull request #66 from qinfendebingshuo/copilot/add-email-collection-feature
feat: persona-studio — self-evolution engine, 200k context injection, split-screen preview
2026-03-11 20:15:37 +08:00
copilot-swe-agent[bot] 791ae45a0b fix: add rate limiting to preview API routes (CodeQL alert)
- Add per-IP rate limiting (60 req/min) to preview routes
- Periodic cleanup of expired rate limit entries

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-11 11:52:13 +00:00
copilot-swe-agent[bot] b4a835b8a7 fix: address code review feedback - validation, sanitization, docs
- Fix email validation JSDoc comment in chat.js
- Add explicit format validation for devId/project in preview routes
- Sanitize contact field input in build route
- Add detailed token estimation comment in memory-injector
- Add warning log when ws module is not available

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-11 11:50:12 +00:00
copilot-swe-agent[bot] 6f02d67ecd feat: implement split-screen layout, enhanced email modal, preview panel, and WebSocket
- chat.html: Enhanced modal with email+contact fields, split-screen HTML structure,
  resizer divider, preview panel with status bar and iframe
- chat.js: Email validation (frontend regex), email prefill on repeat visits,
  split-screen enterDevMode(), draggable resizer with touch support,
  preview panel status updates, WebSocket connection for build progress
- style.css: Split-screen dev-mode layout, resizer styles, preview panel styles
  with status indicators (waiting/building/done/error), modal field styles
- backend: Preview API route, WebSocket server for progress push,
  enhanced build route with email validation and broadcast,
  enhanced email template with file list and brand signature

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-11 11:47:50 +00:00
copilot-swe-agent[bot] f6ad45745b feat: implement database self-evolution + 200k context + memory injection
- Add profile-learner.js for auto user profile learning
- Add knowledge-extractor.js for knowledge auto-extraction
- Add pattern-analyzer.js for pattern recognition
- Add evolution-logger.js for evolution event logging
- Add memory-injector.js with 5-layer system prompt
- Update model-config.json with context_window_target: 200000
- Update model-router.js to prioritize 200k+ models
- Update persona-engine.js with knowledge/pattern queries
- Update code-generator.js with post-build evolution triggers
- Update memory-manager.js with updateProfile/autoExtractKnowledge
- Update chat route with auto profile update after each conversation
- Add brain JSON structures for knowledge-base, pattern-library, evolution-log, quality-scores

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-11 11:41:20 +00:00
copilot-swe-agent[bot] 0429e7f58b Initial plan 2026-03-11 11:31:09 +00:00
铸渊 (ZhùYuān) 38c91ad307 📚 铸渊图书馆目录更新 · 2026-03-11T10:36 2026-03-11 10:36:07 +00:00
github-actions[bot] 717cbb1833 📢 自动更新系统公告区 [skip ci] 2026-03-11 10:36:05 +00:00
bingshuo-neural-system 053e26717c 🧠 冰朔主控神经系统自动编译 2026-03-11T10:35:51Z 2026-03-11 10:35:51 +00:00
冰朔 7895e0cdf5
Merge pull request #65 from qinfendebingshuo/copilot/upgrade-architecture-naming
曜冥纪元·AGE-5 architecture upgrade · TCS-ML runtime
2026-03-11 18:35:42 +08:00
copilot-swe-agent[bot] 759b82605d YaoMing Era · AGE-5 architecture upgrade · TCS-ML runtime
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-11 10:30:48 +00:00
github-actions[bot] caebaad4f3 📢 自动更新系统公告区 [skip ci] 2026-03-11 10:28:23 +00:00
铸渊 (ZhùYuān) a575fbcf5f 📚 铸渊图书馆目录更新 · 2026-03-11T10:28 2026-03-11 10:28:21 +00:00
bingshuo-neural-system 37783b22d0 🧠 冰朔主控神经系统自动编译 2026-03-11T10:28:12Z 2026-03-11 10:28:12 +00:00
冰朔 57ac9c366d
Merge pull request #64 from qinfendebingshuo/copilot/fix-database-connection-issues
fix: offline fallback for dev ID verification + China network compatibility
2026-03-11 18:27:58 +08:00
copilot-swe-agent[bot] 30a502c6fa refactor: extract AUTH_TIMEOUT_MS constant and improve fallback comment accuracy
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-11 10:25:02 +00:00
copilot-swe-agent[bot] 5aff6a3b09 Initial plan 2026-03-11 10:24:09 +00:00
copilot-swe-agent[bot] 534e435854 fix: add offline fallback for dev ID verification and prioritize China-accessible API providers
- When backend is unreachable, allow proceeding with format-only validation (offline mode)
- Reorder API endpoints to prioritize China-accessible providers (DeepSeek, Moonshot, 智谱, 云雾)
- Add 🇨🇳 visual indicators for mainland China accessible platforms
- Add AbortController timeout (10s) for auth requests
- Add .cn-ok CSS class for green-highlighted China-compatible tags

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-11 10:23:59 +00:00
copilot-swe-agent[bot] 1df160d1d1 Initial plan 2026-03-11 10:16:45 +00:00
铸渊 (ZhùYuān) 842cb72087 📚 铸渊图书馆目录更新 · 2026-03-11T10:11 2026-03-11 10:11:25 +00:00
github-actions[bot] a6e02e2bc0 📢 自动更新系统公告区 [skip ci] 2026-03-11 10:11:22 +00:00
bingshuo-neural-system 58a6941b70 🧠 冰朔主控神经系统自动编译 2026-03-11T10:11:13Z 2026-03-11 10:11:13 +00:00
冰朔 aa9cc28434
Merge pull request #63 from qinfendebingshuo/copilot/add-api-key-input-field
Persona Studio v2.0: 铸渊 persona rename, experience numbers, UI overhaul
2026-03-11 18:10:59 +08:00
copilot-swe-agent[bot] 7189a7af88 Address code review: fix duplicate README row, improve session ID entropy, accessibility, constants
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-11 10:02:30 +00:00
copilot-swe-agent[bot] 52113dd59b Enhance Persona Studio UI: add sidebar, file upload, persona intro, platform tags
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-11 09:58:11 +00:00
copilot-swe-agent[bot] ceb9b3669c Replace 知秋 with 铸渊 references, add EXP-012/EXP-013 experience numbers
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-11 09:50:31 +00:00
copilot-swe-agent[bot] 411bdd5e92 Initial plan 2026-03-11 09:43:36 +00:00