mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 19:00:45 +00:00
fix(config): refresh generated base config schema
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user