From 09e8d95eb0713ac6a5a09dd3a4d616ca22fab458 Mon Sep 17 00:00:00 2001 From: Gustavo Madeira Santana Date: Mon, 16 Feb 2026 11:23:16 -0500 Subject: [PATCH] config: clarify bootstrap cap unset behavior --- src/config/schema.help.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/schema.help.ts b/src/config/schema.help.ts index ed8d3aa24b..d82a0e931d 100644 --- a/src/config/schema.help.ts +++ b/src/config/schema.help.ts @@ -143,9 +143,9 @@ export const FIELD_HELP: Record = { "auth.cooldowns.billingMaxHours": "Cap (hours) for billing backoff (default: 24).", "auth.cooldowns.failureWindowHours": "Failure window (hours) for backoff counters (default: 24).", "agents.defaults.bootstrapMaxChars": - "Optional max characters of each workspace bootstrap file injected into the system prompt before truncation.", + "Optional max characters of each workspace bootstrap file injected into the system prompt before truncation (unset: unlimited).", "agents.defaults.bootstrapTotalMaxChars": - "Optional max total characters across all injected workspace bootstrap files.", + "Optional max total characters across all injected workspace bootstrap files (unset: unlimited).", "agents.defaults.repoRoot": "Optional repository root shown in the system prompt runtime line (overrides auto-detect).", "agents.defaults.envelopeTimezone":