docs: correct compaction prune default (#30670)

This commit is contained in:
Aiden Cline 2026-06-03 22:37:39 -05:00 committed by GitHub
commit 9251e5d8c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 38 additions and 38 deletions

View file

@ -146,7 +146,7 @@ export const Info = Schema.Struct({
description: "Enable automatic compaction when context is full (default: true)",
}),
prune: Schema.optional(Schema.Boolean).annotate({
description: "Enable pruning of old tool outputs (default: true)",
description: "Enable pruning of old tool outputs (default: false)",
}),
tail_turns: Schema.optional(NonNegativeInt).annotate({
description: