fix the learning
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-06-26 16:09:04 +01:00
parent 4ae37e84dd
commit 1e0a4c97b3
9 changed files with 623 additions and 32 deletions

View File

@@ -44,7 +44,6 @@ export const MEMORY_SENSITIVITY_LEVELS = ["normal", "private", "sensitive"] as c
export type MemorySensitivity = (typeof MEMORY_SENSITIVITY_LEVELS)[number];
export const SENSITIVE_MEMORY_CATEGORIES: MemoryCategory[] = [
"worries",
"personal_context",
"boundaries",
];
@@ -116,7 +115,7 @@ export const DEFAULT_AI_MEMORY_LEARNING: AiMemoryLearningSettings = {
(c) => !SENSITIVE_MEMORY_CATEGORIES.includes(c)
),
suggestAfterReflection: true,
suggestAfterChat: false,
suggestAfterChat: true,
maxPendingSuggestions: 10,
minDaysBetweenNudges: 3,
allowSensitiveCategories: false,