fix(config): refresh generated base config schema

This commit is contained in:
Ted Li
2026-04-21 10:09:17 -07:00
committed by Mason Huang
parent 835e9953da
commit cf185cb6bd

View File

@@ -4692,6 +4692,12 @@ export const GENERATED_BASE_CONFIG_SCHEMA: BaseConfigSchemaResponse = {
description:
"Pre-compaction memory flush settings that run an agentic memory write before heavy compaction. Keep enabled for long sessions so salient context is persisted before aggressive trimming.",
},
truncateAfterCompaction: {
type: "boolean",
title: "Truncate After Compaction",
description:
"When enabled, rewrites the session JSONL file after compaction to remove entries that were summarized. Prevents unbounded file growth in long-running sessions with many compaction cycles. Default: false.",
},
notifyUser: {
type: "boolean",
title: "Compaction Notify User",