Commit Graph

19 Commits

Author SHA1 Message Date
Youzini-afk
3e37600399 feat: integrate phase3/4 settings UI and add phase4/5 regressions 2026-04-11 16:39:38 +08:00
Youzini-afk
eaac52473e Fix CI test compatibility on Node 20 2026-04-10 15:14:19 +08:00
Youzini-afk
ab99ca4fcc Fix world info at-depth chat injection ordering 2026-04-09 22:50:52 +08:00
Youzini-afk
3be915ba7a Fix host import paths after directory reorganization 2026-04-08 01:39:45 +08:00
Youzini-afk
feec17f3e3 Reorganize modules into layered directories 2026-04-08 01:17:57 +08:00
Youzini-afk
ed534aeb37 Fix custom worldinfo EJS resolution 2026-04-07 20:26:18 +08:00
Hao19911125
f21f2c4c1d Align custom world info rendering with ST runtime 2026-04-07 15:15:33 +08:00
Youzini-afk
c32414f720 Fix world info custom filter payload sanitization 2026-04-07 00:05:21 +08:00
Hao19911125
78cd92f707 Add custom world info filter mode 2026-04-06 23:02:04 +08:00
Youzini-afk
12f2a7a6eb Fix regex stage timing and implicit world info resolution 2026-04-05 18:12:09 +08:00
Youzini-afk
ae3a8d264f Fix task EJS runtime context and getwi compatibility 2026-04-04 21:22:42 +08:00
Youzini-afk
cf4a73e0a8 feat: MVU规则模块+世界书MVU过滤+prompt组装MVU清洗+端到端测试 2026-03-27 15:22:00 +08:00
Youzini-afk
9a5c83dbde fix: align prompt assembly with executed messages 2026-03-27 03:03:50 +08:00
Youzini-afk
b915cd07a7 refactor: purify task worldinfo and ejs runtime 2026-03-27 02:28:34 +08:00
Youzini-afk
c31af1d1a4 Harden runtime debug and task pipeline 2026-03-27 01:26:56 +08:00
Youzini-afk
b20e8dbb44 fix: correct host adapter extensions import path 2026-03-26 23:59:23 +08:00
Youzini-afk
28616fc177 feat: add runtime debug snapshots and injection planning 2026-03-26 23:15:35 +08:00
Youzini-afk
777edf9f9a feat: integrate host bridge prompt pipeline 2026-03-26 22:24:45 +08:00
Youzini-afk
d31c0325d3 feat: Phase 3 世界书引擎移植 + EJS 支持
- 新增 task-worldinfo.js: 从 EW 移植世界书激活/分桶引擎
- 新增 task-ejs.js: 从 EW 移植 EJS 模板渲染引擎
- 新增 vendor/ejs.js: EJS runtime vendor
- prompt-builder.js: 改为异步, 接入 worldInfoBefore/After/atDepth
- prompt-profiles.js: 新增内置块 charDescription/userPersona/worldInfoBefore/After
- 更新 extractor/retriever/compressor/consolidator 接入新 builder
- st-context.js: 扩展 ST 上下文字段兜底
- 新增 tests/task-worldinfo.mjs: 世界书引擎测试
2026-03-26 13:57:07 +08:00