
























@@ -1436,6 +1436,23 @@ export const FIELD_HELP: Record<string, string> = {
14361436"User-prompt template used for the pre-compaction memory flush turn when generating memory candidates. Use this only when you need custom extraction instructions beyond the default memory flush behavior.",
14371437"agents.defaults.compaction.memoryFlush.systemPrompt":
14381438"System-prompt override for the pre-compaction memory flush turn to control extraction style and safety constraints. Use carefully so custom instructions do not reduce memory quality or leak sensitive context.",
1439+"agents.defaults.runRetries":
1440+"Outer run loop retry iteration boundaries for the embedded Pi runner to prevent infinite execution loops during failure recovery.",
1441+"agents.defaults.runRetries.base":
1442+"Base number of run retry iterations for the embedded Pi runner's outer run loop (default: 24).",
1443+"agents.defaults.runRetries.perProfile":
1444+"Additional run retry iterations granted per fallback profile candidate (default: 8).",
1445+"agents.defaults.runRetries.min":
1446+"Minimum absolute limit for run retry iterations (default: 32).",
1447+"agents.defaults.runRetries.max":
1448+"Maximum absolute limit for run retry iterations to prevent runaway execution (default: 160).",
1449+"agents.list[].runRetries":
1450+"Optional per-agent override for the embedded Pi runner's outer run loop retry iteration boundaries.",
1451+"agents.list[].runRetries.base": "Base number of run retry iterations for this agent.",
1452+"agents.list[].runRetries.perProfile":
1453+"Additional run retry iterations granted per fallback profile candidate for this agent.",
1454+"agents.list[].runRetries.min": "Minimum absolute limit for run retry iterations for this agent.",
1455+"agents.list[].runRetries.max": "Maximum absolute limit for run retry iterations for this agent.",
14391456"agents.defaults.embeddedPi":
14401457"Embedded Pi runner hardening controls for how workspace-local Pi settings are trusted and applied in OpenClaw sessions.",
14411458"agents.defaults.embeddedPi.projectSettingsPolicy":
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。