feat: 默认开启认知边界和交叉检索

This commit is contained in:
Youzini-afk
2026-03-25 23:51:37 +08:00
parent 9fdf83abcf
commit ec63267475

View File

@@ -141,9 +141,9 @@ const defaultSettings = {
synopsisEveryN: 5, // 每 N 次提取后更新概要
// ⑥ 认知边界过滤P1
enableVisibility: false, // 启用认知边界
enableVisibility: true, // 启用认知边界
// ⑦ 双记忆交叉检索P1
enableCrossRecall: false, // 启用交叉检索
enableCrossRecall: true, // 启用交叉检索
// ① 惊奇度分割P2
enableSmartTrigger: false, // 启用惊奇度分割