feat: auto-generate daily summaries from session logs (v3.2)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-31 14:55:25 +10:00
co-authored by Claude Sonnet 4.6
parent c5401d5c93
commit 92f7739db9
2 changed files with 79 additions and 0 deletions
+9
View File
@@ -42,6 +42,11 @@
"type": "number",
"default": 3,
"description": "Number of recent critical message pairs to protect during compaction"
},
"summaryEnabled": {
"type": "boolean",
"default": true,
"description": "Generate daily and weekly summaries from session logs"
}
}
},
@@ -73,6 +78,10 @@
"tailProtectCount": {
"label": "Tail protect count",
"help": "Keep N recent user/assistant pairs visible after compaction"
},
"summaryEnabled": {
"label": "Summary generation",
"help": "Auto-generate daily/weekly summaries from session logs"
}
}
}