Skip to content

v2026.5.20

Choose a tag to compare

@Kaiji-Z Kaiji-Z released this 20 May 11:38
· 232 commits to main since this release

认知洞察系统大重构

PRISM Gate 死亡螺旋修复

  • 替换指数 backoff 0.7^n → 双曲 1/(1+0.3n) + 地板 MIN_BACKOFF_FLOOR=0.12
  • 新增补偿性再联系信号(48h 后缓慢增长,上限 0.25),镜像人类"沉默越久越想重新联系"
  • MAX_EFFECTIVE_IGNORES=8 封顶惩罚,永不低于 0.12 门槛
  • 多轮投递预测: R1(~1h) → R2(~3.4天) → R3(~6.6天) → R4(~12.7天)
  • 基于 Mollgaard et al. PLOS ONE 2016 人类电话双曲衰减研究

洞察幻觉拦截(5 道关卡)

  • knowledge mode sourceCount ≥ 1 硬门槛 — 无 web 佐证不投递
  • pattern/knowledge mode contradicted 阻断 — LLM 验证判矛盾即拦截
  • processEventInner 最终防线 — 投递前兜底检查
  • 6 个新测试覆盖所有拦截路径

反馈信号链路修复 + 模式选择重构

  • processNoResponse 隐式反馈 → bandit 惩罚: domain bandit 和 mode bandit 双通道
  • content strategy rotation: 连续无回复时自动切换内容策略(深度→实用→轻松→新颖)
  • mode selection 架构: scan 层设 modeCandidates,resolve 层调 selectMode() bandit 加权选择
  • resetNoResponseStreak 仅在用户活跃 > 上次投递时触发

Gate 多信号修复

  • reEngageSignal coefficient 0.15→0.21, cap 0.7→0.9
  • domainActivityFactor → 多信号 engagementFactor (recency + investment + breadth)
  • conversation-adaptive timeFactor with no-response death spiral fix

灵魂预设系统

  • MBTI 灵魂预设系统 + CLI + agent tool + 首次对话引导
  • 所有模板翻译为英文(消除中文硬编码偏好)

洞察多样性改进

  • 消除哲学类比偏差,提升 prompt 多样性
  • 诊断日志增强: pattern fallback / contradicted / empty web match / parse-failed

其他

  • 修复迁移器 MEMORY.md 截断 + 多 agent 会话支持
  • 重命名 openclaw Symbol → kaijibot
  • 英文 README
  • 190/190 测试通过