Commit Graph

13 Commits

Author SHA1 Message Date
Youzini-afk
d8cff92434 Refactor host regex reuse and injection sanitization 2026-04-08 00:10:20 +08:00
Youzini-afk
4fb45b4ce2 Clarify regex preview stage vs semantics 2026-04-07 01:43:08 +08:00
Youzini-afk
0a54226478 Fix beautification regex preview stage gating 2026-04-07 01:33:59 +08:00
Youzini-afk
e0ebe07a55 Fix prompt preview semantics for display regex rules 2026-04-07 01:12:28 +08:00
Youzini-afk
f606fbfb8e Fix display-only beautify regex prompt stripping 2026-04-07 00:49:38 +08:00
Youzini-afk
429b5eeec4 Fix prompt-stage beautification regex stripping 2026-04-07 00:32:14 +08:00
Youzini-afk
8320e3e7f6 Add debug log toggle and silence diagnostic logs 2026-04-06 11:26:37 +08:00
Youzini-afk
e9758feed3 Fix Tavern regex reuse inspection and matching 2026-04-05 02:00:37 +08:00
Youzini-afk
5cc33fabda Fix task regex final input pipeline 2026-04-05 00:30:54 +08:00
Youzini-afk
c31af1d1a4 Harden runtime debug and task pipeline 2026-03-27 01:26:56 +08:00
Youzini-afk
777edf9f9a feat: integrate host bridge prompt pipeline 2026-03-26 22:24:45 +08:00
Youzini-afk
71011400d2 refactor: 正则阶段从 9 个细分简化为输入/输出两大类
- 9 个细粒度阶段 → 2 个:input(所有 prompt 阶段)、output(模型返回阶段)
- 默认值:enabled=true, input=true, output=true(全部打开)
- task-regex.js: shouldApplyRuleForStage 映射旧 stage 名到 input/output
- UI: 合并为单组「执行阶段」列表
2026-03-26 00:02:08 +08:00
Youzini-afk
c10847793a feat: add task profile workspace 2026-03-25 20:02:29 +08:00